/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle1 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle2 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle3 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle4 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridCellInfo  gridCellInfo1  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     Syncfusion.Windows.Forms.Grid.GridCellInfo  gridCellInfo2  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     this.gridNextPiece = new Syncfusion.Windows.Forms.Grid.GridControl();
     ((System.ComponentModel.ISupportInitialize)(this.gridNextPiece)).BeginInit();
     this.SuspendLayout();
     //
     // gridNextPiece
     //
     gridBaseStyle1.Name = "Row Header";
     gridBaseStyle1.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle1.StyleInfo.CellType            = "Static";
     gridBaseStyle1.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
     gridBaseStyle1.StyleInfo.Interior            = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
     gridBaseStyle2.Name = "Column Header";
     gridBaseStyle2.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle2.StyleInfo.CellType            = "Static";
     gridBaseStyle2.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
     gridBaseStyle2.StyleInfo.Interior            = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
     gridBaseStyle3.Name = "Standard";
     gridBaseStyle3.StyleInfo.Font.Facename = "Tahoma";
     gridBaseStyle3.StyleInfo.Interior      = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
     gridBaseStyle4.Name = "Header";
     gridBaseStyle4.StyleInfo.Borders.Bottom    = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle4.StyleInfo.Borders.Left      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle4.StyleInfo.Borders.Right     = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle4.StyleInfo.Borders.Top       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle4.StyleInfo.CellType          = "Static";
     gridBaseStyle4.StyleInfo.Font.Bold         = true;
     gridBaseStyle4.StyleInfo.Interior          = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
     gridBaseStyle4.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
     this.gridNextPiece.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
         gridBaseStyle1,
         gridBaseStyle2,
         gridBaseStyle3,
         gridBaseStyle4
     });
     this.gridNextPiece.ColCount = 5;
     this.gridNextPiece.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
         new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 35),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(1, 28),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(2, 25),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(3, 24),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(4, 24),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(5, 25)
     });
     this.gridNextPiece.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid;
     this.gridNextPiece.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.gridNextPiece.ForeColor = System.Drawing.SystemColors.ControlText;
     gridCellInfo1.Col            = -1;
     gridCellInfo1.Row            = -1;
     gridCellInfo2.Col            = 1;
     gridCellInfo2.Row            = 1;
     this.gridNextPiece.GridCells.AddRange(new Syncfusion.Windows.Forms.Grid.GridCellInfo[] {
         gridCellInfo1,
         gridCellInfo2
     });
     this.gridNextPiece.Location = new System.Drawing.Point(0, 0);
     this.gridNextPiece.Name     = "gridNextPiece";
     this.gridNextPiece.Properties.BackgroundColor = System.Drawing.SystemColors.ActiveBorder;
     this.gridNextPiece.Properties.ColHeaders      = false;
     this.gridNextPiece.Properties.GridLineColor   = System.Drawing.SystemColors.Control;
     this.gridNextPiece.Properties.RowHeaders      = false;
     this.gridNextPiece.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.gridNextPiece.RowCount    = 5;
     this.gridNextPiece.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 21)
     });
     this.gridNextPiece.SerializeCellsBehavior = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeIntoCode;
     this.gridNextPiece.Size           = new System.Drawing.Size(126, 86);
     this.gridNextPiece.SmartSizeBox   = false;
     this.gridNextPiece.TabIndex       = 0;
     this.gridNextPiece.QueryCellInfo += new Syncfusion.Windows.Forms.Grid.GridQueryCellInfoEventHandler(this.gridNextPiece_QueryCellInfo);
     //
     // NextPieceForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(126, 86);
     this.ControlBox          = false;
     this.Controls.Add(this.gridNextPiece);
     this.MaximumSize   = new System.Drawing.Size(163, 147);
     this.Name          = "NextPieceForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "Next Piece";
     ((System.ComponentModel.ISupportInitialize)(this.gridNextPiece)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle1 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle2 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle3 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle4 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridCellInfo  gridCellInfo1  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     Syncfusion.Windows.Forms.Grid.GridCellInfo  gridCellInfo2  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     Syncfusion.Windows.Forms.Grid.GridCellInfo  gridCellInfo3  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     Syncfusion.Windows.Forms.Grid.GridCellInfo  gridCellInfo4  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     Syncfusion.Windows.Forms.Grid.GridCellInfo  gridCellInfo5  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     Syncfusion.Windows.Forms.Grid.GridCellInfo  gridCellInfo6  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     Syncfusion.Windows.Forms.Grid.GridCellInfo  gridCellInfo7  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     Syncfusion.Windows.Forms.Grid.GridCellInfo  gridCellInfo8  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     Syncfusion.Windows.Forms.Grid.GridCellInfo  gridCellInfo9  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     Syncfusion.Windows.Forms.Grid.GridCellInfo  gridCellInfo10 = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.gridControl       = new Syncfusion.Windows.Forms.Grid.GridControl();
     this.pnlHeader         = new System.Windows.Forms.Panel();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.lblTotal          = new System.Windows.Forms.Label();
     this.panel2            = new System.Windows.Forms.Panel();
     this.lblPesan          = new System.Windows.Forms.Label();
     this.panel3            = new System.Windows.Forms.Panel();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.txtCustomer       = new OpenRetail.Helper.UserControl.AdvancedTextbox();
     this.label2            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.txtKasir          = new OpenRetail.Helper.UserControl.AdvancedTextbox();
     this.txtNotaDanTanggal = new OpenRetail.Helper.UserControl.AdvancedTextbox();
     this.label4            = new System.Windows.Forms.Label();
     this.pnlFooter         = new System.Windows.Forms.Panel();
     this.lblStatusBar      = new System.Windows.Forms.Label();
     this.panel1            = new System.Windows.Forms.Panel();
     this.lblKembalian      = new System.Windows.Forms.Label();
     this.tmrTanggalJam     = new System.Windows.Forms.Timer();
     this.tmrResetPesan     = new System.Windows.Forms.Timer();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
     this.pnlHeader.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.pnlFooter.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.gridControl, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.pnlHeader, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.pnlFooter, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 4);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 85F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 53F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 78F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 53F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 52F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(908, 651);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // gridControl
     //
     gridBaseStyle1.Name = "Header";
     gridBaseStyle1.StyleInfo.Borders.Bottom    = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.Borders.Left      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.Borders.Right     = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.Borders.Top       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.CellType          = "Header";
     gridBaseStyle1.StyleInfo.Font.Bold         = true;
     gridBaseStyle1.StyleInfo.Interior          = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
     gridBaseStyle1.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
     gridBaseStyle2.Name = "Standard";
     gridBaseStyle2.StyleInfo.Font.Facename = "Tahoma";
     gridBaseStyle2.StyleInfo.Interior      = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
     gridBaseStyle3.Name = "Column Header";
     gridBaseStyle3.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle3.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
     gridBaseStyle4.Name = "Row Header";
     gridBaseStyle4.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle4.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
     gridBaseStyle4.StyleInfo.Interior            = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
     this.gridControl.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
         gridBaseStyle1,
         gridBaseStyle2,
         gridBaseStyle3,
         gridBaseStyle4
     });
     this.gridControl.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
         new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 35)
     });
     this.gridControl.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.gridControl.Font                   = new System.Drawing.Font("Tahoma", 8.25F);
     gridCellInfo1.Col                       = -1;
     gridCellInfo1.Row                       = -1;
     gridCellInfo1.StyleInfo.Font.Bold       = false;
     gridCellInfo1.StyleInfo.Font.Facename   = "Tahoma";
     gridCellInfo1.StyleInfo.Font.Italic     = false;
     gridCellInfo1.StyleInfo.Font.Size       = 8.25F;
     gridCellInfo1.StyleInfo.Font.Strikeout  = false;
     gridCellInfo1.StyleInfo.Font.Underline  = false;
     gridCellInfo1.StyleInfo.Font.Unit       = System.Drawing.GraphicsUnit.Point;
     gridCellInfo2.Col                       = -1;
     gridCellInfo2.Row                       = -1;
     gridCellInfo2.StyleInfo.Font.Bold       = false;
     gridCellInfo2.StyleInfo.Font.Facename   = "Tahoma";
     gridCellInfo2.StyleInfo.Font.Italic     = false;
     gridCellInfo2.StyleInfo.Font.Size       = 8.25F;
     gridCellInfo2.StyleInfo.Font.Strikeout  = false;
     gridCellInfo2.StyleInfo.Font.Underline  = false;
     gridCellInfo2.StyleInfo.Font.Unit       = System.Drawing.GraphicsUnit.Point;
     gridCellInfo3.Col                       = -1;
     gridCellInfo3.Row                       = -1;
     gridCellInfo3.StyleInfo.Font.Bold       = false;
     gridCellInfo3.StyleInfo.Font.Facename   = "Tahoma";
     gridCellInfo3.StyleInfo.Font.Italic     = false;
     gridCellInfo3.StyleInfo.Font.Size       = 8.25F;
     gridCellInfo3.StyleInfo.Font.Strikeout  = false;
     gridCellInfo3.StyleInfo.Font.Underline  = false;
     gridCellInfo3.StyleInfo.Font.Unit       = System.Drawing.GraphicsUnit.Point;
     gridCellInfo4.Col                       = -1;
     gridCellInfo4.Row                       = -1;
     gridCellInfo4.StyleInfo.Font.Bold       = false;
     gridCellInfo4.StyleInfo.Font.Facename   = "Tahoma";
     gridCellInfo4.StyleInfo.Font.Italic     = false;
     gridCellInfo4.StyleInfo.Font.Size       = 8.25F;
     gridCellInfo4.StyleInfo.Font.Strikeout  = false;
     gridCellInfo4.StyleInfo.Font.Underline  = false;
     gridCellInfo4.StyleInfo.Font.Unit       = System.Drawing.GraphicsUnit.Point;
     gridCellInfo5.Col                       = -1;
     gridCellInfo5.Row                       = -1;
     gridCellInfo5.StyleInfo.Font.Bold       = false;
     gridCellInfo5.StyleInfo.Font.Facename   = "Tahoma";
     gridCellInfo5.StyleInfo.Font.Italic     = false;
     gridCellInfo5.StyleInfo.Font.Size       = 8.25F;
     gridCellInfo5.StyleInfo.Font.Strikeout  = false;
     gridCellInfo5.StyleInfo.Font.Underline  = false;
     gridCellInfo5.StyleInfo.Font.Unit       = System.Drawing.GraphicsUnit.Point;
     gridCellInfo6.Col                       = -1;
     gridCellInfo6.Row                       = -1;
     gridCellInfo6.StyleInfo.Font.Bold       = false;
     gridCellInfo6.StyleInfo.Font.Facename   = "Tahoma";
     gridCellInfo6.StyleInfo.Font.Italic     = false;
     gridCellInfo6.StyleInfo.Font.Size       = 8.25F;
     gridCellInfo6.StyleInfo.Font.Strikeout  = false;
     gridCellInfo6.StyleInfo.Font.Underline  = false;
     gridCellInfo6.StyleInfo.Font.Unit       = System.Drawing.GraphicsUnit.Point;
     gridCellInfo7.Col                       = -1;
     gridCellInfo7.Row                       = -1;
     gridCellInfo7.StyleInfo.Font.Bold       = false;
     gridCellInfo7.StyleInfo.Font.Facename   = "Tahoma";
     gridCellInfo7.StyleInfo.Font.Italic     = false;
     gridCellInfo7.StyleInfo.Font.Size       = 8.25F;
     gridCellInfo7.StyleInfo.Font.Strikeout  = false;
     gridCellInfo7.StyleInfo.Font.Underline  = false;
     gridCellInfo7.StyleInfo.Font.Unit       = System.Drawing.GraphicsUnit.Point;
     gridCellInfo8.Col                       = -1;
     gridCellInfo8.Row                       = -1;
     gridCellInfo8.StyleInfo.Font.Bold       = false;
     gridCellInfo8.StyleInfo.Font.Facename   = "Tahoma";
     gridCellInfo8.StyleInfo.Font.Italic     = false;
     gridCellInfo8.StyleInfo.Font.Size       = 8.25F;
     gridCellInfo8.StyleInfo.Font.Strikeout  = false;
     gridCellInfo8.StyleInfo.Font.Underline  = false;
     gridCellInfo8.StyleInfo.Font.Unit       = System.Drawing.GraphicsUnit.Point;
     gridCellInfo9.Col                       = -1;
     gridCellInfo9.Row                       = -1;
     gridCellInfo9.StyleInfo.Font.Bold       = false;
     gridCellInfo9.StyleInfo.Font.Facename   = "Tahoma";
     gridCellInfo9.StyleInfo.Font.Italic     = false;
     gridCellInfo9.StyleInfo.Font.Size       = 8.25F;
     gridCellInfo9.StyleInfo.Font.Strikeout  = false;
     gridCellInfo9.StyleInfo.Font.Underline  = false;
     gridCellInfo9.StyleInfo.Font.Unit       = System.Drawing.GraphicsUnit.Point;
     gridCellInfo10.Col                      = -1;
     gridCellInfo10.Row                      = -1;
     gridCellInfo10.StyleInfo.Font.Bold      = false;
     gridCellInfo10.StyleInfo.Font.Facename  = "Tahoma";
     gridCellInfo10.StyleInfo.Font.Italic    = false;
     gridCellInfo10.StyleInfo.Font.Size      = 8.25F;
     gridCellInfo10.StyleInfo.Font.Strikeout = false;
     gridCellInfo10.StyleInfo.Font.Underline = false;
     gridCellInfo10.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
     this.gridControl.GridCells.AddRange(new Syncfusion.Windows.Forms.Grid.GridCellInfo[] {
         gridCellInfo1,
         gridCellInfo2,
         gridCellInfo3,
         gridCellInfo4,
         gridCellInfo5,
         gridCellInfo6,
         gridCellInfo7,
         gridCellInfo8,
         gridCellInfo9,
         gridCellInfo10
     });
     this.gridControl.Location = new System.Drawing.Point(3, 219);
     this.gridControl.Name     = "gridControl";
     this.gridControl.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 25)
     });
     this.gridControl.SerializeCellsBehavior = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeIntoCode;
     this.gridControl.Size         = new System.Drawing.Size(902, 324);
     this.gridControl.SmartSizeBox = false;
     this.gridControl.TabIndex     = 0;
     this.gridControl.Text         = "gridControl1";
     this.gridControl.UseRightToLeftCompatibleTextBox = true;
     this.gridControl.CurrentCellValidated           += new System.EventHandler(this.gridControl_CurrentCellValidated);
     this.gridControl.CurrentCellKeyPress            += new System.Windows.Forms.KeyPressEventHandler(this.gridControl_CurrentCellKeyPress);
     this.gridControl.CurrentCellKeyDown += new System.Windows.Forms.KeyEventHandler(this.gridControl_CurrentCellKeyDown);
     this.gridControl.KeyDown            += new System.Windows.Forms.KeyEventHandler(this.gridControl_KeyDown);
     //
     // pnlHeader
     //
     this.pnlHeader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlHeader.Controls.Add(this.tableLayoutPanel2);
     this.pnlHeader.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlHeader.Location = new System.Drawing.Point(3, 3);
     this.pnlHeader.Name     = "pnlHeader";
     this.pnlHeader.Size     = new System.Drawing.Size(902, 79);
     this.pnlHeader.TabIndex = 3;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Controls.Add(this.lblTotal, 1, 0);
     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.Percent, 100F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 77F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(900, 77);
     this.tableLayoutPanel2.TabIndex = 2;
     //
     // lblTotal
     //
     this.lblTotal.AutoSize  = true;
     this.lblTotal.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblTotal.Font      = new System.Drawing.Font("Tahoma", 45F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotal.ForeColor = System.Drawing.Color.Yellow;
     this.lblTotal.Location  = new System.Drawing.Point(453, 0);
     this.lblTotal.Name      = "lblTotal";
     this.lblTotal.Size      = new System.Drawing.Size(444, 77);
     this.lblTotal.TabIndex  = 0;
     this.lblTotal.Text      = "0";
     this.lblTotal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.lblPesan);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(3, 88);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(902, 47);
     this.panel2.TabIndex = 4;
     //
     // lblPesan
     //
     this.lblPesan.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblPesan.Font      = new System.Drawing.Font("Tahoma", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPesan.ForeColor = System.Drawing.Color.Red;
     this.lblPesan.Location  = new System.Drawing.Point(0, 0);
     this.lblPesan.Name      = "lblPesan";
     this.lblPesan.Size      = new System.Drawing.Size(900, 45);
     this.lblPesan.TabIndex  = 0;
     this.lblPesan.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // panel3
     //
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.tableLayoutPanel3);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(3, 141);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(902, 72);
     this.panel3.TabIndex = 5;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.txtCustomer, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.label2, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.label3, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel4, 1, 1);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 2;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(900, 70);
     this.tableLayoutPanel3.TabIndex = 0;
     //
     // txtCustomer
     //
     this.txtCustomer.AutoEnter         = false;
     this.txtCustomer.Conversion        = OpenRetail.Helper.UserControl.EConversion.Normal;
     this.txtCustomer.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.txtCustomer.Enabled           = false;
     this.txtCustomer.EnterFocusColor   = System.Drawing.Color.White;
     this.txtCustomer.Font              = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCustomer.LeaveFocusColor   = System.Drawing.Color.White;
     this.txtCustomer.LetterOnly        = false;
     this.txtCustomer.Location          = new System.Drawing.Point(164, 3);
     this.txtCustomer.Name              = "txtCustomer";
     this.txtCustomer.NumericOnly       = false;
     this.txtCustomer.SelectionText     = false;
     this.txtCustomer.Size              = new System.Drawing.Size(733, 30);
     this.txtCustomer.TabIndex          = 1;
     this.txtCustomer.ThousandSeparator = false;
     this.txtCustomer.KeyPress         += new System.Windows.Forms.KeyPressEventHandler(this.txtCustomer_KeyPress);
     this.txtCustomer.Leave            += new System.EventHandler(this.txtCustomer_Leave);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location  = new System.Drawing.Point(3, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(155, 35);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "Pelanggan";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location  = new System.Drawing.Point(3, 35);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(155, 35);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "Nota / Tanggal";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 3;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 57.97318F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 42.02682F));
     this.tableLayoutPanel4.Controls.Add(this.txtKasir, 2, 0);
     this.tableLayoutPanel4.Controls.Add(this.txtNotaDanTanggal, 0, 0);
     this.tableLayoutPanel4.Controls.Add(this.label4, 1, 0);
     this.tableLayoutPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(161, 35);
     this.tableLayoutPanel4.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel4.Name     = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 1;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel4.Size     = new System.Drawing.Size(739, 35);
     this.tableLayoutPanel4.TabIndex = 2;
     //
     // txtKasir
     //
     this.txtKasir.AutoEnter         = false;
     this.txtKasir.Conversion        = OpenRetail.Helper.UserControl.EConversion.Normal;
     this.txtKasir.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.txtKasir.Enabled           = false;
     this.txtKasir.EnterFocusColor   = System.Drawing.Color.White;
     this.txtKasir.Font              = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtKasir.LeaveFocusColor   = System.Drawing.Color.White;
     this.txtKasir.LetterOnly        = false;
     this.txtKasir.Location          = new System.Drawing.Point(460, 3);
     this.txtKasir.Name              = "txtKasir";
     this.txtKasir.NumericOnly       = false;
     this.txtKasir.SelectionText     = false;
     this.txtKasir.Size              = new System.Drawing.Size(276, 30);
     this.txtKasir.TabIndex          = 1;
     this.txtKasir.ThousandSeparator = false;
     //
     // txtNotaDanTanggal
     //
     this.txtNotaDanTanggal.AutoEnter         = false;
     this.txtNotaDanTanggal.Conversion        = OpenRetail.Helper.UserControl.EConversion.Normal;
     this.txtNotaDanTanggal.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.txtNotaDanTanggal.Enabled           = false;
     this.txtNotaDanTanggal.EnterFocusColor   = System.Drawing.Color.White;
     this.txtNotaDanTanggal.Font              = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNotaDanTanggal.LeaveFocusColor   = System.Drawing.Color.White;
     this.txtNotaDanTanggal.LetterOnly        = false;
     this.txtNotaDanTanggal.Location          = new System.Drawing.Point(3, 3);
     this.txtNotaDanTanggal.Name              = "txtNotaDanTanggal";
     this.txtNotaDanTanggal.NumericOnly       = false;
     this.txtNotaDanTanggal.SelectionText     = false;
     this.txtNotaDanTanggal.Size              = new System.Drawing.Size(383, 30);
     this.txtNotaDanTanggal.TabIndex          = 1;
     this.txtNotaDanTanggal.ThousandSeparator = false;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location  = new System.Drawing.Point(392, 0);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(62, 35);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "Kasir";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // pnlFooter
     //
     this.pnlFooter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlFooter.Controls.Add(this.lblStatusBar);
     this.pnlFooter.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlFooter.Location = new System.Drawing.Point(3, 602);
     this.pnlFooter.Name     = "pnlFooter";
     this.pnlFooter.Size     = new System.Drawing.Size(902, 46);
     this.pnlFooter.TabIndex = 6;
     //
     // lblStatusBar
     //
     this.lblStatusBar.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblStatusBar.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStatusBar.ForeColor = System.Drawing.Color.Yellow;
     this.lblStatusBar.Location  = new System.Drawing.Point(0, 0);
     this.lblStatusBar.Name      = "lblStatusBar";
     this.lblStatusBar.Size      = new System.Drawing.Size(900, 44);
     this.lblStatusBar.TabIndex  = 1;
     this.lblStatusBar.Text      = "shortcut";
     this.lblStatusBar.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.lblKembalian);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(3, 549);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(902, 47);
     this.panel1.TabIndex = 7;
     //
     // lblKembalian
     //
     this.lblKembalian.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblKembalian.Font      = new System.Drawing.Font("Tahoma", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblKembalian.ForeColor = System.Drawing.Color.Red;
     this.lblKembalian.Location  = new System.Drawing.Point(0, 0);
     this.lblKembalian.Name      = "lblKembalian";
     this.lblKembalian.Size      = new System.Drawing.Size(900, 45);
     this.lblKembalian.TabIndex  = 0;
     this.lblKembalian.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tmrTanggalJam
     //
     this.tmrTanggalJam.Enabled  = true;
     this.tmrTanggalJam.Interval = 1000;
     this.tmrTanggalJam.Tick    += new System.EventHandler(this.tmrTanggalJam_Tick);
     //
     // tmrResetPesan
     //
     this.tmrResetPesan.Interval = 1500;
     this.tmrResetPesan.Tick    += new System.EventHandler(this.tmrResetPesan_Tick);
     //
     // FrmPenjualan
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(908, 651);
     this.Controls.Add(this.tableLayoutPanel1);
     this.KeyPreview   = true;
     this.Name         = "FrmPenjualan";
     this.Text         = "FrmPenjualan";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmPenjualan_FormClosing);
     this.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.FrmPenjualan_KeyDown);
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
     this.pnlHeader.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel4.PerformLayout();
     this.pnlFooter.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 3
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle1 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle2 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle3 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle4 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            this.panel1 = new System.Windows.Forms.Panel();
            this.chkAutoFilter = new System.Windows.Forms.CheckBox();
            this.gridRecordNavigationControl1 = new Syncfusion.Windows.Forms.Grid.GridRecordNavigationControl();
            this.gridDataBoundGrid1 = new Syncfusion.Windows.Forms.Grid.GridDataBoundGrid();
            this.panel1.SuspendLayout();
            this.gridRecordNavigationControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridDataBoundGrid1)).BeginInit();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.chkAutoFilter);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(0, 164);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(185, 23);
            this.panel1.TabIndex = 1;
            // 
            // chkAutoFilter
            // 
            this.chkAutoFilter.AutoSize = true;
            this.chkAutoFilter.Location = new System.Drawing.Point(4, 4);
            this.chkAutoFilter.Name = "chkAutoFilter";
            this.chkAutoFilter.Size = new System.Drawing.Size(78, 17);
            this.chkAutoFilter.TabIndex = 0;
            this.chkAutoFilter.Text = "Show Filter";
            this.chkAutoFilter.UseVisualStyleBackColor = true;
            this.chkAutoFilter.Click += new System.EventHandler(this.chkAutoFilter_Click);
            // 
            // gridRecordNavigationControl1
            // 
            this.gridRecordNavigationControl1.AllowAddNew = false;
            this.gridRecordNavigationControl1.Controls.Add(this.gridDataBoundGrid1);
            this.gridRecordNavigationControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridRecordNavigationControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            this.gridRecordNavigationControl1.Location = new System.Drawing.Point(0, 0);
            this.gridRecordNavigationControl1.MaxRecord = 0;
            this.gridRecordNavigationControl1.Name = "gridRecordNavigationControl1";
            this.gridRecordNavigationControl1.ShowToolTips = true;
            this.gridRecordNavigationControl1.Size = new System.Drawing.Size(185, 164);
            this.gridRecordNavigationControl1.SplitBars = ((Syncfusion.Windows.Forms.DynamicSplitBars)((Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows | Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns)));
            this.gridRecordNavigationControl1.TabIndex = 2;
            this.gridRecordNavigationControl1.Text = "gridRecordNavigationControl1";
            this.gridRecordNavigationControl1.ThemesEnabled = false;
            // 
            // gridDataBoundGrid1
            // 
            this.gridDataBoundGrid1.AllowDragSelectedCols = true;
            gridBaseStyle1.Name = "Row Header";
            gridBaseStyle1.StyleInfo.BaseStyle = "Header";
            gridBaseStyle1.StyleInfo.CacheValues = false;
            gridBaseStyle1.StyleInfo.CellType = "RowHeaderCell";
            gridBaseStyle1.StyleInfo.Enabled = true;
            gridBaseStyle1.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
            gridBaseStyle2.Name = "Column Header";
            gridBaseStyle2.StyleInfo.BaseStyle = "Header";
            gridBaseStyle2.StyleInfo.CacheValues = false;
            gridBaseStyle2.StyleInfo.CellType = "ColumnHeaderCell";
            gridBaseStyle2.StyleInfo.Enabled = false;
            gridBaseStyle2.StyleInfo.Font.Bold = false;
            gridBaseStyle2.StyleInfo.Font.CacheValues = false;
            gridBaseStyle2.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
            gridBaseStyle2.StyleInfo.TextColor = System.Drawing.SystemColors.Control;
            gridBaseStyle3.Name = "Standard";
            gridBaseStyle3.StyleInfo.AutoSize = true;
            gridBaseStyle3.StyleInfo.CacheValues = false;
            gridBaseStyle3.StyleInfo.CheckBoxOptions.CacheValues = false;
            gridBaseStyle3.StyleInfo.CheckBoxOptions.CheckedValue = "True";
            gridBaseStyle3.StyleInfo.CheckBoxOptions.UncheckedValue = "False";
            gridBaseStyle3.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
            gridBaseStyle4.Name = "Header";
            gridBaseStyle4.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle4.StyleInfo.Borders.CacheValues = false;
            gridBaseStyle4.StyleInfo.Borders.Left = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle4.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle4.StyleInfo.Borders.Top = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle4.StyleInfo.CacheValues = false;
            gridBaseStyle4.StyleInfo.CellType = "Header";
            gridBaseStyle4.StyleInfo.Font.Bold = true;
            gridBaseStyle4.StyleInfo.Font.CacheValues = false;
            gridBaseStyle4.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
            gridBaseStyle4.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
            this.gridDataBoundGrid1.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
            gridBaseStyle1,
            gridBaseStyle2,
            gridBaseStyle3,
            gridBaseStyle4});
            this.gridDataBoundGrid1.DefaultColWidth = 85;
            this.gridDataBoundGrid1.EnableAddNew = false;
            this.gridDataBoundGrid1.EnableEdit = false;
            this.gridDataBoundGrid1.EnableRemove = false;
            this.gridDataBoundGrid1.FillSplitterPane = true;
            this.gridDataBoundGrid1.GridVisualStyles = Syncfusion.Windows.Forms.GridVisualStyles.Office2007Silver;
            this.gridDataBoundGrid1.ListBoxSelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.gridDataBoundGrid1.Location = new System.Drawing.Point(0, 0);
            this.gridDataBoundGrid1.Name = "gridDataBoundGrid1";
            this.gridDataBoundGrid1.Office2007ScrollBars = true;
            this.gridDataBoundGrid1.Office2007ScrollBarsColorScheme = Syncfusion.Windows.Forms.Office2007ColorScheme.Black;
            this.gridDataBoundGrid1.OptimizeInsertRemoveCells = true;
            this.gridDataBoundGrid1.Properties.ColHeaders = false;
            this.gridDataBoundGrid1.ResizeColsBehavior = ((Syncfusion.Windows.Forms.Grid.GridResizeCellsBehavior)((((((Syncfusion.Windows.Forms.Grid.GridResizeCellsBehavior.ResizeSingle | Syncfusion.Windows.Forms.Grid.GridResizeCellsBehavior.InsideGrid)
                        | Syncfusion.Windows.Forms.Grid.GridResizeCellsBehavior.IgnoreHeaders)
                        | Syncfusion.Windows.Forms.Grid.GridResizeCellsBehavior.OutlineHeaders)
                        | Syncfusion.Windows.Forms.Grid.GridResizeCellsBehavior.OutlineBounds)
                        | Syncfusion.Windows.Forms.Grid.GridResizeCellsBehavior.AllowDragOutside)));
            this.gridDataBoundGrid1.ShowCurrentCellBorderBehavior = Syncfusion.Windows.Forms.Grid.GridShowCurrentCellBorder.GrayWhenLostFocus;
            this.gridDataBoundGrid1.Size = new System.Drawing.Size(164, 143);
            this.gridDataBoundGrid1.SmartSizeBox = false;
            this.gridDataBoundGrid1.SortBehavior = Syncfusion.Windows.Forms.Grid.GridSortBehavior.DoubleClick;
            this.gridDataBoundGrid1.Text = "gridDataBoundGrid1";
            this.gridDataBoundGrid1.UseListChangedEvent = true;
            this.gridDataBoundGrid1.PrepareViewStyleInfo += new Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventHandler(this.gridDataBoundGrid1_PrepareViewStyleInfo);
            this.gridDataBoundGrid1.ResizingColumns += new Syncfusion.Windows.Forms.Grid.GridResizingColumnsEventHandler(this.gridDataBoundGrid1_ResizingColumns);
            // 
            // DataViewerCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.gridRecordNavigationControl1);
            this.Controls.Add(this.panel1);
            this.Name = "DataViewerCtl";
            this.Size = new System.Drawing.Size(185, 187);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.gridRecordNavigationControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridDataBoundGrid1)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo n.º 4
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();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle1 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle2 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle3 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle4 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridCellInfo     gridCellInfo1  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle5 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle6 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle7 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle8 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridCellInfo     gridCellInfo2  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(BlocksForm));
     this._mainFrameBarManager = new Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager(this);
     this.mainBar            = new Syncfusion.Windows.Forms.Tools.XPMenus.Bar(this._mainFrameBarManager, "Main Menu");
     this.fileParentBarItem  = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem();
     this.newGameBarItem     = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
     this.showNextPieceItem  = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
     this.pauseBarItem       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
     this.exitBarItem        = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
     this.helpParentBarItem  = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem();
     this.howToPlayBarItem   = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
     this.aboutBarItem       = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();
     this.gridBoard          = new Syncfusion.Windows.Forms.Grid.GridControl();
     this.gameTimer          = new System.Windows.Forms.Timer(this.components);
     this.gridControl1       = new Syncfusion.Windows.Forms.Grid.GridControl();
     this.statusBarAdv1      = new Syncfusion.Windows.Forms.Tools.StatusBarAdv();
     this.progressBarAdv1    = new Syncfusion.Windows.Forms.Tools.ProgressBarAdv();
     this.label1             = new System.Windows.Forms.Label();
     this.nextPiecePanel     = new Syncfusion.Windows.Forms.Tools.GradientPanel();
     this.label2             = new System.Windows.Forms.Label();
     this.progressBarWaiting = new Syncfusion.Windows.Forms.Tools.ProgressBarAdv();
     ((System.ComponentModel.ISupportInitialize)(this._mainFrameBarManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridBoard)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarAdv1)).BeginInit();
     this.statusBarAdv1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarAdv1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nextPiecePanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarWaiting)).BeginInit();
     this.SuspendLayout();
     //
     // _mainFrameBarManager
     //
     this._mainFrameBarManager.BarPositionInfo = ((System.IO.MemoryStream)(resources.GetObject("_mainFrameBarManager.BarPositionInfo")));
     this._mainFrameBarManager.Bars.Add(this.mainBar);
     this._mainFrameBarManager.Categories.Add("File");
     this._mainFrameBarManager.Categories.Add("Game Control");
     this._mainFrameBarManager.Categories.Add("Help");
     this._mainFrameBarManager.CurrentBaseFormType = "Syncfusion.Windows.Forms.Office2007Form";
     this._mainFrameBarManager.EnableMenuMerge     = true;
     this._mainFrameBarManager.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._mainFrameBarManager.Form = this;
     this._mainFrameBarManager.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
         this.fileParentBarItem,
         this.exitBarItem,
         this.newGameBarItem,
         this.pauseBarItem,
         this.helpParentBarItem,
         this.aboutBarItem,
         this.howToPlayBarItem,
         this.showNextPieceItem
     });
     this._mainFrameBarManager.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(201)))), ((int)(((byte)(232)))));
     this._mainFrameBarManager.Office2007Theme    = Syncfusion.Windows.Forms.Office2007Theme.Black;
     this._mainFrameBarManager.ResetCustomization = false;
     this._mainFrameBarManager.Style = Syncfusion.Windows.Forms.VisualStyle.Office2007Outlook;
     this._mainFrameBarManager.UseBackwardCompatiblity = false;
     //
     // mainBar
     //
     this.mainBar.BarName  = "Main Menu";
     this.mainBar.BarStyle = ((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle)(((Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.AllowQuickCustomizing | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.IsMainMenu)
                                                                                 | Syncfusion.Windows.Forms.Tools.XPMenus.BarStyle.Visible)));
     this.mainBar.Caption = "Main Menu";
     this.mainBar.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
         this.fileParentBarItem,
         this.helpParentBarItem
     });
     this.mainBar.Manager = this._mainFrameBarManager;
     //
     // fileParentBarItem
     //
     this.fileParentBarItem.BarName        = "fileParentBarItem";
     this.fileParentBarItem.CategoryIndex  = 0;
     this.fileParentBarItem.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fileParentBarItem.ID             = "&File";
     this.fileParentBarItem.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
         this.newGameBarItem,
         this.showNextPieceItem,
         this.pauseBarItem,
         this.exitBarItem
     });
     this.fileParentBarItem.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(201)))), ((int)(((byte)(232)))));
     this.fileParentBarItem.SeparatorIndices.AddRange(new int[] {
         3
     });
     this.fileParentBarItem.ShowToolTipInPopUp = false;
     this.fileParentBarItem.SizeToFit          = true;
     this.fileParentBarItem.Text       = "&File";
     this.fileParentBarItem.WrapLength = 20;
     //
     // newGameBarItem
     //
     this.newGameBarItem.BarName            = "newGameBarItem";
     this.newGameBarItem.CategoryIndex      = 0;
     this.newGameBarItem.CustomTextFont     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.newGameBarItem.ID                 = "&New Game";
     this.newGameBarItem.ShowToolTipInPopUp = false;
     this.newGameBarItem.SizeToFit          = true;
     this.newGameBarItem.Text               = "&New Game";
     this.newGameBarItem.Click             += new System.EventHandler(this.newGameBarItem_Click);
     //
     // showNextPieceItem
     //
     this.showNextPieceItem.BarName            = "showNextPieceItem";
     this.showNextPieceItem.CategoryIndex      = 0;
     this.showNextPieceItem.CustomTextFont     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.showNextPieceItem.ID                 = "Show Next Piece";
     this.showNextPieceItem.ShowToolTipInPopUp = false;
     this.showNextPieceItem.SizeToFit          = true;
     this.showNextPieceItem.Text               = "Show Next Piece";
     this.showNextPieceItem.Click             += new System.EventHandler(this.showNextPieceItem_Click);
     //
     // pauseBarItem
     //
     this.pauseBarItem.BarName            = "pauseBarItem";
     this.pauseBarItem.CategoryIndex      = 1;
     this.pauseBarItem.CustomTextFont     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pauseBarItem.ID                 = "&Pause Game";
     this.pauseBarItem.ShowToolTipInPopUp = false;
     this.pauseBarItem.SizeToFit          = true;
     this.pauseBarItem.Text               = "&Pause Game";
     this.pauseBarItem.Click             += new System.EventHandler(this.pauseBarItem_Click);
     //
     // exitBarItem
     //
     this.exitBarItem.BarName            = "exitBarItem";
     this.exitBarItem.CategoryIndex      = 0;
     this.exitBarItem.CustomTextFont     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.exitBarItem.ID                 = "E&xit";
     this.exitBarItem.ShowToolTipInPopUp = false;
     this.exitBarItem.SizeToFit          = true;
     this.exitBarItem.Text               = "E&xit";
     this.exitBarItem.Click             += new System.EventHandler(this.exitBarItem_Click);
     //
     // helpParentBarItem
     //
     this.helpParentBarItem.BarName        = "helpParentBarItem";
     this.helpParentBarItem.CategoryIndex  = 2;
     this.helpParentBarItem.CustomTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpParentBarItem.ID             = "&Help";
     this.helpParentBarItem.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] {
         this.howToPlayBarItem,
         this.aboutBarItem
     });
     this.helpParentBarItem.MetroColor         = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(201)))), ((int)(((byte)(232)))));
     this.helpParentBarItem.ShowToolTipInPopUp = false;
     this.helpParentBarItem.SizeToFit          = true;
     this.helpParentBarItem.Text       = "&Help";
     this.helpParentBarItem.WrapLength = 20;
     //
     // howToPlayBarItem
     //
     this.howToPlayBarItem.BarName            = "howToPlayBarItem";
     this.howToPlayBarItem.CategoryIndex      = 2;
     this.howToPlayBarItem.CustomTextFont     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.howToPlayBarItem.ID                 = "How to &Play";
     this.howToPlayBarItem.Shortcut           = System.Windows.Forms.Shortcut.F1;
     this.howToPlayBarItem.ShowToolTipInPopUp = false;
     this.howToPlayBarItem.SizeToFit          = true;
     this.howToPlayBarItem.Text               = "How to &Play";
     this.howToPlayBarItem.Click             += new System.EventHandler(this.howToPlayBarItem_Click);
     //
     // aboutBarItem
     //
     this.aboutBarItem.BarName            = "aboutBarItem";
     this.aboutBarItem.CategoryIndex      = 2;
     this.aboutBarItem.CustomTextFont     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.aboutBarItem.ID                 = "&About";
     this.aboutBarItem.ShowToolTipInPopUp = false;
     this.aboutBarItem.SizeToFit          = true;
     this.aboutBarItem.Text               = "&About";
     this.aboutBarItem.Click             += new System.EventHandler(this.aboutBarItem_Click);
     //
     // gridBoard
     //
     gridBaseStyle1.Name = "Header";
     gridBaseStyle1.StyleInfo.Borders.Bottom    = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.Borders.Left      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.Borders.Right     = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.Borders.Top       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.CellType          = "Static";
     gridBaseStyle1.StyleInfo.Font.Bold         = true;
     gridBaseStyle1.StyleInfo.Interior          = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
     gridBaseStyle1.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
     gridBaseStyle2.Name = "Standard";
     gridBaseStyle2.StyleInfo.Font.Facename = "Tahoma";
     gridBaseStyle2.StyleInfo.Interior      = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
     gridBaseStyle3.Name = "Column Header";
     gridBaseStyle3.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle3.StyleInfo.CellType            = "Static";
     gridBaseStyle3.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
     gridBaseStyle3.StyleInfo.Interior            = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
     gridBaseStyle4.Name = "Row Header";
     gridBaseStyle4.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle4.StyleInfo.CellType            = "Static";
     gridBaseStyle4.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
     gridBaseStyle4.StyleInfo.Interior            = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
     this.gridBoard.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
         gridBaseStyle1,
         gridBaseStyle2,
         gridBaseStyle3,
         gridBaseStyle4
     });
     this.gridBoard.ColCount = 8;
     this.gridBoard.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
         new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 35),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(1, 32),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(2, 31),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(3, 31),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(4, 31),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(5, 30),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(6, 31),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(7, 28),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(8, 31)
     });
     this.gridBoard.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid;
     this.gridBoard.ForeColor = System.Drawing.SystemColors.ControlText;
     gridCellInfo1.Col        = -1;
     gridCellInfo1.Row        = -1;
     this.gridBoard.GridCells.AddRange(new Syncfusion.Windows.Forms.Grid.GridCellInfo[] {
         gridCellInfo1
     });
     this.gridBoard.Location = new System.Drawing.Point(15, 34);
     this.gridBoard.Name     = "gridBoard";
     this.gridBoard.Properties.BackgroundColor       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.gridBoard.Properties.ColHeaders            = false;
     this.gridBoard.Properties.ForceImmediateRepaint = false;
     this.gridBoard.Properties.GridLineColor         = System.Drawing.SystemColors.Control;
     this.gridBoard.Properties.MarkColHeader         = false;
     this.gridBoard.Properties.MarkRowHeader         = false;
     this.gridBoard.Properties.RowHeaders            = false;
     this.gridBoard.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.gridBoard.RowCount    = 20;
     this.gridBoard.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 21),
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(18, 19)
     });
     this.gridBoard.SerializeCellsBehavior = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeIntoCode;
     this.gridBoard.Size           = new System.Drawing.Size(282, 365);
     this.gridBoard.SmartSizeBox   = false;
     this.gridBoard.TabIndex       = 4;
     this.gridBoard.QueryCellInfo += new Syncfusion.Windows.Forms.Grid.GridQueryCellInfoEventHandler(this.gridBoard_QueryCellInfo);
     //
     // gameTimer
     //
     this.gameTimer.Interval = 500;
     this.gameTimer.Tick    += new System.EventHandler(this.gameTimer_Tick);
     //
     // gridControl1
     //
     gridBaseStyle5.Name = "Header";
     gridBaseStyle5.StyleInfo.Borders.Bottom    = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle5.StyleInfo.Borders.Left      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle5.StyleInfo.Borders.Right     = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle5.StyleInfo.Borders.Top       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle5.StyleInfo.CellType          = "Static";
     gridBaseStyle5.StyleInfo.Font.Bold         = true;
     gridBaseStyle5.StyleInfo.Interior          = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
     gridBaseStyle5.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
     gridBaseStyle6.Name = "Standard";
     gridBaseStyle6.StyleInfo.Font.Facename = "Tahoma";
     gridBaseStyle6.StyleInfo.Interior      = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
     gridBaseStyle7.Name = "Column Header";
     gridBaseStyle7.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle7.StyleInfo.CellType            = "Static";
     gridBaseStyle7.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
     gridBaseStyle7.StyleInfo.Interior            = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
     gridBaseStyle8.Name = "Row Header";
     gridBaseStyle8.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle8.StyleInfo.CellType            = "Static";
     gridBaseStyle8.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
     gridBaseStyle8.StyleInfo.Interior            = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
     this.gridControl1.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
         gridBaseStyle5,
         gridBaseStyle6,
         gridBaseStyle7,
         gridBaseStyle8
     });
     this.gridControl1.ColCount = 5;
     this.gridControl1.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
         new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 35),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(1, 31),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(2, 28),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(3, 28),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(4, 28),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(5, 28)
     });
     this.gridControl1.ForeColor = System.Drawing.SystemColors.ControlText;
     gridCellInfo2.Col           = -1;
     gridCellInfo2.Row           = -1;
     this.gridControl1.GridCells.AddRange(new Syncfusion.Windows.Forms.Grid.GridCellInfo[] {
         gridCellInfo2
     });
     this.gridControl1.Location    = new System.Drawing.Point(250, 249);
     this.gridControl1.Name        = "gridControl1";
     this.gridControl1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.gridControl1.RowCount    = 5;
     this.gridControl1.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 21)
     });
     this.gridControl1.Size         = new System.Drawing.Size(180, 146);
     this.gridControl1.SmartSizeBox = false;
     //
     // statusBarAdv1
     //
     this.statusBarAdv1.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.statusBarAdv1.BeforeTouchSize = new System.Drawing.Size(277, 22);
     this.statusBarAdv1.Border3DStyle   = System.Windows.Forms.Border3DStyle.Flat;
     this.statusBarAdv1.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.statusBarAdv1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.statusBarAdv1.Controls.Add(this.progressBarAdv1);
     this.statusBarAdv1.Controls.Add(this.label1);
     this.statusBarAdv1.CustomLayoutBounds = new System.Drawing.Rectangle(0, 0, 0, 0);
     this.statusBarAdv1.Dock       = System.Windows.Forms.DockStyle.Bottom;
     this.statusBarAdv1.Location   = new System.Drawing.Point(0, 398);
     this.statusBarAdv1.Name       = "statusBarAdv1";
     this.statusBarAdv1.Padding    = new System.Windows.Forms.Padding(3);
     this.statusBarAdv1.Size       = new System.Drawing.Size(277, 22);
     this.statusBarAdv1.SizingGrip = false;
     this.statusBarAdv1.Spacing    = new System.Drawing.Size(2, 2);
     this.statusBarAdv1.TabIndex   = 5;
     //
     // progressBarAdv1
     //
     this.progressBarAdv1.BackColor              = System.Drawing.Color.White;
     this.progressBarAdv1.BackGradientEndColor   = System.Drawing.Color.White;
     this.progressBarAdv1.BackGradientStartColor = System.Drawing.Color.LightGray;
     this.progressBarAdv1.BackMultipleColors     = new System.Drawing.Color[0];
     this.progressBarAdv1.BackSegments           = false;
     this.progressBarAdv1.BackTubeEndColor       = System.Drawing.Color.White;
     this.progressBarAdv1.BackTubeStartColor     = System.Drawing.Color.LightGray;
     this.progressBarAdv1.Border3DStyle          = System.Windows.Forms.Border3DStyle.SunkenInner;
     this.progressBarAdv1.BorderStyle            = System.Windows.Forms.BorderStyle.None;
     this.progressBarAdv1.CustomText             = null;
     this.progressBarAdv1.CustomWaitingRender    = false;
     this.progressBarAdv1.FontColor              = System.Drawing.Color.White;
     this.progressBarAdv1.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(163)))), ((int)(((byte)(51)))));
     this.progressBarAdv1.ForegroundImage        = null;
     this.progressBarAdv1.GradientEndColor       = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(165)))), ((int)(((byte)(106)))));
     this.progressBarAdv1.GradientStartColor     = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(74)))), ((int)(((byte)(7)))));
     this.progressBarAdv1.Location             = new System.Drawing.Point(0, 2);
     this.progressBarAdv1.Maximum              = 13;
     this.progressBarAdv1.MultipleColors       = new System.Drawing.Color[0];
     this.progressBarAdv1.Name                 = "progressBarAdv1";
     this.progressBarAdv1.ProgressStyle        = Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Tube;
     this.progressBarAdv1.SegmentWidth         = 13;
     this.progressBarAdv1.Size                 = new System.Drawing.Size(195, 16);
     this.progressBarAdv1.TabIndex             = 1;
     this.progressBarAdv1.Text                 = "progressBarAdv1";
     this.progressBarAdv1.TextVisible          = false;
     this.progressBarAdv1.ThemesEnabled        = false;
     this.progressBarAdv1.TubeEndColor         = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(165)))), ((int)(((byte)(106)))));
     this.progressBarAdv1.TubeStartColor       = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(74)))), ((int)(((byte)(7)))));
     this.progressBarAdv1.Value                = 1;
     this.progressBarAdv1.WaitingGradientWidth = 400;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.SystemColors.Window;
     this.label1.Location  = new System.Drawing.Point(197, 2);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(65, 13);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Score: 0000";
     //
     // nextPiecePanel
     //
     this.nextPiecePanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(165)))), ((int)(((byte)(106)))));
     this.nextPiecePanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.nextPiecePanel.Location    = new System.Drawing.Point(277, 64);
     this.nextPiecePanel.Name        = "nextPiecePanel";
     this.nextPiecePanel.Size        = new System.Drawing.Size(128, 87);
     this.nextPiecePanel.TabIndex    = 6;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(275, 39);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(64, 14);
     this.label2.TabIndex  = 7;
     this.label2.Text      = "Next Piece";
     //
     // progressBarWaiting
     //
     this.progressBarWaiting.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.progressBarWaiting.BackGradientEndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.progressBarWaiting.BackGradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.progressBarWaiting.BackMultipleColors     = new System.Drawing.Color[0];
     this.progressBarWaiting.BackSegments           = false;
     this.progressBarWaiting.BackTubeEndColor       = System.Drawing.Color.White;
     this.progressBarWaiting.BackTubeStartColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.progressBarWaiting.BorderStyle            = System.Windows.Forms.BorderStyle.None;
     this.progressBarWaiting.CustomText             = null;
     this.progressBarWaiting.CustomWaitingRender    = false;
     this.progressBarWaiting.FontColor              = System.Drawing.Color.White;
     this.progressBarWaiting.ForegroundImage        = null;
     this.progressBarWaiting.ForeSegments           = false;
     this.progressBarWaiting.GradientEndColor       = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(74)))), ((int)(((byte)(7)))));
     this.progressBarWaiting.GradientStartColor     = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(165)))), ((int)(((byte)(106)))));
     this.progressBarWaiting.Location       = new System.Drawing.Point(277, 52);
     this.progressBarWaiting.MultipleColors = new System.Drawing.Color[] {
         System.Drawing.Color.Thistle,
         System.Drawing.Color.Blue
     };
     this.progressBarWaiting.Name                    = "progressBarWaiting";
     this.progressBarWaiting.ProgressStyle           = Syncfusion.Windows.Forms.Tools.ProgressBarStyles.WaitingGradient;
     this.progressBarWaiting.SegmentWidth            = 12;
     this.progressBarWaiting.Size                    = new System.Drawing.Size(130, 3);
     this.progressBarWaiting.TabIndex                = 8;
     this.progressBarWaiting.TextStyle               = Syncfusion.Windows.Forms.Tools.ProgressBarTextStyles.Custom;
     this.progressBarWaiting.ThemesEnabled           = false;
     this.progressBarWaiting.TubeEndColor            = System.Drawing.Color.Black;
     this.progressBarWaiting.TubeStartColor          = System.Drawing.Color.Red;
     this.progressBarWaiting.Value                   = 100;
     this.progressBarWaiting.WaitingGradientEnabled  = true;
     this.progressBarWaiting.WaitingGradientInterval = 25;
     this.progressBarWaiting.WaitingGradientWidth    = 600;
     //
     // BlocksForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.CaptionFont         = new System.Drawing.Font("Segoe UI Semibold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CaptionForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(78)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))));
     this.ClientSize          = new System.Drawing.Size(277, 420);
     this.ColorScheme         = Syncfusion.Windows.Forms.Office2007Theme.Black;
     this.Controls.Add(this.progressBarWaiting);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.nextPiecePanel);
     this.Controls.Add(this.gridBoard);
     this.Controls.Add(this.statusBarAdv1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "BlocksForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Essential Blocks Demo";
     ((System.ComponentModel.ISupportInitialize)(this._mainFrameBarManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridBoard)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarAdv1)).EndInit();
     this.statusBarAdv1.ResumeLayout(false);
     this.statusBarAdv1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarAdv1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nextPiecePanel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarWaiting)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle1 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle2 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle3 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle4 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo18  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo1   = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo8   = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo9   = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo10  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo11  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo12  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo13  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo3   = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo4   = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo5   = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo6   = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo7   = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo14  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo15  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo16  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo17  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo2   = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     this.gridControl1        = new Syncfusion.Windows.Forms.Grid.GridControl();
     this.toolStripEx1        = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.toolStripEx2        = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.toolStripEx3        = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.toolStripEx5        = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.ViewToolStripEx     = new Syncfusion.Windows.Forms.Tools.RibbonPanelMergeContainer();
     this.toolStripPanelItem1 = new Syncfusion.Windows.Forms.Tools.ToolStripPanelItem();
     this.toolStripLabel1     = new System.Windows.Forms.ToolStripLabel();
     this.toolStripTextBox1   = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripEx7        = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.toolStripPanelItem3 = new Syncfusion.Windows.Forms.Tools.ToolStripPanelItem();
     this.toolStripEx4        = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.toolStripPanelItem4 = new Syncfusion.Windows.Forms.Tools.ToolStripPanelItem();
     this.toolStripCheckBox1  = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
     this.toolStripCheckBox2  = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
     this.toolStripCheckBox3  = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
     this.toolStripPanelItem5 = new Syncfusion.Windows.Forms.Tools.ToolStripPanelItem();
     this.toolStripCheckBox4  = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
     this.toolStripCheckBox5  = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
     this.toolStripCheckBox6  = new Syncfusion.Windows.Forms.Tools.ToolStripCheckBox();
     this.superAccelerator1   = new Syncfusion.Windows.Forms.Tools.SuperAccelerator(this);
     this.superToolTip1       = new Syncfusion.Windows.Forms.Tools.SuperToolTip(this);
     this.toolStripPanelItem2 = new Syncfusion.Windows.Forms.Tools.ToolStripPanelItem();
     this.themesToolStripExt  = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.SheetBtn            = new System.Windows.Forms.ToolStripButton();
     this.WorkbookBtn         = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5    = new System.Windows.Forms.ToolStripButton();
     this.HyperLinkBtn        = new System.Windows.Forms.ToolStripButton();
     this.GroupBtn            = new System.Windows.Forms.ToolStripButton();
     this.UngroupBtn          = new System.Windows.Forms.ToolStripButton();
     this.DataBtn             = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2    = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     this.toolStripEx1.SuspendLayout();
     this.toolStripEx2.SuspendLayout();
     this.toolStripEx3.SuspendLayout();
     this.toolStripEx5.SuspendLayout();
     this.ViewToolStripEx.SuspendLayout();
     this.toolStripEx7.SuspendLayout();
     this.toolStripEx4.SuspendLayout();
     this.themesToolStripExt.SuspendLayout();
     this.SuspendLayout();
     //
     // gridControl1
     //
     this.gridControl1.AlphaBlendSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(94)))), ((int)(((byte)(171)))), ((int)(((byte)(222)))));
     gridBaseStyle1.Name = "Header";
     gridBaseStyle1.StyleInfo.Borders.Bottom    = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.Borders.Left      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.Borders.Right     = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.Borders.Top       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.CellType          = "Header";
     gridBaseStyle1.StyleInfo.Font.Bold         = true;
     gridBaseStyle1.StyleInfo.Interior          = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
     gridBaseStyle1.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
     gridBaseStyle2.Name = "Standard";
     gridBaseStyle2.StyleInfo.Font.Facename = "Tahoma";
     gridBaseStyle2.StyleInfo.Interior      = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
     gridBaseStyle3.Name = "Column Header";
     gridBaseStyle3.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle3.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
     gridBaseStyle4.Name = "Row Header";
     gridBaseStyle4.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle4.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
     gridBaseStyle4.StyleInfo.Interior            = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
     this.gridControl1.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
         gridBaseStyle1,
         gridBaseStyle2,
         gridBaseStyle3,
         gridBaseStyle4
     });
     this.gridControl1.ColCount = 25;
     this.gridControl1.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
         new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 35)
     });
     this.gridControl1.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid;
     this.gridControl1.DefaultRowHeight       = 20;
     this.gridControl1.GridOfficeScrollBars   = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridControl1.Location                 = new System.Drawing.Point(132, 146);
     this.gridControl1.Margin                   = new System.Windows.Forms.Padding(2);
     this.gridControl1.MetroScrollBars          = true;
     this.gridControl1.Name                     = "gridControl1";
     this.gridControl1.Properties.GridLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.gridControl1.RowCount                 = 50;
     this.gridControl1.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 29)
     });
     this.gridControl1.SerializeCellsBehavior        = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeIntoCode;
     this.gridControl1.ShowCurrentCellBorderBehavior = Syncfusion.Windows.Forms.Grid.GridShowCurrentCellBorder.AlwaysVisible;
     this.gridControl1.Size          = new System.Drawing.Size(181, 125);
     this.gridControl1.SmartSizeBox  = false;
     this.gridControl1.TabIndex      = 2;
     this.gridControl1.Text          = "gridControl1";
     this.gridControl1.ThemesEnabled = true;
     this.gridControl1.UseRightToLeftCompatibleTextBox = true;
     //
     // toolStripEx1
     //
     this.superAccelerator1.SetCollapsedDropDownAccelerator(this.toolStripEx1, null);
     this.toolStripEx1.Dock      = System.Windows.Forms.DockStyle.None;
     this.toolStripEx1.Font      = new System.Drawing.Font("Segoe UI", 8.25F);
     this.toolStripEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
     this.toolStripEx1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripEx1.Image     = null;
     this.toolStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.HyperLinkBtn
     });
     this.toolStripEx1.Location     = new System.Drawing.Point(0, 1);
     this.toolStripEx1.Name         = "toolStripEx1";
     this.toolStripEx1.Office12Mode = false;
     this.toolStripEx1.Size         = new System.Drawing.Size(65, 53);
     this.toolStripEx1.TabIndex     = 7;
     //
     // toolStripEx2
     //
     this.superAccelerator1.SetCollapsedDropDownAccelerator(this.toolStripEx2, null);
     this.toolStripEx2.Dock      = System.Windows.Forms.DockStyle.None;
     this.toolStripEx2.Font      = new System.Drawing.Font("Segoe UI", 8.25F);
     this.toolStripEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
     this.toolStripEx2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripEx2.Image     = null;
     this.toolStripEx2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.GroupBtn,
         this.UngroupBtn
     });
     this.toolStripEx2.Location     = new System.Drawing.Point(67, 1);
     this.toolStripEx2.Name         = "toolStripEx2";
     this.toolStripEx2.Office12Mode = false;
     this.toolStripEx2.Size         = new System.Drawing.Size(59, 53);
     this.toolStripEx2.TabIndex     = 6;
     //
     // toolStripEx3
     //
     this.superAccelerator1.SetCollapsedDropDownAccelerator(this.toolStripEx3, null);
     this.toolStripEx3.Dock      = System.Windows.Forms.DockStyle.None;
     this.toolStripEx3.Font      = new System.Drawing.Font("Segoe UI", 8.25F);
     this.toolStripEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
     this.toolStripEx3.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripEx3.Image     = null;
     this.toolStripEx3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.DataBtn
     });
     this.toolStripEx3.Location     = new System.Drawing.Point(128, 1);
     this.toolStripEx3.Name         = "toolStripEx3";
     this.toolStripEx3.Office12Mode = false;
     this.toolStripEx3.Size         = new System.Drawing.Size(24, 53);
     this.toolStripEx3.TabIndex     = 5;
     //
     // toolStripEx5
     //
     this.superAccelerator1.SetCollapsedDropDownAccelerator(this.toolStripEx5, null);
     this.toolStripEx5.Dock      = System.Windows.Forms.DockStyle.None;
     this.toolStripEx5.ForeColor = System.Drawing.Color.MidnightBlue;
     this.toolStripEx5.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripEx5.Image     = null;
     this.toolStripEx5.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1
     });
     this.toolStripEx5.Location     = new System.Drawing.Point(154, 1);
     this.toolStripEx5.Name         = "toolStripEx5";
     this.toolStripEx5.Office12Mode = false;
     this.toolStripEx5.Size         = new System.Drawing.Size(79, 53);
     this.toolStripEx5.TabIndex     = 8;
     toolTipInfo18.BackColor        = System.Drawing.Color.White;
     toolTipInfo18.Body.Font        = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo18.Body.Size        = new System.Drawing.Size(20, 20);
     toolTipInfo18.Body.Text        = "\r\nCloses the sheet attached with RibbonControlAdv.";
     toolTipInfo18.Footer.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo18.Header.Font      = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo18.Header.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo18.Header.Text      = "Close MergeSheet";
     this.superToolTip1.SetToolTip(this.toolStripEx5, toolTipInfo18);
     //
     // ViewToolStripEx
     //
     this.ViewToolStripEx.CaptionAlignment = Syncfusion.Windows.Forms.Tools.CaptionAlignment.Center;
     this.ViewToolStripEx.CaptionTextStyle = Syncfusion.Windows.Forms.Tools.CaptionTextStyle.Plain;
     this.ViewToolStripEx.Controls.Add(this.themesToolStripExt);
     this.ViewToolStripEx.Controls.Add(this.toolStripEx7);
     this.ViewToolStripEx.Controls.Add(this.toolStripEx4);
     this.ViewToolStripEx.Location          = new System.Drawing.Point(74, 9);
     this.ViewToolStripEx.Margin            = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.ViewToolStripEx.Name              = "ViewToolStripEx";
     this.ViewToolStripEx.OfficeColorScheme = Syncfusion.Windows.Forms.Tools.ToolStripEx.ColorScheme.Blue;
     this.ViewToolStripEx.ScrollPosition    = 0;
     this.ViewToolStripEx.Size              = new System.Drawing.Size(587, 101);
     this.ViewToolStripEx.TabIndex          = 1;
     this.ViewToolStripEx.Text              = "Design";
     //
     // toolStripPanelItem1
     //
     this.toolStripPanelItem1.CausesValidation = false;
     this.toolStripPanelItem1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.toolStripTextBox1,
         this.toolStripButton2
     });
     this.toolStripPanelItem1.Margin      = new System.Windows.Forms.Padding(1, 4, 1, 0);
     this.toolStripPanelItem1.Name        = "toolStripPanelItem1";
     this.toolStripPanelItem1.Size        = new System.Drawing.Size(106, 95);
     this.toolStripPanelItem1.Text        = "toolStripPanelItem1";
     this.toolStripPanelItem1.Transparent = true;
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(73, 15);
     this.toolStripLabel1.Text = "Table Name:";
     //
     // toolStripTextBox1
     //
     this.toolStripTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStripTextBox1.Name        = "toolStripTextBox1";
     this.toolStripTextBox1.Size        = new System.Drawing.Size(100, 23);
     toolTipInfo1.Body.Size             = new System.Drawing.Size(20, 20);
     toolTipInfo1.Body.Text             = "Edit the name of the table";
     toolTipInfo1.Footer.Size           = new System.Drawing.Size(20, 20);
     toolTipInfo1.Header.Size           = new System.Drawing.Size(20, 20);
     toolTipInfo1.Header.Text           = "Table name";
     this.superToolTip1.SetToolTip(this.toolStripTextBox1, toolTipInfo1);
     //
     // toolStripEx7
     //
     this.superAccelerator1.SetCollapsedDropDownAccelerator(this.toolStripEx7, null);
     this.toolStripEx7.Dock      = System.Windows.Forms.DockStyle.None;
     this.toolStripEx7.Font      = new System.Drawing.Font("Segoe UI", 8.25F);
     this.toolStripEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
     this.toolStripEx7.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripEx7.Image     = null;
     this.toolStripEx7.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.SheetBtn,
         this.WorkbookBtn,
         this.toolStripPanelItem3
     });
     this.toolStripEx7.Location     = new System.Drawing.Point(113, 1);
     this.toolStripEx7.Margin       = new System.Windows.Forms.Padding(1, 2, 1, 0);
     this.toolStripEx7.Name         = "toolStripEx7";
     this.toolStripEx7.Office12Mode = false;
     this.toolStripEx7.Size         = new System.Drawing.Size(217, 99);
     this.toolStripEx7.TabIndex     = 4;
     this.toolStripEx7.Text         = "Table Data";
     //
     // toolStripPanelItem3
     //
     this.toolStripPanelItem3.CausesValidation = false;
     this.toolStripPanelItem3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton3,
         this.toolStripButton4,
         this.toolStripButton5
     });
     this.toolStripPanelItem3.Margin      = new System.Windows.Forms.Padding(1, 2, 1, 0);
     this.toolStripPanelItem3.Name        = "toolStripPanelItem3";
     this.toolStripPanelItem3.Size        = new System.Drawing.Size(118, 97);
     this.toolStripPanelItem3.Text        = "toolStripPanelItem3";
     this.toolStripPanelItem3.Transparent = true;
     //
     // toolStripEx4
     //
     this.toolStripEx4.AutoSize = false;
     this.superAccelerator1.SetCollapsedDropDownAccelerator(this.toolStripEx4, null);
     this.toolStripEx4.Dock      = System.Windows.Forms.DockStyle.None;
     this.toolStripEx4.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripEx4.Image     = null;
     this.toolStripEx4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripPanelItem4,
         this.toolStripPanelItem5
     });
     this.toolStripEx4.LauncherStyle = Syncfusion.Windows.Forms.Tools.LauncherStyle.Office2007;
     this.toolStripEx4.Location      = new System.Drawing.Point(332, 1);
     this.toolStripEx4.Margin        = new System.Windows.Forms.Padding(1, 2, 1, 0);
     this.toolStripEx4.Name          = "toolStripEx4";
     this.toolStripEx4.Office12Mode  = false;
     this.toolStripEx4.Size          = new System.Drawing.Size(254, 99);
     this.toolStripEx4.TabIndex      = 6;
     this.toolStripEx4.Text          = "Table Style Options";
     //
     // toolStripPanelItem4
     //
     this.toolStripPanelItem4.CausesValidation = false;
     this.toolStripPanelItem4.ForeColor        = System.Drawing.Color.MidnightBlue;
     this.toolStripPanelItem4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripCheckBox1,
         this.toolStripCheckBox2,
         this.toolStripCheckBox3
     });
     this.toolStripPanelItem4.Name        = "toolStripPanelItem4";
     this.toolStripPanelItem4.Size        = new System.Drawing.Size(101, 99);
     this.toolStripPanelItem4.Text        = "toolStripPanelItem4";
     this.toolStripPanelItem4.Transparent = true;
     //
     // toolStripCheckBox1
     //
     this.toolStripCheckBox1.Name = "toolStripCheckBox1";
     this.toolStripCheckBox1.Size = new System.Drawing.Size(90, 19);
     this.toolStripCheckBox1.Text = "Header Row";
     toolTipInfo8.Body.Size       = new System.Drawing.Size(20, 20);
     toolTipInfo8.Footer.Size     = new System.Drawing.Size(20, 20);
     toolTipInfo8.Header.Size     = new System.Drawing.Size(20, 20);
     toolTipInfo8.Header.Text     = "Turns on or off the header row of the table";
     this.superToolTip1.SetToolTip(this.toolStripCheckBox1, toolTipInfo8);
     //
     // toolStripCheckBox2
     //
     this.toolStripCheckBox2.Name = "toolStripCheckBox2";
     this.toolStripCheckBox2.Size = new System.Drawing.Size(78, 19);
     this.toolStripCheckBox2.Text = "Total Row";
     toolTipInfo9.Body.Size       = new System.Drawing.Size(20, 20);
     toolTipInfo9.Footer.Size     = new System.Drawing.Size(20, 20);
     toolTipInfo9.Header.Size     = new System.Drawing.Size(20, 20);
     toolTipInfo9.Header.Text     = "Turns on or off the total row of the table";
     this.superToolTip1.SetToolTip(this.toolStripCheckBox2, toolTipInfo9);
     //
     // toolStripCheckBox3
     //
     this.toolStripCheckBox3.Name = "toolStripCheckBox3";
     this.toolStripCheckBox3.Size = new System.Drawing.Size(97, 19);
     this.toolStripCheckBox3.Text = "Banded Rows";
     toolTipInfo10.Body.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo10.Footer.Size    = new System.Drawing.Size(20, 20);
     toolTipInfo10.Header.Size    = new System.Drawing.Size(20, 20);
     toolTipInfo10.Header.Text    = "Display the banded row in which even row is formatted differently from odd rows";
     this.superToolTip1.SetToolTip(this.toolStripCheckBox3, toolTipInfo10);
     //
     // toolStripPanelItem5
     //
     this.toolStripPanelItem5.CausesValidation = false;
     this.toolStripPanelItem5.ForeColor        = System.Drawing.Color.MidnightBlue;
     this.toolStripPanelItem5.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripCheckBox4,
         this.toolStripCheckBox5,
         this.toolStripCheckBox6
     });
     this.toolStripPanelItem5.Name        = "toolStripPanelItem5";
     this.toolStripPanelItem5.Size        = new System.Drawing.Size(121, 99);
     this.toolStripPanelItem5.Text        = "toolStripPanelItem5";
     this.toolStripPanelItem5.Transparent = true;
     //
     // toolStripCheckBox4
     //
     this.toolStripCheckBox4.Name = "toolStripCheckBox4";
     this.toolStripCheckBox4.Size = new System.Drawing.Size(94, 19);
     this.toolStripCheckBox4.Text = "First Column";
     toolTipInfo11.Body.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo11.Footer.Size    = new System.Drawing.Size(20, 20);
     toolTipInfo11.Header.Size    = new System.Drawing.Size(20, 20);
     toolTipInfo11.Header.Text    = "Display special formatting for First column";
     this.superToolTip1.SetToolTip(this.toolStripCheckBox4, toolTipInfo11);
     //
     // toolStripCheckBox5
     //
     this.toolStripCheckBox5.Name = "toolStripCheckBox5";
     this.toolStripCheckBox5.Size = new System.Drawing.Size(93, 19);
     this.toolStripCheckBox5.Text = "Last Column";
     toolTipInfo12.Body.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo12.Footer.Size    = new System.Drawing.Size(20, 20);
     toolTipInfo12.Header.Size    = new System.Drawing.Size(20, 20);
     toolTipInfo12.Header.Text    = "Display special formatting for last column";
     this.superToolTip1.SetToolTip(this.toolStripCheckBox5, toolTipInfo12);
     //
     // toolStripCheckBox6
     //
     this.toolStripCheckBox6.Name = "toolStripCheckBox6";
     this.toolStripCheckBox6.Size = new System.Drawing.Size(117, 19);
     this.toolStripCheckBox6.Text = "Banded Columns";
     toolTipInfo13.Body.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo13.Footer.Size    = new System.Drawing.Size(20, 20);
     toolTipInfo13.Header.Size    = new System.Drawing.Size(20, 20);
     toolTipInfo13.Header.Text    = "Display the banded column, in which even row is formatted differently from odd co" +
                                    "lumn";
     this.superToolTip1.SetToolTip(this.toolStripCheckBox6, toolTipInfo13);
     //
     // superToolTip1
     //
     this.superToolTip1.MaxWidth   = 200;
     this.superToolTip1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     //
     // toolStripPanelItem2
     //
     this.toolStripPanelItem2.CausesValidation = false;
     this.toolStripPanelItem2.ForeColor        = System.Drawing.Color.MidnightBlue;
     this.toolStripPanelItem2.Name             = "toolStripPanelItem2";
     this.toolStripPanelItem2.Size             = new System.Drawing.Size(23, 66);
     this.toolStripPanelItem2.Text             = "toolStripPanelItem2";
     this.toolStripPanelItem2.Transparent      = true;
     //
     // themesToolStripExt
     //
     this.superAccelerator1.SetCollapsedDropDownAccelerator(this.themesToolStripExt, null);
     this.themesToolStripExt.DefaultDropDownDirection = System.Windows.Forms.ToolStripDropDownDirection.BelowRight;
     this.themesToolStripExt.Dock      = System.Windows.Forms.DockStyle.None;
     this.themesToolStripExt.Font      = new System.Drawing.Font("Segoe UI", 8.25F);
     this.themesToolStripExt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
     this.themesToolStripExt.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.themesToolStripExt.Image     = ((System.Drawing.Image)(resources.GetObject("themesToolStripExt.Image")));
     this.themesToolStripExt.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripPanelItem1
     });
     this.themesToolStripExt.Location     = new System.Drawing.Point(0, 1);
     this.themesToolStripExt.Margin       = new System.Windows.Forms.Padding(1, 2, 1, 0);
     this.themesToolStripExt.Name         = "themesToolStripExt";
     this.themesToolStripExt.Office12Mode = false;
     this.themesToolStripExt.ShowLauncher = false;
     this.themesToolStripExt.Size         = new System.Drawing.Size(111, 99);
     this.themesToolStripExt.TabIndex     = 5;
     this.themesToolStripExt.Text         = "Properties";
     //
     // SheetBtn
     //
     this.SheetBtn.Font                  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SheetBtn.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.SheetBtn.Image                 = global::RibbonMerging.Properties.Resources.Excel_Export_;
     this.SheetBtn.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.SheetBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.SheetBtn.Name                  = "SheetBtn";
     this.SheetBtn.Size                  = new System.Drawing.Size(44, 96);
     this.SheetBtn.Text                  = "Export";
     this.SheetBtn.TextImageRelation     = System.Windows.Forms.TextImageRelation.ImageAboveText;
     toolTipInfo3.Body.Size              = new System.Drawing.Size(20, 20);
     toolTipInfo3.Body.Text              = "Export the data of the Table";
     toolTipInfo3.Footer.Size            = new System.Drawing.Size(20, 20);
     toolTipInfo3.Header.Size            = new System.Drawing.Size(20, 20);
     toolTipInfo3.Header.Text            = "Export";
     this.superToolTip1.SetToolTip(this.SheetBtn, toolTipInfo3);
     //
     // WorkbookBtn
     //
     this.WorkbookBtn.Font                  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.WorkbookBtn.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.WorkbookBtn.Image                 = global::RibbonMerging.Properties.Resources.refresh;
     this.WorkbookBtn.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.WorkbookBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.WorkbookBtn.Name                  = "WorkbookBtn";
     this.WorkbookBtn.Size                  = new System.Drawing.Size(50, 96);
     this.WorkbookBtn.Text                  = "Refresh";
     this.WorkbookBtn.TextImageRelation     = System.Windows.Forms.TextImageRelation.ImageAboveText;
     toolTipInfo4.Body.Size                 = new System.Drawing.Size(20, 20);
     toolTipInfo4.Body.Text                 = "Get the latest data by refreshing the Data source connected to the active cell";
     toolTipInfo4.Footer.Size               = new System.Drawing.Size(20, 20);
     toolTipInfo4.Header.Size               = new System.Drawing.Size(20, 20);
     toolTipInfo4.Header.Text               = "Refresh";
     this.superToolTip1.SetToolTip(this.WorkbookBtn, toolTipInfo4);
     //
     // toolStripButton3
     //
     this.toolStripButton3.Image = global::RibbonMerging.Properties.Resources.Properties_WF;
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name = "toolStripButton3";
     this.toolStripButton3.Size = new System.Drawing.Size(80, 20);
     this.toolStripButton3.Text = "Properties";
     toolTipInfo5.Body.Size     = new System.Drawing.Size(20, 20);
     toolTipInfo5.Body.Text     = "Data range properties of the current table";
     toolTipInfo5.Footer.Size   = new System.Drawing.Size(20, 20);
     toolTipInfo5.Header.Size   = new System.Drawing.Size(20, 20);
     toolTipInfo5.Header.Text   = "Properties";
     this.superToolTip1.SetToolTip(this.toolStripButton3, toolTipInfo5);
     //
     // toolStripButton4
     //
     this.toolStripButton4.Image = global::RibbonMerging.Properties.Resources.Webpage_Save_WF;
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name = "toolStripButton4";
     this.toolStripButton4.Size = new System.Drawing.Size(114, 20);
     this.toolStripButton4.Text = "Open in Browser";
     toolTipInfo6.Body.Size     = new System.Drawing.Size(20, 20);
     toolTipInfo6.Body.Text     = "Opens the server version of the Table in browser";
     toolTipInfo6.Footer.Size   = new System.Drawing.Size(20, 20);
     toolTipInfo6.Header.Size   = new System.Drawing.Size(20, 20);
     toolTipInfo6.Header.Text   = "Open in Browser";
     this.superToolTip1.SetToolTip(this.toolStripButton4, toolTipInfo6);
     //
     // toolStripButton5
     //
     this.toolStripButton5.Image = global::RibbonMerging.Properties.Resources.Unlink_01;
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Name = "toolStripButton5";
     this.toolStripButton5.Size = new System.Drawing.Size(61, 20);
     this.toolStripButton5.Text = "Unlink";
     toolTipInfo7.Body.Size     = new System.Drawing.Size(20, 20);
     toolTipInfo7.Body.Text     = "Disconnect the current table from the server";
     toolTipInfo7.Footer.Size   = new System.Drawing.Size(20, 20);
     toolTipInfo7.Header.Size   = new System.Drawing.Size(20, 20);
     toolTipInfo7.Header.Text   = "Unlink";
     this.superToolTip1.SetToolTip(this.toolStripButton5, toolTipInfo7);
     //
     // HyperLinkBtn
     //
     this.HyperLinkBtn.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.HyperLinkBtn.Image                 = ((System.Drawing.Image)(resources.GetObject("HyperLinkBtn.Image")));
     this.HyperLinkBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.HyperLinkBtn.Name              = "HyperLinkBtn";
     this.HyperLinkBtn.Size              = new System.Drawing.Size(62, 50);
     this.HyperLinkBtn.Text              = "HyperLink";
     this.HyperLinkBtn.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.HyperLinkBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     toolTipInfo14.BackColor             = System.Drawing.Color.White;
     toolTipInfo14.Body.Font             = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo14.Body.Size             = new System.Drawing.Size(20, 20);
     toolTipInfo14.Body.Text             = "\r\nCreate a link in your document for quick access to web pages and files.\r\n\r\nHype" +
                                           "rlink can also takes to you to places in your document.";
     toolTipInfo14.Footer.Font      = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo14.Footer.Image     = global::RibbonMerging.Properties.Resources.help;
     toolTipInfo14.Footer.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo14.Footer.Text      = "Tell Me more";
     toolTipInfo14.Footer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     toolTipInfo14.Header.Font      = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo14.Header.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo14.Header.Text      = "Add a HyperLink (Ctrl + K)";
     this.superToolTip1.SetToolTip(this.HyperLinkBtn, toolTipInfo14);
     //
     // GroupBtn
     //
     this.GroupBtn.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.GroupBtn.Image                 = ((System.Drawing.Image)(resources.GetObject("GroupBtn.Image")));
     this.GroupBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.GroupBtn.Name              = "GroupBtn";
     this.GroupBtn.Size              = new System.Drawing.Size(44, 33);
     this.GroupBtn.Text              = "Group";
     this.GroupBtn.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.GroupBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     toolTipInfo15.BackColor         = System.Drawing.Color.White;
     toolTipInfo15.Body.Font         = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo15.Body.Size         = new System.Drawing.Size(20, 20);
     toolTipInfo15.Body.Text         = "\r\nGroups rows or columns or, automatically create a outline.";
     toolTipInfo15.Footer.Size       = new System.Drawing.Size(20, 20);
     toolTipInfo15.Header.Font       = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo15.Header.Size       = new System.Drawing.Size(20, 20);
     toolTipInfo15.Header.Text       = "Group (Shift + Alt + Right)";
     this.superToolTip1.SetToolTip(this.GroupBtn, toolTipInfo15);
     //
     // UngroupBtn
     //
     this.UngroupBtn.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.UngroupBtn.Image                 = ((System.Drawing.Image)(resources.GetObject("UngroupBtn.Image")));
     this.UngroupBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.UngroupBtn.Name              = "UngroupBtn";
     this.UngroupBtn.Size              = new System.Drawing.Size(58, 33);
     this.UngroupBtn.Text              = "Ungroup";
     this.UngroupBtn.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.UngroupBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     toolTipInfo16.BackColor           = System.Drawing.Color.White;
     toolTipInfo16.Body.Font           = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo16.Body.Size           = new System.Drawing.Size(20, 20);
     toolTipInfo16.Body.Text           = "\r\nUngroup the range of cells that were previously grouped.";
     toolTipInfo16.Footer.Size         = new System.Drawing.Size(20, 20);
     toolTipInfo16.Header.Font         = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo16.Header.Size         = new System.Drawing.Size(20, 20);
     toolTipInfo16.Header.Text         = "Ungroup (Shift + Alt + Left)";
     this.superToolTip1.SetToolTip(this.UngroupBtn, toolTipInfo16);
     //
     // DataBtn
     //
     this.DataBtn.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.DataBtn.Image                 = ((System.Drawing.Image)(resources.GetObject("DataBtn.Image")));
     this.DataBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.DataBtn.Name              = "DataBtn";
     this.DataBtn.Size              = new System.Drawing.Size(35, 33);
     this.DataBtn.Text              = "Data";
     this.DataBtn.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.DataBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     toolTipInfo17.BackColor        = System.Drawing.Color.White;
     toolTipInfo17.Body.Font        = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo17.Body.Size        = new System.Drawing.Size(20, 20);
     toolTipInfo17.Body.Text        = resources.GetString("resource.Text");
     toolTipInfo17.Footer.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo17.Header.Font      = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo17.Header.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo17.Header.Text      = "Data Validation";
     this.superToolTip1.SetToolTip(this.DataBtn, toolTipInfo17);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Font                  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripButton1.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.toolStripButton1.Image                 = global::RibbonMerging.Properties.Resources.close;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name                  = "toolStripButton1";
     this.toolStripButton1.Size                  = new System.Drawing.Size(78, 50);
     this.toolStripButton1.Text                  = "Close \r\nMergeSheets";
     this.toolStripButton1.TextAlign             = System.Drawing.ContentAlignment.BottomCenter;
     this.toolStripButton1.TextImageRelation     = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripButton1.Click                += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton2
     //
     this.toolStripButton2.Image = global::RibbonMerging.Properties.Resources.Re_Size_02_WF;
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(90, 20);
     this.toolStripButton2.Text = "Resize Table";
     toolTipInfo2.Body.Size     = new System.Drawing.Size(20, 20);
     toolTipInfo2.Body.Text     = "Resize the table by removing or adding columns or rows";
     toolTipInfo2.Footer.Size   = new System.Drawing.Size(20, 20);
     toolTipInfo2.Header.Size   = new System.Drawing.Size(20, 20);
     toolTipInfo2.Header.Text   = "Resize Table";
     this.superToolTip1.SetToolTip(this.toolStripButton2, toolTipInfo2);
     //
     // Form2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(768, 443);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.ViewToolStripEx);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "Form2";
     this.Text  = "Book 1";
     this.Load += new System.EventHandler(this.Form2_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     this.toolStripEx1.ResumeLayout(false);
     this.toolStripEx1.PerformLayout();
     this.toolStripEx2.ResumeLayout(false);
     this.toolStripEx2.PerformLayout();
     this.toolStripEx3.ResumeLayout(false);
     this.toolStripEx3.PerformLayout();
     this.toolStripEx5.ResumeLayout(false);
     this.toolStripEx5.PerformLayout();
     this.ViewToolStripEx.ResumeLayout(false);
     this.ViewToolStripEx.PerformLayout();
     this.toolStripEx7.ResumeLayout(false);
     this.toolStripEx7.PerformLayout();
     this.toolStripEx4.ResumeLayout(false);
     this.toolStripEx4.PerformLayout();
     this.themesToolStripExt.ResumeLayout(false);
     this.themesToolStripExt.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdministrationForm));
            Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection ccbgroupBar1 = new Syncfusion.Windows.Forms.Tools.CaptionButtonsCollection();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle1 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle2 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle3 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle4 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle2 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle3 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle4 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle5 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle6 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle7 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle8 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle9 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle10 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            this.dockingManager1 = new Syncfusion.Windows.Forms.Tools.DockingManager(this.components);
            this.groupBar1 = new Syncfusion.Windows.Forms.Tools.GroupBar();
            this.groupView1 = new Syncfusion.Windows.Forms.Tools.GroupView();
            this.groupBarItem1 = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
            this.btm1Save = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.statusStripEx1 = new Syncfusion.Windows.Forms.Tools.StatusStripEx();
            this.statusStripCount = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
            this.statusStripSelectedRow = new Syncfusion.Windows.Forms.Tools.StatusStripLabel();
            this.ribbonControlAdv1 = new UI.PresentationDesign.DesignUI.Helpers.RibbonControlExt();
            this.toolStripTabItem1 = new Syncfusion.Windows.Forms.Tools.ToolStripTabItem();
            this.toolStripEx2 = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
            this.btnSave = new System.Windows.Forms.ToolStripButton();
            this.btnCancel = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.btnAdd = new System.Windows.Forms.ToolStripButton();
            this.btnChange = new System.Windows.Forms.ToolStripButton();
            this.btnDelete = new System.Windows.Forms.ToolStripButton();
            this.btmEdit = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.btm1Cancel = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.btmSelect = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.btm2User = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.btm2Label = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.btm2Sysparam = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.btmCommand = new Syncfusion.Windows.Forms.Tools.OfficeDropDownButton();
            this.btm3Add = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.btm3Change = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.btm3Delete = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.btnExitForm = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.menuButtonAbout = new Syncfusion.Windows.Forms.Tools.OfficeButton();
            this.dockingClientPanel1 = new Syncfusion.Windows.Forms.Tools.DockingClientPanel();
            this.gridSystemParameters = new Syncfusion.Windows.Forms.Grid.GridControl();
            this.gridUserParametrs = new System.Windows.Forms.DataGridView();
            this.clmUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Login = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Roles = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Comments = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.gridLabelParameters = new System.Windows.Forms.DataGridView();
            this.clmLabel = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.LabelId = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.clmSign = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupBar1)).BeginInit();
            this.groupBar1.SuspendLayout();
            this.statusStripEx1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControlAdv1)).BeginInit();
            this.ribbonControlAdv1.SuspendLayout();
            this.toolStripTabItem1.Panel.SuspendLayout();
            this.toolStripEx2.SuspendLayout();
            this.dockingClientPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridSystemParameters)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridUserParametrs)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridLabelParameters)).BeginInit();
            this.SuspendLayout();
            // 
            // dockingManager1
            // 
            this.dockingManager1.AutoHideActiveControl = true;
            this.dockingManager1.AutoHideTabFont = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.CloseEnabled = false;
            this.dockingManager1.DockLayoutStream = ((System.IO.MemoryStream)(resources.GetObject("dockingManager1.DockLayoutStream")));
            this.dockingManager1.DockTabFont = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.dockingManager1.DragProviderStyle = Syncfusion.Windows.Forms.Tools.DragProviderStyle.VS2008;
            this.dockingManager1.HostControl = this;
            this.dockingManager1.MenuButtonEnabled = false;
            this.dockingManager1.VisualStyle = Syncfusion.Windows.Forms.VisualStyle.Office2007;
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Close, "CloseButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Pin, "PinButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Menu, "MenuButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Maximize, "MaximizeButton"));
            this.dockingManager1.CaptionButtons.Add(new Syncfusion.Windows.Forms.Tools.CaptionButton(Syncfusion.Windows.Forms.Tools.CaptionButtonType.Restore, "RestoreButton"));
            this.dockingManager1.SetDockLabel(this.groupBar1, "Выбор");
            ccbgroupBar1.MergeWith(this.dockingManager1.CaptionButtons, false);
            this.dockingManager1.SetCustomCaptionButtons(this.groupBar1, ccbgroupBar1);
            // 
            // groupBar1
            // 
            this.groupBar1.AllowDrop = true;
            this.groupBar1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.groupBar1.Controls.Add(this.groupView1);
            this.dockingManager1.SetEnableDocking(this.groupBar1, true);
            this.groupBar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.groupBar1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(77)))), ((int)(((byte)(140)))));
            this.groupBar1.GroupBarItems.AddRange(new Syncfusion.Windows.Forms.Tools.GroupBarItem[] {
            this.groupBarItem1});
            this.groupBar1.Location = new System.Drawing.Point(3, 23);
            this.groupBar1.Name = "groupBar1";
            this.groupBar1.PopupClientSize = new System.Drawing.Size(0, 0);
            this.groupBar1.SelectedItem = 0;
            this.groupBar1.Size = new System.Drawing.Size(183, 377);
            this.groupBar1.TabIndex = 3;
            this.groupBar1.Text = "Выбор";
            this.groupBar1.VisualStyle = Syncfusion.Windows.Forms.VisualStyle.Office2007;
            // 
            // groupView1
            // 
            this.groupView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            this.groupView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.groupView1.ButtonView = true;
            this.groupView1.FlatLook = true;
            this.groupView1.Font = new System.Drawing.Font("Tahoma", 8.25F);
            this.groupView1.GroupViewItems.AddRange(new Syncfusion.Windows.Forms.Tools.GroupViewItem[] {
            new Syncfusion.Windows.Forms.Tools.GroupViewItem("Справочник пользователей", -1, true, null, "Справочник пользователей"),
            new Syncfusion.Windows.Forms.Tools.GroupViewItem("Справочник меток", -1, true, null, "Справочник меток"),
            new Syncfusion.Windows.Forms.Tools.GroupViewItem("Параметры работы Системы", -1, true, null, "Параметры работы Системы")});
            this.groupView1.HighlightItemColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(238)))), ((int)(((byte)(194)))));
            this.groupView1.IntegratedScrolling = true;
            this.groupView1.ItemYSpacing = 1;
            this.groupView1.LargeImageList = null;
            this.groupView1.Location = new System.Drawing.Point(1, 23);
            this.groupView1.Name = "groupView1";
            this.groupView1.SelectedHighlightItemColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(128)))), ((int)(((byte)(62)))));
            this.groupView1.SelectedItem = 0;
            this.groupView1.SelectedItemColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(111)))));
            this.groupView1.SelectingItemColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(111)))));
            this.groupView1.Size = new System.Drawing.Size(181, 353);
            this.groupView1.SmallImageList = null;
            this.groupView1.TabIndex = 0;
            this.groupView1.Text = "groupView1";
            this.groupView1.GroupViewItemSelected += new System.EventHandler(this.groupView1_GroupViewItemSelected);
            // 
            // groupBarItem1
            // 
            this.groupBarItem1.Client = this.groupView1;
            this.groupBarItem1.Text = "Администрирование";
            // 
            // btm1Save
            // 
            this.btm1Save.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.btm1Save.Image = ((System.Drawing.Image)(resources.GetObject("btm1Save.Image")));
            this.btm1Save.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btm1Save.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btm1Save.Name = "btm1Save";
            this.btm1Save.Size = new System.Drawing.Size(105, 36);
            this.btm1Save.Text = "Сохранить";
            this.btm1Save.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btm1Save.Click += new System.EventHandler(this.btm1Save_Click);
            // 
            // statusStripEx1
            // 
            this.statusStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.statusStripCount,
            this.statusStripSelectedRow});
            this.statusStripEx1.Location = new System.Drawing.Point(1, 528);
            this.statusStripEx1.Name = "statusStripEx1";
            this.statusStripEx1.Size = new System.Drawing.Size(713, 22);
            this.statusStripEx1.TabIndex = 0;
            this.statusStripEx1.Text = "statusStripEx1";
            // 
            // statusStripCount
            // 
            this.statusStripCount.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
            this.statusStripCount.Name = "statusStripCount";
            this.statusStripCount.Size = new System.Drawing.Size(78, 13);
            this.statusStripCount.Text = "Всего записей";
            // 
            // statusStripSelectedRow
            // 
            this.statusStripSelectedRow.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
            this.statusStripSelectedRow.Name = "statusStripSelectedRow";
            this.statusStripSelectedRow.Size = new System.Drawing.Size(89, 13);
            this.statusStripSelectedRow.Text = "Текущая запись";
            // 
            // ribbonControlAdv1
            // 
            this.ribbonControlAdv1.AllowCollapse = false;
            this.ribbonControlAdv1.Header.AddMainItem(toolStripTabItem1);
            this.ribbonControlAdv1.Location = new System.Drawing.Point(1, 0);
            this.ribbonControlAdv1.MenuButtonImage = ((System.Drawing.Image)(resources.GetObject("ribbonControlAdv1.MenuButtonImage")));
            this.ribbonControlAdv1.Name = "ribbonControlAdv1";
            this.ribbonControlAdv1.OfficeColorScheme = Syncfusion.Windows.Forms.Tools.ToolStripEx.ColorScheme.Blue;
            // 
            // ribbonControlAdv1.OfficeMenu
            // 
            this.ribbonControlAdv1.OfficeMenu.AutoSize = false;
            this.ribbonControlAdv1.OfficeMenu.MainPanel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btmEdit,
            this.btmSelect,
            this.btmCommand});
            this.ribbonControlAdv1.OfficeMenu.Name = "OfficeMenu";
            this.ribbonControlAdv1.OfficeMenu.Size = new System.Drawing.Size(194, 169);
            this.ribbonControlAdv1.OfficeMenu.SystemPanel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnExitForm,
            this.menuButtonAbout});
            this.ribbonControlAdv1.OfficeMenu.Tag = "Administration";
            this.ribbonControlAdv1.QuickPanelVisible = false;
            this.ribbonControlAdv1.ShowCaption = false;
            this.ribbonControlAdv1.ShowLauncher = false;
            this.ribbonControlAdv1.Size = new System.Drawing.Size(713, 120);
            this.ribbonControlAdv1.SystemText.QuickAccessDialogDropDownName = "Start menu";
            this.ribbonControlAdv1.TabIndex = 1;
            this.ribbonControlAdv1.Text = "Административная консоль";
            this.ribbonControlAdv1.Click += new System.EventHandler(this.ribbonControlAdv1_Click);
            // 
            // toolStripTabItem1
            // 
            this.ribbonControlAdv1.SetDescription(this.toolStripTabItem1, "");
            this.toolStripTabItem1.Name = "toolStripTabItem1";
            // 
            // ribbonControlAdv1.ribbonPanel1
            // 
            this.toolStripTabItem1.Panel.Controls.Add(this.toolStripEx2);
            this.toolStripTabItem1.Panel.Name = "ribbonPanel1";
            this.toolStripTabItem1.Panel.ScrollPosition = 0;
            this.toolStripTabItem1.Panel.TabIndex = 2;
            this.toolStripTabItem1.Panel.Text = "Действия";
            this.toolStripTabItem1.Size = new System.Drawing.Size(62, 19);
            this.toolStripTabItem1.Text = "Действия";
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.toolStripTabItem1, false);
            // 
            // toolStripEx2
            // 
            this.toolStripEx2.AutoSize = false;
            this.ribbonControlAdv1.SetDescription(this.toolStripEx2, "");
            this.toolStripEx2.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStripEx2.ForeColor = System.Drawing.Color.MidnightBlue;
            this.toolStripEx2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripEx2.Image = null;
            this.toolStripEx2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnSave,
            this.btnCancel,
            this.toolStripSeparator1,
            this.btnAdd,
            this.btnChange,
            this.btnDelete});
            this.toolStripEx2.LauncherStyle = Syncfusion.Windows.Forms.Tools.LauncherStyle.Office12;
            this.toolStripEx2.Location = new System.Drawing.Point(0, 1);
            this.toolStripEx2.Name = "toolStripEx2";
            this.toolStripEx2.OfficeColorScheme = Syncfusion.Windows.Forms.Tools.ToolStripEx.ColorScheme.Blue;
            this.toolStripEx2.Size = new System.Drawing.Size(331, 59);
            this.toolStripEx2.TabIndex = 0;
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.toolStripEx2, false);
            // 
            // btnSave
            // 
            this.ribbonControlAdv1.SetDescription(this.btnSave, "");
            this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
            this.btnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(66, 52);
            this.btnSave.Tag = "Designer";
            this.btnSave.Text = "Сохранить";
            this.btnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.btnSave, false);
            this.btnSave.Click += new System.EventHandler(this.btm1Save_Click);
            // 
            // btnCancel
            // 
            this.ribbonControlAdv1.SetDescription(this.btnCancel, "");
            this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
            this.btnCancel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(61, 52);
            this.btnCancel.Tag = "Designer";
            this.btnCancel.Text = "Отменить";
            this.btnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.btnCancel, false);
            this.btnCancel.Click += new System.EventHandler(this.btm1Cancel_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 55);
            // 
            // btnAdd
            // 
            this.btnAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
            this.ribbonControlAdv1.SetDescription(this.btnAdd, "");
            this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
            this.btnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(61, 52);
            this.btnAdd.Tag = "Designer";
            this.btnAdd.Text = "Добавить";
            this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.btnAdd, false);
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // btnChange
            // 
            this.ribbonControlAdv1.SetDescription(this.btnChange, "");
            this.btnChange.Image = ((System.Drawing.Image)(resources.GetObject("btnChange.Image")));
            this.btnChange.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnChange.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnChange.Name = "btnChange";
            this.btnChange.Size = new System.Drawing.Size(59, 52);
            this.btnChange.Tag = "Designer";
            this.btnChange.Text = "Изменить";
            this.btnChange.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.btnChange, false);
            this.btnChange.Click += new System.EventHandler(this.btnChange_Click);
            // 
            // btnDelete
            // 
            this.ribbonControlAdv1.SetDescription(this.btnDelete, "");
            this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
            this.btnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(55, 52);
            this.btnDelete.Tag = "Designer";
            this.btnDelete.Text = "Удалить";
            this.btnDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.btnDelete, false);
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
            // 
            // btmEdit
            // 
            this.btmEdit.AutoSize = false;
            this.ribbonControlAdv1.SetDescription(this.btmEdit, "");
            this.btmEdit.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.btmEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btm1Save,
            this.btm1Cancel});
            this.btmEdit.Image = ((System.Drawing.Image)(resources.GetObject("btmEdit.Image")));
            this.btmEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btmEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btmEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btmEdit.Name = "btmEdit";
            this.btmEdit.Size = new System.Drawing.Size(182, 36);
            this.btmEdit.Text = "Правка";
            this.btmEdit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.btmEdit, false);
            // 
            // btm1Cancel
            // 
            this.btm1Cancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.btm1Cancel.Image = ((System.Drawing.Image)(resources.GetObject("btm1Cancel.Image")));
            this.btm1Cancel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btm1Cancel.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btm1Cancel.Name = "btm1Cancel";
            this.btm1Cancel.Size = new System.Drawing.Size(105, 36);
            this.btm1Cancel.Text = "Отменить";
            this.btm1Cancel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btm1Cancel.Click += new System.EventHandler(this.btm1Cancel_Click);
            // 
            // btmSelect
            // 
            this.ribbonControlAdv1.SetDescription(this.btmSelect, "");
            this.btmSelect.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.btmSelect.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btm2User,
            this.btm2Label,
            this.btm2Sysparam});
            this.btmSelect.Image = ((System.Drawing.Image)(resources.GetObject("btmSelect.Image")));
            this.btmSelect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btmSelect.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btmSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btmSelect.Name = "btmSelect";
            this.btmSelect.Size = new System.Drawing.Size(182, 36);
            this.btmSelect.Text = "Выбор";
            this.btmSelect.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.btmSelect, false);
            // 
            // btm2User
            // 
            this.btm2User.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.btm2User.Image = ((System.Drawing.Image)(resources.GetObject("btm2User.Image")));
            this.btm2User.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btm2User.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btm2User.Name = "btm2User";
            this.btm2User.Size = new System.Drawing.Size(213, 36);
            this.btm2User.Text = "Справочник пользователей";
            this.btm2User.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btm2User.Click += new System.EventHandler(this.btm2User_Click);
            // 
            // btm2Label
            // 
            this.btm2Label.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.btm2Label.Image = ((System.Drawing.Image)(resources.GetObject("btm2Label.Image")));
            this.btm2Label.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btm2Label.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btm2Label.Name = "btm2Label";
            this.btm2Label.Size = new System.Drawing.Size(213, 36);
            this.btm2Label.Text = "Справочник меток";
            this.btm2Label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btm2Label.Click += new System.EventHandler(this.btm2Label_Click);
            // 
            // btm2Sysparam
            // 
            this.btm2Sysparam.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.btm2Sysparam.Image = ((System.Drawing.Image)(resources.GetObject("btm2Sysparam.Image")));
            this.btm2Sysparam.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btm2Sysparam.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btm2Sysparam.Name = "btm2Sysparam";
            this.btm2Sysparam.Size = new System.Drawing.Size(213, 36);
            this.btm2Sysparam.Text = "Параметры работы Системы";
            this.btm2Sysparam.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btm2Sysparam.Click += new System.EventHandler(this.btm2Sysparam_Click);
            // 
            // btmCommand
            // 
            this.ribbonControlAdv1.SetDescription(this.btmCommand, "");
            this.btmCommand.DropDownFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.btmCommand.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btm3Add,
            this.btm3Change,
            this.btm3Delete});
            this.btmCommand.Image = ((System.Drawing.Image)(resources.GetObject("btmCommand.Image")));
            this.btmCommand.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btmCommand.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btmCommand.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btmCommand.Name = "btmCommand";
            this.btmCommand.Size = new System.Drawing.Size(182, 36);
            this.btmCommand.Text = "Команда";
            this.btmCommand.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.btmCommand, false);
            // 
            // btm3Add
            // 
            this.btm3Add.AutoSize = false;
            this.btm3Add.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.btm3Add.Image = ((System.Drawing.Image)(resources.GetObject("btm3Add.Image")));
            this.btm3Add.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btm3Add.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btm3Add.Name = "btm3Add";
            this.btm3Add.Size = new System.Drawing.Size(105, 36);
            this.btm3Add.Text = "Добавить";
            this.btm3Add.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btm3Add.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // btm3Change
            // 
            this.btm3Change.AutoSize = false;
            this.btm3Change.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.btm3Change.Image = ((System.Drawing.Image)(resources.GetObject("btm3Change.Image")));
            this.btm3Change.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btm3Change.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btm3Change.Name = "btm3Change";
            this.btm3Change.Size = new System.Drawing.Size(105, 36);
            this.btm3Change.Text = "Изменить";
            this.btm3Change.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btm3Change.Click += new System.EventHandler(this.btnChange_Click);
            // 
            // btm3Delete
            // 
            this.btm3Delete.AutoSize = false;
            this.btm3Delete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.btm3Delete.Image = ((System.Drawing.Image)(resources.GetObject("btm3Delete.Image")));
            this.btm3Delete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btm3Delete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btm3Delete.Name = "btm3Delete";
            this.btm3Delete.Size = new System.Drawing.Size(105, 36);
            this.btm3Delete.Text = "Удалить";
            this.btm3Delete.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btm3Delete.Click += new System.EventHandler(this.btnDelete_Click);
            // 
            // btnExitForm
            // 
            this.ribbonControlAdv1.SetDescription(this.btnExitForm, "");
            this.btnExitForm.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.btnExitForm.Image = ((System.Drawing.Image)(resources.GetObject("btnExitForm.Image")));
            this.btnExitForm.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnExitForm.Name = "btnExitForm";
            this.btnExitForm.Size = new System.Drawing.Size(67, 23);
            this.btnExitForm.Text = "Выход";
            this.btnExitForm.ToolTipText = "Выход";
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.btnExitForm, false);
            this.btnExitForm.Click += new System.EventHandler(this.btnExitForm_Click);
            // 
            // menuButtonAbout
            // 
            this.ribbonControlAdv1.SetDescription(this.menuButtonAbout, "");
            this.menuButtonAbout.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.menuButtonAbout.Image = ((System.Drawing.Image)(resources.GetObject("menuButtonAbout.Image")));
            this.menuButtonAbout.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.menuButtonAbout.Name = "menuButtonAbout";
            this.menuButtonAbout.Size = new System.Drawing.Size(102, 23);
            this.menuButtonAbout.Text = "О программе";
            this.ribbonControlAdv1.SetUseInQuickAccessMenu(this.menuButtonAbout, false);
            this.menuButtonAbout.Click += new System.EventHandler(this.menuButtonAbout_Click);
            // 
            // dockingClientPanel1
            // 
            this.dockingClientPanel1.AutoSize = true;
            this.dockingClientPanel1.Controls.Add(this.gridSystemParameters);
            this.dockingClientPanel1.Controls.Add(this.gridUserParametrs);
            this.dockingClientPanel1.Controls.Add(this.gridLabelParameters);
            this.dockingClientPanel1.Location = new System.Drawing.Point(199, 121);
            this.dockingClientPanel1.Name = "dockingClientPanel1";
            this.dockingClientPanel1.Size = new System.Drawing.Size(510, 403);
            this.dockingClientPanel1.SizeToFit = true;
            this.dockingClientPanel1.TabIndex = 10;
            // 
            // gridSystemParameters
            // 
            this.gridSystemParameters.AccelerateScrolling = Syncfusion.Windows.Forms.AccelerateScrollingBehavior.None;
            this.gridSystemParameters.AllowSelection = ((Syncfusion.Windows.Forms.Grid.GridSelectionFlags)((((((Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Table | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Cell)
                        | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Multiple)
                        | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Shift)
                        | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Keyboard)
                        | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.AlphaBlend)));
            this.gridSystemParameters.AlphaBlendSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.gridSystemParameters.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            gridBaseStyle1.Name = "Row Header";
            gridBaseStyle1.StyleInfo.BaseStyle = "Header";
            gridBaseStyle1.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
            gridBaseStyle1.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
            gridBaseStyle2.Name = "Column Header";
            gridBaseStyle2.StyleInfo.BaseStyle = "Header";
            gridBaseStyle2.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
            gridBaseStyle3.Name = "Standard";
            gridBaseStyle3.StyleInfo.Font.Facename = "Tahoma";
            gridBaseStyle3.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
            gridBaseStyle4.Name = "Header";
            gridBaseStyle4.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle4.StyleInfo.Borders.Left = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle4.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle4.StyleInfo.Borders.Top = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle4.StyleInfo.CellType = "Header";
            gridBaseStyle4.StyleInfo.Font.Bold = true;
            gridBaseStyle4.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
            gridBaseStyle4.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
            this.gridSystemParameters.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
            gridBaseStyle1,
            gridBaseStyle2,
            gridBaseStyle3,
            gridBaseStyle4});
            this.gridSystemParameters.ColCount = 3;
            this.gridSystemParameters.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
            new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 0),
            new Syncfusion.Windows.Forms.Grid.GridColWidth(1, 165),
            new Syncfusion.Windows.Forms.Grid.GridColWidth(2, 141),
            new Syncfusion.Windows.Forms.Grid.GridColWidth(3, 205)});
            this.gridSystemParameters.ControllerOptions = Syncfusion.Windows.Forms.Grid.GridControllerOptions.ClickCells;
            this.gridSystemParameters.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridSystemParameters.DragSelectedCellsMouseButtonsMask = System.Windows.Forms.MouseButtons.None;
            this.gridSystemParameters.ForeColor = System.Drawing.SystemColors.ControlText;
            this.gridSystemParameters.GridVisualStyles = Syncfusion.Windows.Forms.GridVisualStyles.Office2007Blue;
            this.gridSystemParameters.HScrollBehavior = Syncfusion.Windows.Forms.Grid.GridScrollbarMode.Disabled;
            this.gridSystemParameters.Location = new System.Drawing.Point(0, 0);
            this.gridSystemParameters.MouseWheelScrollLines = 1;
            this.gridSystemParameters.Name = "gridSystemParameters";
            this.gridSystemParameters.Office2007ScrollBars = true;
            this.gridSystemParameters.Properties.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            this.gridSystemParameters.Properties.RowHeaders = false;
            gridRangeStyle1.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Col(1);
            gridRangeStyle1.StyleInfo.CellType = "Static";
            gridRangeStyle1.StyleInfo.ReadOnly = true;
            gridRangeStyle2.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Col(3);
            gridRangeStyle2.StyleInfo.CellType = "Static";
            gridRangeStyle2.StyleInfo.ReadOnly = true;
            gridRangeStyle2.StyleInfo.ShowButtons = Syncfusion.Windows.Forms.Grid.GridShowButtons.Show;
            gridRangeStyle3.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Cell(0, 1);
            gridRangeStyle3.StyleInfo.Text = "Параметр";
            gridRangeStyle4.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Cell(0, 2);
            gridRangeStyle4.StyleInfo.Text = "Значение параметра";
            gridRangeStyle5.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Cell(0, 3);
            gridRangeStyle5.StyleInfo.Text = "Комментарий";
            gridRangeStyle6.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Cells(1, 1, 4, 1);
            gridRangeStyle6.StyleInfo.Text = "";
            gridRangeStyle7.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Cell(1, 2);
            gridRangeStyle7.StyleInfo.CellType = "Control";
            gridRangeStyle7.StyleInfo.DropDownStyle = Syncfusion.Windows.Forms.Grid.GridDropDownStyle.Exclusive;
            gridRangeStyle8.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Cell(2, 2);
            gridRangeStyle8.StyleInfo.CellType = "TextBox";
            gridRangeStyle8.StyleInfo.CellValueType = null;
            gridRangeStyle9.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Cell(3, 2);
            gridRangeStyle9.StyleInfo.CellType = "Control";
            gridRangeStyle9.StyleInfo.DropDownStyle = Syncfusion.Windows.Forms.Grid.GridDropDownStyle.Exclusive;
            gridRangeStyle9.StyleInfo.ShowButtons = Syncfusion.Windows.Forms.Grid.GridShowButtons.Show;
            gridRangeStyle10.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Cell(4, 2);
            gridRangeStyle10.StyleInfo.CellType = "MaskEdit";
            gridRangeStyle10.StyleInfo.MaskEdit.ClipMode = Syncfusion.Windows.Forms.Tools.ClipModes.ExcludeLiterals;
            gridRangeStyle10.StyleInfo.MaskEdit.Mask = "#999999";
            gridRangeStyle10.StyleInfo.MaskEdit.MaxValue = new decimal(new int[] {
            4294967,
            0,
            0,
            0});
            gridRangeStyle10.StyleInfo.MaskEdit.MinValue = new decimal(new int[] {
            1,
            0,
            0,
            0});
            gridRangeStyle10.StyleInfo.MaskEdit.PaddingCharacter = '\0';
            gridRangeStyle10.StyleInfo.MaskEdit.PassivePromptCharacter = '\0';
            gridRangeStyle10.StyleInfo.MaskEdit.PromptCharacter = '\0';
            gridRangeStyle10.StyleInfo.MaskEdit.UsageMode = Syncfusion.Windows.Forms.Tools.MaskedUsageMode.Numeric;
            gridRangeStyle10.StyleInfo.ShowButtons = Syncfusion.Windows.Forms.Grid.GridShowButtons.ShowCurrentCell;
            gridRangeStyle10.StyleInfo.ValidateValue.ErrorMessage = "Некоректное значение";
            gridRangeStyle10.StyleInfo.ValidateValue.Maximum = 4294967;
            gridRangeStyle10.StyleInfo.ValidateValue.Minimum = 1;
            gridRangeStyle10.StyleInfo.ValidateValue.NumberRequired = true;
            this.gridSystemParameters.RangeStyles.AddRange(new Syncfusion.Windows.Forms.Grid.GridRangeStyle[] {
            gridRangeStyle1,
            gridRangeStyle2,
            gridRangeStyle3,
            gridRangeStyle4,
            gridRangeStyle5,
            gridRangeStyle6,
            gridRangeStyle7,
            gridRangeStyle8,
            gridRangeStyle9,
            gridRangeStyle10});
            this.gridSystemParameters.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.gridSystemParameters.RowCount = 4;
            this.gridSystemParameters.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
            new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 23),
            new Syncfusion.Windows.Forms.Grid.GridRowHeight(1, 33),
            new Syncfusion.Windows.Forms.Grid.GridRowHeight(2, 33),
            new Syncfusion.Windows.Forms.Grid.GridRowHeight(3, 33),
            new Syncfusion.Windows.Forms.Grid.GridRowHeight(4, 33),
            new Syncfusion.Windows.Forms.Grid.GridRowHeight(5, 33)});
            this.gridSystemParameters.SerializeCellsBehavior = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeAsRangeStylesIntoCode;
            this.gridSystemParameters.Size = new System.Drawing.Size(510, 403);
            this.gridSystemParameters.SmartSizeBox = false;
            this.gridSystemParameters.TabIndex = 2;
            this.gridSystemParameters.TabStop = false;
            this.gridSystemParameters.UseRightToLeftCompatibleTextBox = true;
            this.gridSystemParameters.VScrollBehavior = Syncfusion.Windows.Forms.Grid.GridScrollbarMode.Automatic;
            this.gridSystemParameters.Resize += new System.EventHandler(this.gridSystemParameters_Resize);
            this.gridSystemParameters.CellClick += new Syncfusion.Windows.Forms.Grid.GridCellClickEventHandler(this.gridSystemParameters_CellClick);
            // 
            // gridUserParametrs
            // 
            this.gridUserParametrs.AllowUserToAddRows = false;
            this.gridUserParametrs.AllowUserToDeleteRows = false;
            this.gridUserParametrs.AllowUserToOrderColumns = true;
            this.gridUserParametrs.AllowUserToResizeRows = false;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(200)))), ((int)(((byte)(250)))));
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.Highlight;
            this.gridUserParametrs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.gridUserParametrs.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.gridUserParametrs.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            this.gridUserParametrs.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.gridUserParametrs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(158)))), ((int)(((byte)(252)))));
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.MidnightBlue;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.MenuHighlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.gridUserParametrs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.gridUserParametrs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.clmUserName,
            this.Login,
            this.Roles,
            this.Comments,
            this.Id});
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(204)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HotTrack;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.gridUserParametrs.DefaultCellStyle = dataGridViewCellStyle3;
            this.gridUserParametrs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridUserParametrs.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(200)))), ((int)(((byte)(220)))));
            this.gridUserParametrs.Location = new System.Drawing.Point(0, 0);
            this.gridUserParametrs.MultiSelect = false;
            this.gridUserParametrs.Name = "gridUserParametrs";
            this.gridUserParametrs.RowHeadersVisible = false;
            dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(200)))), ((int)(((byte)(250)))));
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.Highlight;
            this.gridUserParametrs.RowsDefaultCellStyle = dataGridViewCellStyle4;
            this.gridUserParametrs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.gridUserParametrs.Size = new System.Drawing.Size(510, 403);
            this.gridUserParametrs.TabIndex = 0;
            this.gridUserParametrs.Sorted += new System.EventHandler(this.gridUserParametrs_Sorted);
            this.gridUserParametrs.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.gridUserParametrs_CellFormatting);
            this.gridUserParametrs.SelectionChanged += new System.EventHandler(this.gridUserParametrs_SelectionChanged);
            // 
            // clmUserName
            // 
            this.clmUserName.DataPropertyName = "FullName";
            this.clmUserName.HeaderText = "ФИО";
            this.clmUserName.Name = "clmUserName";
            this.clmUserName.ReadOnly = true;
            // 
            // Login
            // 
            this.Login.DataPropertyName = "Login";
            this.Login.HeaderText = "Логин";
            this.Login.Name = "Login";
            this.Login.ReadOnly = true;
            // 
            // Roles
            // 
            this.Roles.DataPropertyName = "Role";
            this.Roles.HeaderText = "Роли";
            this.Roles.Name = "Roles";
            this.Roles.ReadOnly = true;
            // 
            // Comments
            // 
            this.Comments.DataPropertyName = "Comment";
            this.Comments.HeaderText = "Комментарий";
            this.Comments.Name = "Comments";
            this.Comments.ReadOnly = true;
            // 
            // Id
            // 
            this.Id.DataPropertyName = "Id";
            this.Id.HeaderText = "Id";
            this.Id.Name = "Id";
            this.Id.Visible = false;
            // 
            // gridLabelParameters
            // 
            this.gridLabelParameters.AllowUserToAddRows = false;
            this.gridLabelParameters.AllowUserToDeleteRows = false;
            this.gridLabelParameters.AllowUserToOrderColumns = true;
            this.gridLabelParameters.AllowUserToResizeRows = false;
            dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            this.gridLabelParameters.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
            this.gridLabelParameters.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.gridLabelParameters.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            this.gridLabelParameters.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.gridLabelParameters.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(158)))), ((int)(((byte)(252)))));
            dataGridViewCellStyle6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle6.ForeColor = System.Drawing.Color.MidnightBlue;
            dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.MediumBlue;
            dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.gridLabelParameters.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
            this.gridLabelParameters.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.clmLabel,
            this.LabelId,
            this.clmSign});
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(234)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HotTrack;
            dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.gridLabelParameters.DefaultCellStyle = dataGridViewCellStyle7;
            this.gridLabelParameters.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridLabelParameters.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(200)))), ((int)(((byte)(220)))));
            this.gridLabelParameters.Location = new System.Drawing.Point(0, 0);
            this.gridLabelParameters.MultiSelect = false;
            this.gridLabelParameters.Name = "gridLabelParameters";
            this.gridLabelParameters.RowHeadersVisible = false;
            dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(200)))), ((int)(((byte)(250)))));
            dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.Highlight;
            this.gridLabelParameters.RowsDefaultCellStyle = dataGridViewCellStyle8;
            this.gridLabelParameters.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(254)))));
            this.gridLabelParameters.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.SystemColors.ControlText;
            this.gridLabelParameters.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(200)))), ((int)(((byte)(250)))));
            this.gridLabelParameters.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.SystemColors.Highlight;
            this.gridLabelParameters.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.gridLabelParameters.Size = new System.Drawing.Size(510, 403);
            this.gridLabelParameters.TabIndex = 1;
            this.gridLabelParameters.Sorted += new System.EventHandler(this.gridLabelParameters_Sorted);
            this.gridLabelParameters.SelectionChanged += new System.EventHandler(this.gridLabelParameters_SelectionChanged);
            // 
            // clmLabel
            // 
            this.clmLabel.DataPropertyName = "Name";
            this.clmLabel.HeaderText = "Метка";
            this.clmLabel.Name = "clmLabel";
            this.clmLabel.ReadOnly = true;
            // 
            // LabelId
            // 
            this.LabelId.DataPropertyName = "Id";
            this.LabelId.HeaderText = "Id";
            this.LabelId.Name = "LabelId";
            this.LabelId.Visible = false;
            // 
            // clmSign
            // 
            this.clmSign.DataPropertyName = "Type";
            this.clmSign.HeaderText = "Признак";
            this.clmSign.Name = "clmSign";
            this.clmSign.ReadOnly = true;
            // 
            // AdministrationForm
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(715, 552);
            this.Controls.Add(this.dockingClientPanel1);
            this.Controls.Add(this.ribbonControlAdv1);
            this.Controls.Add(this.statusStripEx1);
            this.Cursor = System.Windows.Forms.Cursors.Default;
            this.Name = "AdministrationForm";
            this.Text = "ВИРД - Администрирование";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AdministrationForm_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.dockingManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupBar1)).EndInit();
            this.groupBar1.ResumeLayout(false);
            this.statusStripEx1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControlAdv1)).EndInit();
            this.ribbonControlAdv1.ResumeLayout(false);
            this.ribbonControlAdv1.PerformLayout();
            this.toolStripTabItem1.Panel.ResumeLayout(false);
            this.toolStripEx2.ResumeLayout(false);
            this.toolStripEx2.PerformLayout();
            this.dockingClientPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridSystemParameters)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridUserParametrs)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridLabelParameters)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle13 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle14 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle15 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle16 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle616 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle617 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle618 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle619 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle620 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle621 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle622 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle623 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle624 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle625 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle626 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle627 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle628 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle629 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle630 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle631 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle632 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle633 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle634 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle635 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle636 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle637 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle638 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle639 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle640 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle641 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle642 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle643 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle644 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle645 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle646 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle647 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle648 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle649 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle650 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle651 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle652 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle653 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle654 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle655 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle656 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle657 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle658 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle659 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle660 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle661 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle662 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle663 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle664 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle665 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle666 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle667 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle668 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle669 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle670 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle671 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle672 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle673 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle674 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle675 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle676 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle677 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle678 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle679 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle680 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle681 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle682 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle683 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle684 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle685 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle686 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle687 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle688 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle689 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle690 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle691 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle692 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle693 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle694 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle695 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle696 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle697 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle698 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle699 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle700 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle701 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle702 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle703 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle704 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle705 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle706 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle707 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle708 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle709 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle710 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle711 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle712 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle713 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle714 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle715 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle716 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle717 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle718 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle719 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle720 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle721 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle722 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle723 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle724 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle725 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle726 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle727 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle728 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle729 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle730 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle731 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle732 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle733 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle734 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle735 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle736 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle737 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle738 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle739 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle740 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle741 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle742 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle743 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle744 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle745 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle746 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle747 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle748 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle749 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle750 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle751 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle752 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle753 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle754 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle755 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle756 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle757 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle758 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle759 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle760 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle761 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle762 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle763 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle764 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle765 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle766 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle767 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle768 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle769 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle770 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle771 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle772 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle773 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle774 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle775 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle776 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle777 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle778 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle779 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle780 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle781 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle782 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle783 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle784 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle785 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle786 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle787 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle788 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle789 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle790 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle791 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle792 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle793 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle794 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle795 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle796 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle797 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle798 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle799 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle800 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle801 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle802 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle803 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle804 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle805 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle806 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle807 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle808 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle809 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle810 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle811 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle812 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle813 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle814 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle815 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle816 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle817 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle818 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle819 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle820 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle821 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle822 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle823 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle824 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle825 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle826 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle827 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle828 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle829 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle830 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle831 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle832 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle833 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle834 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle835 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle836 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle837 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle838 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle839 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle840 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle841 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle842 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle843 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle844 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle845 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle846 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle847 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle848 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle849 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle850 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle851 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle852 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle853 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle854 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle855 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle856 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle857 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle858 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle859 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle860 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle861 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle1 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle2 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle3 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle4 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle2 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle3 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle4 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle5 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle6 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle7 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle8 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle9 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle10 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle11 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle12 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle13 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle14 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle15 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle16 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle17 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle18 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle19 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle20 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle21 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle22 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle23 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle24 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle25 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle26 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle27 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle28 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle29 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle30 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle31 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle32 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle33 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle34 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle35 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle36 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle37 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle38 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle39 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle40 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle41 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle42 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle43 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle44 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle45 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle46 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle47 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle48 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle49 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle50 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle51 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle52 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle53 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle54 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle55 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle56 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle57 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle58 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle59 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle60 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle61 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle62 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle63 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle64 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle65 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle66 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle67 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle68 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle69 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle70 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle71 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle72 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle73 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle74 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle75 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle76 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle77 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle78 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle79 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle80 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle81 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle82 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle83 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle84 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle85 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle86 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle87 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle88 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle89 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle90 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle91 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle92 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle93 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle94 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle95 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle96 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle97 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle98 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle99 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle100 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle101 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle102 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle103 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle104 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle105 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle106 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle107 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle108 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle109 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle110 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle111 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle112 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle113 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle114 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle115 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle116 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle117 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle118 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle119 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle120 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle121 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle122 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle123 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle124 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle125 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle126 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle127 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle128 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle129 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle130 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle131 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle132 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle133 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle134 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle135 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle136 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle137 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle138 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle139 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle140 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle141 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle142 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle143 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle144 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle145 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle146 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle147 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle5 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle6 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle7 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle8 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle148 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle149 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle150 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle151 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle152 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle153 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle154 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle155 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle156 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle157 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle158 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle159 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle160 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle161 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle162 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle163 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle164 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle165 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle166 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle167 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle168 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle169 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle170 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle171 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle172 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle173 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle174 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle175 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle176 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle177 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle178 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle179 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle180 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle181 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle182 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle183 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle184 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle185 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle186 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle187 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle188 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle189 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle190 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle191 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle192 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle193 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle194 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle195 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle196 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle197 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle198 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle199 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle200 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle201 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle202 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle203 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle204 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle205 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle206 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle207 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle208 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle209 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle210 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle211 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle212 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle213 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle214 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle215 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle216 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle217 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle218 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle219 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle220 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle221 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle222 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle223 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle224 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle225 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle226 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle227 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle228 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle229 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle230 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle231 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle232 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle233 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle234 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle235 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle236 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle237 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle238 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle239 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle240 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle241 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle242 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle243 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle244 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle245 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle246 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle247 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle248 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle249 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle250 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle251 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle252 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle253 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle254 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle255 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle256 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle257 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle258 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle259 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle260 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle261 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle262 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle263 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle264 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle9 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle10 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle11 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle12 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle265 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle266 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle267 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle268 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle269 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle270 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle271 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle272 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle273 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle274 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle275 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle276 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle277 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle278 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle279 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle280 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle281 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle282 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle283 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle284 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle285 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle286 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle287 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle288 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle289 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle290 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle291 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle292 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle293 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle294 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle295 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle296 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle297 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle298 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle299 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle300 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle301 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle302 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle303 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle304 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle305 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle306 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle307 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle308 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle309 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle310 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle311 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle312 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle313 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle314 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle315 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle316 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle317 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle318 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle319 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle320 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle321 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle322 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle323 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle324 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle325 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle326 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle327 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle328 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle329 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle330 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle331 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle332 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle333 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle334 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle335 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle336 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle337 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle338 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle339 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle340 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle341 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle342 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle343 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle344 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle345 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle346 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle347 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle348 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle349 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle350 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle351 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle352 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle353 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle354 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle355 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle356 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle357 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle358 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle359 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle360 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle361 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle362 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle363 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle364 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle365 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle366 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle367 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle368 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle369 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle370 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle371 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle372 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle373 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle374 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle375 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle376 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle377 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle378 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle379 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle380 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle381 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle382 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle383 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle384 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle385 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle386 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle387 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle388 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle389 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle390 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle391 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle392 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle393 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle394 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle395 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle396 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle397 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle398 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle399 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle400 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle401 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle402 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle403 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle404 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle405 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle406 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle407 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle408 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle409 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle410 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle411 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle412 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle413 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle414 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle415 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle416 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle417 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle418 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle419 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle420 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle421 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle422 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle423 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle424 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle425 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle426 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle427 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle428 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle429 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle430 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle431 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle432 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle433 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle434 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle435 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle436 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle437 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle438 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle439 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle440 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle441 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle442 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle443 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle444 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle445 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle446 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle447 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle448 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle449 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle450 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle451 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle452 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle453 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle454 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle455 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle456 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle457 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle458 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle459 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle460 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle461 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle462 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle463 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle464 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle465 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle466 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle467 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle468 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle469 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle470 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle471 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle472 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle473 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle474 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle475 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle476 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle477 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle478 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle479 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle480 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle481 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle482 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle483 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle484 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle485 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle486 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle487 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle488 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle489 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle490 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle491 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle492 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle493 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle494 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle495 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle496 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle497 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle498 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle499 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle500 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle501 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle502 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle503 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle504 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle505 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle506 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle507 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle508 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle509 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle510 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle511 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle512 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle513 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle514 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle515 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle516 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle517 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle518 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle519 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle520 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle521 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle522 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle523 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle524 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle525 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle526 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle527 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle528 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle529 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle530 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle531 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle532 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle533 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle534 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle535 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle536 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle537 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle538 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle539 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle540 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle541 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle542 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle543 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle544 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle545 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle546 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle547 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle548 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle549 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle550 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle551 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle552 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle553 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle554 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle555 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle556 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle557 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle558 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle559 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle560 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle561 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle562 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle563 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle564 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle565 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle566 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle567 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle568 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle569 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle570 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle571 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle572 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle573 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle574 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle575 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle576 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle577 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle578 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle579 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle580 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle581 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle582 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle583 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle584 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle585 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle586 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle587 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle588 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle589 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle590 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle591 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle592 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle593 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle594 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle595 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle596 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle597 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle598 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle599 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle600 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle601 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle602 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle603 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle604 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle605 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle606 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle607 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle608 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle609 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle610 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle611 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle612 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle613 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle614 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle615 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle17 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle18 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle19 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle20 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle862 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle863 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle864 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle865 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle866 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle867 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle868 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle869 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle870 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle871 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle872 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle873 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle874 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle875 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle876 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle877 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle878 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle879 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle880 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle881 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle882 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle883 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle884 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle885 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle886 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle887 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle888 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle889 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle890 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle891 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle892 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle893 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle894 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle895 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle896 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle897 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle898 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle899 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle900 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle901 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle902 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle903 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle904 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle905 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle906 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle907 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle908 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle909 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle910 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle911 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle912 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle913 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle914 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle915 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle916 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle917 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle918 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle919 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle920 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle921 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle922 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle923 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle924 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle925 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle926 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle927 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle928 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle929 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle930 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle931 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle932 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle933 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle934 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle935 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle936 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle937 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle938 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle939 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle940 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle941 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle942 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle943 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle944 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle945 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle946 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle947 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle948 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle949 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle950 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle951 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle952 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle953 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle954 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle955 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle956 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle957 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle958 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle959 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle960 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle961 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle962 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle963 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle964 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle965 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle966 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle967 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle968 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle969 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle970 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle971 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle972 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle973 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle974 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle975 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle976 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle977 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle978 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle979 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle980 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle981 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle982 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle983 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle984 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle985 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle986 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle987 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle988 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle989 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle990 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle991 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle992 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle993 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle994 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle995 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle996 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle997 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle998 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle999 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1000 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1001 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1002 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1003 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1004 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1005 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1006 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1007 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1008 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1009 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1010 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1011 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1012 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1013 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1014 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1015 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1016 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1017 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1018 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1019 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1020 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1021 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1022 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1023 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1024 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1025 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1026 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1027 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1028 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1029 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1030 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1031 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1032 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1033 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1034 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1035 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1036 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1037 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1038 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1039 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1040 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1041 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1042 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1043 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1044 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1045 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1046 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1047 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1048 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1049 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1050 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1051 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1052 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1053 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1054 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1055 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1056 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1057 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1058 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1059 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1060 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1061 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1062 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1063 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1064 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1065 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1066 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1067 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1068 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1069 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1070 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1071 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1072 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1073 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1074 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1075 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1076 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1077 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1078 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1079 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1080 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1081 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1082 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1083 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1084 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1085 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1086 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1087 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1088 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1089 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1090 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1091 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1092 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1093 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1094 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1095 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1096 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1097 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1098 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1099 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1100 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1101 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1102 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1103 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1104 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1105 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1106 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1107 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1108 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle21 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle22 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle23 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle24 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl1 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl2 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl3 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl4 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl5 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl6 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl7 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl8 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl9 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl10 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl11 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl12 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl13 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl14 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl15 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl16 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl17 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl18 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl19 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl20 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl21 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl22 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl23 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl24 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl25 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl26 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            Klik.Windows.Forms.SizeLib.v3.SLControl slControl27 = new Klik.Windows.Forms.SizeLib.v3.SLControl();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.pdfPageView1 = new O2S.Components.PDFView4NET.PDFPageView();
            this.pdfDocument1 = new O2S.Components.PDFView4NET.PDFDocument(this.components);
            this.txtResend = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.butResend = new System.Windows.Forms.Button();
            this.butFaxRefresh = new System.Windows.Forms.Button();
            this.gridMonitorFaxes = new Syncfusion.Windows.Forms.Grid.GridControl();
            this.label7 = new System.Windows.Forms.Label();
            this.tabSendFaxes = new Syncfusion.Windows.Forms.Tools.TabControlAdv();
            this.tabSendAFax = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.btnSecureEmail = new System.Windows.Forms.Button();
            this.buttonViewFaxPDF = new System.Windows.Forms.Button();
            this.cbSendCoverOnly = new System.Windows.Forms.CheckBox();
            this.txtFaxNumber1 = new Telerik.WinControls.UI.RadMaskedEditBox();
            this.comboFaxName = new Telerik.WinControls.UI.RadDropDownList();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.lbPages = new System.Windows.Forms.Label();
            this.buttonDeleteDocument = new System.Windows.Forms.Button();
            this.buttonViewDocument = new System.Windows.Forms.Button();
            this.buttonEmail = new System.Windows.Forms.Button();
            this.buttonSavePDF = new System.Windows.Forms.Button();
            this.txtPDFPath = new System.Windows.Forms.TextBox();
            this.butScan1 = new System.Windows.Forms.Button();
            this.comboScanOptions = new System.Windows.Forms.ComboBox();
            this.comboTwain = new System.Windows.Forms.ComboBox();
            this.chkAddDocName = new System.Windows.Forms.CheckBox();
            this.label1 = new System.Windows.Forms.Label();
            this.comboCoverSheets = new System.Windows.Forms.ComboBox();
            this.txtSearch = new System.Windows.Forms.TextBox();
            this.gridSendFax = new Syncfusion.Windows.Forms.Grid.GridControl();
            this.butDiagnostic = new System.Windows.Forms.Button();
            this.gridOutlookList = new Syncfusion.Windows.Forms.Grid.GridControl();
            this.buttonGetOutlookList = new System.Windows.Forms.Button();
            this.txtFrom = new System.Windows.Forms.TextBox();
            this.buttonViewFax = new System.Windows.Forms.Button();
            this.buttonRefresh = new System.Windows.Forms.Button();
            this.buttonFax = new System.Windows.Forms.Button();
            this.gridFaxList = new Syncfusion.Windows.Forms.Grid.GridControl();
            this.txtNotes = new System.Windows.Forms.TextBox();
            this.tabMonitorFax = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.buttonDeletecompletedFaxes = new System.Windows.Forms.Button();
            this.buttonCancel = new System.Windows.Forms.Button();
            this.tabEditSendTo = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.gridSendTo = new Syncfusion.Windows.Forms.Grid.GridControl();
            this.tabIncoming = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.buttonRefreshList = new System.Windows.Forms.Button();
            this.pdfPageView2 = new O2S.Components.PDFView4NET.PDFPageView();
            this.pdfDocument2 = new O2S.Components.PDFView4NET.PDFDocument(this.components);
            this.gridProcessing = new Syncfusion.Windows.Forms.Grid.GridControl();
            this.tabMinimize = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.tabExit = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.timer2 = new System.Windows.Forms.Timer(this.components);
            this.autoSendFaxList = new Syncfusion.Windows.Forms.Tools.AutoComplete(this.components);
            this.superToolTip1 = new Syncfusion.Windows.Forms.Tools.SuperToolTip(this);
            this.slSizePos1 = new Klik.Windows.Forms.SizeLib.v3.SLSizePos(this.components);
            this.slResizer1 = new Klik.Windows.Forms.SizeLib.v3.SLResizer(this.components);
            this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
            ((System.ComponentModel.ISupportInitialize)(this.gridMonitorFaxes)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabSendFaxes)).BeginInit();
            this.tabSendFaxes.SuspendLayout();
            this.tabSendAFax.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtFaxNumber1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboFaxName)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridSendFax)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridOutlookList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridFaxList)).BeginInit();
            this.tabMonitorFax.SuspendLayout();
            this.tabEditSendTo.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridSendTo)).BeginInit();
            this.tabIncoming.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridProcessing)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.autoSendFaxList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.slResizer1)).BeginInit();
            this.SuspendLayout();
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(16, 307);
            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(43, 14);
            this.label5.TabIndex = 4;
            this.label5.Text = "From:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(293, 191);
            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(61, 14);
            this.label4.TabIndex = 3;
            this.label4.Text = "Number:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(10, 336);
            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(49, 14);
            this.label2.TabIndex = 1;
            this.label2.Text = "Notes:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(229, 8);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(197, 14);
            this.label3.TabIndex = 163;
            this.label3.Text = "Type Name or Select From List";
            // 
            // pdfPageView1
            // 
            this.pdfPageView1.AllowFormFill = false;
            this.pdfPageView1.AutoScroll = true;
            this.pdfPageView1.BackColor = System.Drawing.SystemColors.AppWorkspace;
            this.pdfPageView1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pdfPageView1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pdfPageView1.Document = this.pdfDocument1;
            this.pdfPageView1.Location = new System.Drawing.Point(0, 427);
            this.pdfPageView1.Name = "pdfPageView1";
            this.pdfPageView1.PageDisplayLayout = O2S.Components.PDFView4NET.PDFPageDisplayLayout.OneColumn;
            this.pdfPageView1.PageNumber = 0;
            this.pdfPageView1.ScrollPosition = new System.Drawing.Point(0, 0);
            this.pdfPageView1.Size = new System.Drawing.Size(1013, 283);
            this.pdfPageView1.SubstituteFonts = null;
            this.pdfPageView1.TabIndex = 85;
            this.pdfPageView1.Visible = false;
            this.pdfPageView1.WorkMode = O2S.Components.PDFView4NET.UserInteractiveWorkMode.PanAndScan;
            // 
            // pdfDocument1
            // 
            this.pdfDocument1.Metadata = null;
            this.pdfDocument1.PageLayout = O2S.Components.PDFView4NET.PDFPageLayout.SinglePage;
            this.pdfDocument1.PageMode = O2S.Components.PDFView4NET.PDFPageMode.UseNone;
            this.pdfDocument1.SerialNumber = "PDFVW-Y11DV-6VYTH-TWHXK-6DRLB-7MNQB";
            // 
            // txtResend
            // 
            this.autoSendFaxList.SetAutoComplete(this.txtResend, Syncfusion.Windows.Forms.Tools.AutoCompleteModes.Disabled);
            this.txtResend.Location = new System.Drawing.Point(107, 308);
            this.txtResend.Name = "txtResend";
            this.txtResend.Size = new System.Drawing.Size(157, 22);
            this.txtResend.TabIndex = 52;
            this.txtResend.Visible = false;
            this.txtResend.TextChanged += new System.EventHandler(this.txtResend_TextChanged);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(5, 311);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(82, 14);
            this.label6.TabIndex = 51;
            this.label6.Text = "Fax Number";
            this.label6.Visible = false;
            // 
            // butResend
            // 
            this.butResend.Location = new System.Drawing.Point(296, 309);
            this.butResend.Name = "butResend";
            this.butResend.Size = new System.Drawing.Size(86, 22);
            this.butResend.TabIndex = 50;
            this.butResend.Text = "Resend";
            this.butResend.UseVisualStyleBackColor = true;
            this.butResend.Visible = false;
            this.butResend.Click += new System.EventHandler(this.butResend_Click);
            // 
            // butFaxRefresh
            // 
            this.butFaxRefresh.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.butFaxRefresh.Location = new System.Drawing.Point(3, 4);
            this.butFaxRefresh.Margin = new System.Windows.Forms.Padding(35, 17, 35, 17);
            this.butFaxRefresh.Name = "butFaxRefresh";
            this.butFaxRefresh.Size = new System.Drawing.Size(111, 29);
            this.butFaxRefresh.TabIndex = 37;
            this.butFaxRefresh.Text = "Refresh";
            this.butFaxRefresh.UseVisualStyleBackColor = true;
            this.butFaxRefresh.Click += new System.EventHandler(this.butFaxRefresh_Click);
            // 
            // gridMonitorFaxes
            // 
            gridBaseStyle13.Name = "Header";
            gridBaseStyle13.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle13.StyleInfo.Borders.Left = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle13.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle13.StyleInfo.Borders.Top = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle13.StyleInfo.CellType = "Header";
            gridBaseStyle13.StyleInfo.Font.Bold = true;
            gridBaseStyle13.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
            gridBaseStyle13.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
            gridBaseStyle14.Name = "Standard";
            gridBaseStyle14.StyleInfo.Font.Facename = "Tahoma";
            gridBaseStyle14.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
            gridBaseStyle15.Name = "Row Header";
            gridBaseStyle15.StyleInfo.BaseStyle = "Header";
            gridBaseStyle15.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
            gridBaseStyle15.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
            gridBaseStyle16.Name = "Column Header";
            gridBaseStyle16.StyleInfo.BaseStyle = "Header";
            gridBaseStyle16.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
            this.gridMonitorFaxes.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
            gridBaseStyle13,
            gridBaseStyle14,
            gridBaseStyle15,
            gridBaseStyle16});
            this.gridMonitorFaxes.ColHiddenEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColHidden[] {
            new Syncfusion.Windows.Forms.Grid.GridColHidden(0)});
            this.gridMonitorFaxes.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
            new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 35)});
            this.gridMonitorFaxes.Font = new System.Drawing.Font("Verdana", 9F);
            this.gridMonitorFaxes.Location = new System.Drawing.Point(2, 35);
            this.gridMonitorFaxes.Margin = new System.Windows.Forms.Padding(35, 17, 35, 17);
            this.gridMonitorFaxes.Name = "gridMonitorFaxes";
            gridRangeStyle616.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle616.StyleInfo.Font.Bold = false;
            gridRangeStyle616.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle616.StyleInfo.Font.Italic = false;
            gridRangeStyle616.StyleInfo.Font.Size = 9F;
            gridRangeStyle616.StyleInfo.Font.Strikeout = false;
            gridRangeStyle616.StyleInfo.Font.Underline = false;
            gridRangeStyle616.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle617.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle617.StyleInfo.Font.Bold = false;
            gridRangeStyle617.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle617.StyleInfo.Font.Italic = false;
            gridRangeStyle617.StyleInfo.Font.Size = 9F;
            gridRangeStyle617.StyleInfo.Font.Strikeout = false;
            gridRangeStyle617.StyleInfo.Font.Underline = false;
            gridRangeStyle617.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle618.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle618.StyleInfo.Font.Bold = false;
            gridRangeStyle618.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle618.StyleInfo.Font.Italic = false;
            gridRangeStyle618.StyleInfo.Font.Size = 9F;
            gridRangeStyle618.StyleInfo.Font.Strikeout = false;
            gridRangeStyle618.StyleInfo.Font.Underline = false;
            gridRangeStyle618.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle619.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle619.StyleInfo.Font.Bold = false;
            gridRangeStyle619.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle619.StyleInfo.Font.Italic = false;
            gridRangeStyle619.StyleInfo.Font.Size = 9F;
            gridRangeStyle619.StyleInfo.Font.Strikeout = false;
            gridRangeStyle619.StyleInfo.Font.Underline = false;
            gridRangeStyle619.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle620.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle620.StyleInfo.Font.Bold = false;
            gridRangeStyle620.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle620.StyleInfo.Font.Italic = false;
            gridRangeStyle620.StyleInfo.Font.Size = 9F;
            gridRangeStyle620.StyleInfo.Font.Strikeout = false;
            gridRangeStyle620.StyleInfo.Font.Underline = false;
            gridRangeStyle620.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle621.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle621.StyleInfo.Font.Bold = false;
            gridRangeStyle621.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle621.StyleInfo.Font.Italic = false;
            gridRangeStyle621.StyleInfo.Font.Size = 9F;
            gridRangeStyle621.StyleInfo.Font.Strikeout = false;
            gridRangeStyle621.StyleInfo.Font.Underline = false;
            gridRangeStyle621.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle622.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle622.StyleInfo.Font.Bold = false;
            gridRangeStyle622.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle622.StyleInfo.Font.Italic = false;
            gridRangeStyle622.StyleInfo.Font.Size = 9F;
            gridRangeStyle622.StyleInfo.Font.Strikeout = false;
            gridRangeStyle622.StyleInfo.Font.Underline = false;
            gridRangeStyle622.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle623.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle623.StyleInfo.Font.Bold = false;
            gridRangeStyle623.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle623.StyleInfo.Font.Italic = false;
            gridRangeStyle623.StyleInfo.Font.Size = 9F;
            gridRangeStyle623.StyleInfo.Font.Strikeout = false;
            gridRangeStyle623.StyleInfo.Font.Underline = false;
            gridRangeStyle623.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle624.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle624.StyleInfo.Font.Bold = false;
            gridRangeStyle624.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle624.StyleInfo.Font.Italic = false;
            gridRangeStyle624.StyleInfo.Font.Size = 9F;
            gridRangeStyle624.StyleInfo.Font.Strikeout = false;
            gridRangeStyle624.StyleInfo.Font.Underline = false;
            gridRangeStyle624.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle625.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle625.StyleInfo.Font.Bold = false;
            gridRangeStyle625.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle625.StyleInfo.Font.Italic = false;
            gridRangeStyle625.StyleInfo.Font.Size = 9F;
            gridRangeStyle625.StyleInfo.Font.Strikeout = false;
            gridRangeStyle625.StyleInfo.Font.Underline = false;
            gridRangeStyle625.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle626.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle626.StyleInfo.Font.Bold = false;
            gridRangeStyle626.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle626.StyleInfo.Font.Italic = false;
            gridRangeStyle626.StyleInfo.Font.Size = 9F;
            gridRangeStyle626.StyleInfo.Font.Strikeout = false;
            gridRangeStyle626.StyleInfo.Font.Underline = false;
            gridRangeStyle626.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle627.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle627.StyleInfo.Font.Bold = false;
            gridRangeStyle627.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle627.StyleInfo.Font.Italic = false;
            gridRangeStyle627.StyleInfo.Font.Size = 9F;
            gridRangeStyle627.StyleInfo.Font.Strikeout = false;
            gridRangeStyle627.StyleInfo.Font.Underline = false;
            gridRangeStyle627.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle628.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle628.StyleInfo.Font.Bold = false;
            gridRangeStyle628.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle628.StyleInfo.Font.Italic = false;
            gridRangeStyle628.StyleInfo.Font.Size = 9F;
            gridRangeStyle628.StyleInfo.Font.Strikeout = false;
            gridRangeStyle628.StyleInfo.Font.Underline = false;
            gridRangeStyle628.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle629.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle629.StyleInfo.Font.Bold = false;
            gridRangeStyle629.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle629.StyleInfo.Font.Italic = false;
            gridRangeStyle629.StyleInfo.Font.Size = 9F;
            gridRangeStyle629.StyleInfo.Font.Strikeout = false;
            gridRangeStyle629.StyleInfo.Font.Underline = false;
            gridRangeStyle629.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle630.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle630.StyleInfo.Font.Bold = false;
            gridRangeStyle630.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle630.StyleInfo.Font.Italic = false;
            gridRangeStyle630.StyleInfo.Font.Size = 9F;
            gridRangeStyle630.StyleInfo.Font.Strikeout = false;
            gridRangeStyle630.StyleInfo.Font.Underline = false;
            gridRangeStyle630.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle631.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle631.StyleInfo.Font.Bold = false;
            gridRangeStyle631.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle631.StyleInfo.Font.Italic = false;
            gridRangeStyle631.StyleInfo.Font.Size = 9F;
            gridRangeStyle631.StyleInfo.Font.Strikeout = false;
            gridRangeStyle631.StyleInfo.Font.Underline = false;
            gridRangeStyle631.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle632.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle632.StyleInfo.Font.Bold = false;
            gridRangeStyle632.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle632.StyleInfo.Font.Italic = false;
            gridRangeStyle632.StyleInfo.Font.Size = 9F;
            gridRangeStyle632.StyleInfo.Font.Strikeout = false;
            gridRangeStyle632.StyleInfo.Font.Underline = false;
            gridRangeStyle632.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle633.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle633.StyleInfo.Font.Bold = false;
            gridRangeStyle633.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle633.StyleInfo.Font.Italic = false;
            gridRangeStyle633.StyleInfo.Font.Size = 9F;
            gridRangeStyle633.StyleInfo.Font.Strikeout = false;
            gridRangeStyle633.StyleInfo.Font.Underline = false;
            gridRangeStyle633.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle634.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle634.StyleInfo.Font.Bold = false;
            gridRangeStyle634.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle634.StyleInfo.Font.Italic = false;
            gridRangeStyle634.StyleInfo.Font.Size = 9F;
            gridRangeStyle634.StyleInfo.Font.Strikeout = false;
            gridRangeStyle634.StyleInfo.Font.Underline = false;
            gridRangeStyle634.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle635.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle635.StyleInfo.Font.Bold = false;
            gridRangeStyle635.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle635.StyleInfo.Font.Italic = false;
            gridRangeStyle635.StyleInfo.Font.Size = 9F;
            gridRangeStyle635.StyleInfo.Font.Strikeout = false;
            gridRangeStyle635.StyleInfo.Font.Underline = false;
            gridRangeStyle635.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle636.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle636.StyleInfo.Font.Bold = false;
            gridRangeStyle636.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle636.StyleInfo.Font.Italic = false;
            gridRangeStyle636.StyleInfo.Font.Size = 9F;
            gridRangeStyle636.StyleInfo.Font.Strikeout = false;
            gridRangeStyle636.StyleInfo.Font.Underline = false;
            gridRangeStyle636.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle637.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle637.StyleInfo.Font.Bold = false;
            gridRangeStyle637.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle637.StyleInfo.Font.Italic = false;
            gridRangeStyle637.StyleInfo.Font.Size = 9F;
            gridRangeStyle637.StyleInfo.Font.Strikeout = false;
            gridRangeStyle637.StyleInfo.Font.Underline = false;
            gridRangeStyle637.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle638.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle638.StyleInfo.Font.Bold = false;
            gridRangeStyle638.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle638.StyleInfo.Font.Italic = false;
            gridRangeStyle638.StyleInfo.Font.Size = 9F;
            gridRangeStyle638.StyleInfo.Font.Strikeout = false;
            gridRangeStyle638.StyleInfo.Font.Underline = false;
            gridRangeStyle638.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle639.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle639.StyleInfo.Font.Bold = false;
            gridRangeStyle639.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle639.StyleInfo.Font.Italic = false;
            gridRangeStyle639.StyleInfo.Font.Size = 9F;
            gridRangeStyle639.StyleInfo.Font.Strikeout = false;
            gridRangeStyle639.StyleInfo.Font.Underline = false;
            gridRangeStyle639.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle640.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle640.StyleInfo.Font.Bold = false;
            gridRangeStyle640.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle640.StyleInfo.Font.Italic = false;
            gridRangeStyle640.StyleInfo.Font.Size = 9F;
            gridRangeStyle640.StyleInfo.Font.Strikeout = false;
            gridRangeStyle640.StyleInfo.Font.Underline = false;
            gridRangeStyle640.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle641.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle641.StyleInfo.Font.Bold = false;
            gridRangeStyle641.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle641.StyleInfo.Font.Italic = false;
            gridRangeStyle641.StyleInfo.Font.Size = 9F;
            gridRangeStyle641.StyleInfo.Font.Strikeout = false;
            gridRangeStyle641.StyleInfo.Font.Underline = false;
            gridRangeStyle641.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle642.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle642.StyleInfo.Font.Bold = false;
            gridRangeStyle642.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle642.StyleInfo.Font.Italic = false;
            gridRangeStyle642.StyleInfo.Font.Size = 9F;
            gridRangeStyle642.StyleInfo.Font.Strikeout = false;
            gridRangeStyle642.StyleInfo.Font.Underline = false;
            gridRangeStyle642.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle643.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle643.StyleInfo.Font.Bold = false;
            gridRangeStyle643.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle643.StyleInfo.Font.Italic = false;
            gridRangeStyle643.StyleInfo.Font.Size = 9F;
            gridRangeStyle643.StyleInfo.Font.Strikeout = false;
            gridRangeStyle643.StyleInfo.Font.Underline = false;
            gridRangeStyle643.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle644.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle644.StyleInfo.Font.Bold = false;
            gridRangeStyle644.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle644.StyleInfo.Font.Italic = false;
            gridRangeStyle644.StyleInfo.Font.Size = 9F;
            gridRangeStyle644.StyleInfo.Font.Strikeout = false;
            gridRangeStyle644.StyleInfo.Font.Underline = false;
            gridRangeStyle644.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle645.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle645.StyleInfo.Font.Bold = false;
            gridRangeStyle645.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle645.StyleInfo.Font.Italic = false;
            gridRangeStyle645.StyleInfo.Font.Size = 9F;
            gridRangeStyle645.StyleInfo.Font.Strikeout = false;
            gridRangeStyle645.StyleInfo.Font.Underline = false;
            gridRangeStyle645.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle646.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle646.StyleInfo.Font.Bold = false;
            gridRangeStyle646.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle646.StyleInfo.Font.Italic = false;
            gridRangeStyle646.StyleInfo.Font.Size = 9F;
            gridRangeStyle646.StyleInfo.Font.Strikeout = false;
            gridRangeStyle646.StyleInfo.Font.Underline = false;
            gridRangeStyle646.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle647.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle647.StyleInfo.Font.Bold = false;
            gridRangeStyle647.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle647.StyleInfo.Font.Italic = false;
            gridRangeStyle647.StyleInfo.Font.Size = 9F;
            gridRangeStyle647.StyleInfo.Font.Strikeout = false;
            gridRangeStyle647.StyleInfo.Font.Underline = false;
            gridRangeStyle647.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle648.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle648.StyleInfo.Font.Bold = false;
            gridRangeStyle648.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle648.StyleInfo.Font.Italic = false;
            gridRangeStyle648.StyleInfo.Font.Size = 9F;
            gridRangeStyle648.StyleInfo.Font.Strikeout = false;
            gridRangeStyle648.StyleInfo.Font.Underline = false;
            gridRangeStyle648.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle649.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle649.StyleInfo.Font.Bold = false;
            gridRangeStyle649.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle649.StyleInfo.Font.Italic = false;
            gridRangeStyle649.StyleInfo.Font.Size = 9F;
            gridRangeStyle649.StyleInfo.Font.Strikeout = false;
            gridRangeStyle649.StyleInfo.Font.Underline = false;
            gridRangeStyle649.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle650.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle650.StyleInfo.Font.Bold = false;
            gridRangeStyle650.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle650.StyleInfo.Font.Italic = false;
            gridRangeStyle650.StyleInfo.Font.Size = 9F;
            gridRangeStyle650.StyleInfo.Font.Strikeout = false;
            gridRangeStyle650.StyleInfo.Font.Underline = false;
            gridRangeStyle650.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle651.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle651.StyleInfo.Font.Bold = false;
            gridRangeStyle651.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle651.StyleInfo.Font.Italic = false;
            gridRangeStyle651.StyleInfo.Font.Size = 9F;
            gridRangeStyle651.StyleInfo.Font.Strikeout = false;
            gridRangeStyle651.StyleInfo.Font.Underline = false;
            gridRangeStyle651.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle652.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle652.StyleInfo.Font.Bold = false;
            gridRangeStyle652.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle652.StyleInfo.Font.Italic = false;
            gridRangeStyle652.StyleInfo.Font.Size = 9F;
            gridRangeStyle652.StyleInfo.Font.Strikeout = false;
            gridRangeStyle652.StyleInfo.Font.Underline = false;
            gridRangeStyle652.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle653.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle653.StyleInfo.Font.Bold = false;
            gridRangeStyle653.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle653.StyleInfo.Font.Italic = false;
            gridRangeStyle653.StyleInfo.Font.Size = 9F;
            gridRangeStyle653.StyleInfo.Font.Strikeout = false;
            gridRangeStyle653.StyleInfo.Font.Underline = false;
            gridRangeStyle653.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle654.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle654.StyleInfo.Font.Bold = false;
            gridRangeStyle654.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle654.StyleInfo.Font.Italic = false;
            gridRangeStyle654.StyleInfo.Font.Size = 9F;
            gridRangeStyle654.StyleInfo.Font.Strikeout = false;
            gridRangeStyle654.StyleInfo.Font.Underline = false;
            gridRangeStyle654.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle655.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle655.StyleInfo.Font.Bold = false;
            gridRangeStyle655.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle655.StyleInfo.Font.Italic = false;
            gridRangeStyle655.StyleInfo.Font.Size = 9F;
            gridRangeStyle655.StyleInfo.Font.Strikeout = false;
            gridRangeStyle655.StyleInfo.Font.Underline = false;
            gridRangeStyle655.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle656.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle656.StyleInfo.Font.Bold = false;
            gridRangeStyle656.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle656.StyleInfo.Font.Italic = false;
            gridRangeStyle656.StyleInfo.Font.Size = 9F;
            gridRangeStyle656.StyleInfo.Font.Strikeout = false;
            gridRangeStyle656.StyleInfo.Font.Underline = false;
            gridRangeStyle656.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle657.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle657.StyleInfo.Font.Bold = false;
            gridRangeStyle657.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle657.StyleInfo.Font.Italic = false;
            gridRangeStyle657.StyleInfo.Font.Size = 9F;
            gridRangeStyle657.StyleInfo.Font.Strikeout = false;
            gridRangeStyle657.StyleInfo.Font.Underline = false;
            gridRangeStyle657.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle658.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle658.StyleInfo.Font.Bold = false;
            gridRangeStyle658.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle658.StyleInfo.Font.Italic = false;
            gridRangeStyle658.StyleInfo.Font.Size = 9F;
            gridRangeStyle658.StyleInfo.Font.Strikeout = false;
            gridRangeStyle658.StyleInfo.Font.Underline = false;
            gridRangeStyle658.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle659.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle659.StyleInfo.Font.Bold = false;
            gridRangeStyle659.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle659.StyleInfo.Font.Italic = false;
            gridRangeStyle659.StyleInfo.Font.Size = 9F;
            gridRangeStyle659.StyleInfo.Font.Strikeout = false;
            gridRangeStyle659.StyleInfo.Font.Underline = false;
            gridRangeStyle659.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle660.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle660.StyleInfo.Font.Bold = false;
            gridRangeStyle660.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle660.StyleInfo.Font.Italic = false;
            gridRangeStyle660.StyleInfo.Font.Size = 9F;
            gridRangeStyle660.StyleInfo.Font.Strikeout = false;
            gridRangeStyle660.StyleInfo.Font.Underline = false;
            gridRangeStyle660.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle661.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle661.StyleInfo.Font.Bold = false;
            gridRangeStyle661.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle661.StyleInfo.Font.Italic = false;
            gridRangeStyle661.StyleInfo.Font.Size = 9F;
            gridRangeStyle661.StyleInfo.Font.Strikeout = false;
            gridRangeStyle661.StyleInfo.Font.Underline = false;
            gridRangeStyle661.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle662.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle662.StyleInfo.Font.Bold = false;
            gridRangeStyle662.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle662.StyleInfo.Font.Italic = false;
            gridRangeStyle662.StyleInfo.Font.Size = 9F;
            gridRangeStyle662.StyleInfo.Font.Strikeout = false;
            gridRangeStyle662.StyleInfo.Font.Underline = false;
            gridRangeStyle662.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle663.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle663.StyleInfo.Font.Bold = false;
            gridRangeStyle663.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle663.StyleInfo.Font.Italic = false;
            gridRangeStyle663.StyleInfo.Font.Size = 9F;
            gridRangeStyle663.StyleInfo.Font.Strikeout = false;
            gridRangeStyle663.StyleInfo.Font.Underline = false;
            gridRangeStyle663.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle664.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle664.StyleInfo.Font.Bold = false;
            gridRangeStyle664.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle664.StyleInfo.Font.Italic = false;
            gridRangeStyle664.StyleInfo.Font.Size = 9F;
            gridRangeStyle664.StyleInfo.Font.Strikeout = false;
            gridRangeStyle664.StyleInfo.Font.Underline = false;
            gridRangeStyle664.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle665.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle665.StyleInfo.Font.Bold = false;
            gridRangeStyle665.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle665.StyleInfo.Font.Italic = false;
            gridRangeStyle665.StyleInfo.Font.Size = 9F;
            gridRangeStyle665.StyleInfo.Font.Strikeout = false;
            gridRangeStyle665.StyleInfo.Font.Underline = false;
            gridRangeStyle665.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle666.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle666.StyleInfo.Font.Bold = false;
            gridRangeStyle666.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle666.StyleInfo.Font.Italic = false;
            gridRangeStyle666.StyleInfo.Font.Size = 9F;
            gridRangeStyle666.StyleInfo.Font.Strikeout = false;
            gridRangeStyle666.StyleInfo.Font.Underline = false;
            gridRangeStyle666.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle667.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle667.StyleInfo.Font.Bold = false;
            gridRangeStyle667.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle667.StyleInfo.Font.Italic = false;
            gridRangeStyle667.StyleInfo.Font.Size = 9F;
            gridRangeStyle667.StyleInfo.Font.Strikeout = false;
            gridRangeStyle667.StyleInfo.Font.Underline = false;
            gridRangeStyle667.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle668.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle668.StyleInfo.Font.Bold = false;
            gridRangeStyle668.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle668.StyleInfo.Font.Italic = false;
            gridRangeStyle668.StyleInfo.Font.Size = 9F;
            gridRangeStyle668.StyleInfo.Font.Strikeout = false;
            gridRangeStyle668.StyleInfo.Font.Underline = false;
            gridRangeStyle668.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle669.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle669.StyleInfo.Font.Bold = false;
            gridRangeStyle669.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle669.StyleInfo.Font.Italic = false;
            gridRangeStyle669.StyleInfo.Font.Size = 9F;
            gridRangeStyle669.StyleInfo.Font.Strikeout = false;
            gridRangeStyle669.StyleInfo.Font.Underline = false;
            gridRangeStyle669.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle670.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle670.StyleInfo.Font.Bold = false;
            gridRangeStyle670.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle670.StyleInfo.Font.Italic = false;
            gridRangeStyle670.StyleInfo.Font.Size = 9F;
            gridRangeStyle670.StyleInfo.Font.Strikeout = false;
            gridRangeStyle670.StyleInfo.Font.Underline = false;
            gridRangeStyle670.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle671.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle671.StyleInfo.Font.Bold = false;
            gridRangeStyle671.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle671.StyleInfo.Font.Italic = false;
            gridRangeStyle671.StyleInfo.Font.Size = 9F;
            gridRangeStyle671.StyleInfo.Font.Strikeout = false;
            gridRangeStyle671.StyleInfo.Font.Underline = false;
            gridRangeStyle671.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle672.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle672.StyleInfo.Font.Bold = false;
            gridRangeStyle672.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle672.StyleInfo.Font.Italic = false;
            gridRangeStyle672.StyleInfo.Font.Size = 9F;
            gridRangeStyle672.StyleInfo.Font.Strikeout = false;
            gridRangeStyle672.StyleInfo.Font.Underline = false;
            gridRangeStyle672.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle673.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle673.StyleInfo.Font.Bold = false;
            gridRangeStyle673.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle673.StyleInfo.Font.Italic = false;
            gridRangeStyle673.StyleInfo.Font.Size = 9F;
            gridRangeStyle673.StyleInfo.Font.Strikeout = false;
            gridRangeStyle673.StyleInfo.Font.Underline = false;
            gridRangeStyle673.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle674.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle674.StyleInfo.Font.Bold = false;
            gridRangeStyle674.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle674.StyleInfo.Font.Italic = false;
            gridRangeStyle674.StyleInfo.Font.Size = 9F;
            gridRangeStyle674.StyleInfo.Font.Strikeout = false;
            gridRangeStyle674.StyleInfo.Font.Underline = false;
            gridRangeStyle674.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle675.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle675.StyleInfo.Font.Bold = false;
            gridRangeStyle675.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle675.StyleInfo.Font.Italic = false;
            gridRangeStyle675.StyleInfo.Font.Size = 9F;
            gridRangeStyle675.StyleInfo.Font.Strikeout = false;
            gridRangeStyle675.StyleInfo.Font.Underline = false;
            gridRangeStyle675.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle676.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle676.StyleInfo.Font.Bold = false;
            gridRangeStyle676.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle676.StyleInfo.Font.Italic = false;
            gridRangeStyle676.StyleInfo.Font.Size = 9F;
            gridRangeStyle676.StyleInfo.Font.Strikeout = false;
            gridRangeStyle676.StyleInfo.Font.Underline = false;
            gridRangeStyle676.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle677.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle677.StyleInfo.Font.Bold = false;
            gridRangeStyle677.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle677.StyleInfo.Font.Italic = false;
            gridRangeStyle677.StyleInfo.Font.Size = 9F;
            gridRangeStyle677.StyleInfo.Font.Strikeout = false;
            gridRangeStyle677.StyleInfo.Font.Underline = false;
            gridRangeStyle677.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle678.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle678.StyleInfo.Font.Bold = false;
            gridRangeStyle678.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle678.StyleInfo.Font.Italic = false;
            gridRangeStyle678.StyleInfo.Font.Size = 9F;
            gridRangeStyle678.StyleInfo.Font.Strikeout = false;
            gridRangeStyle678.StyleInfo.Font.Underline = false;
            gridRangeStyle678.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle679.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle679.StyleInfo.Font.Bold = false;
            gridRangeStyle679.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle679.StyleInfo.Font.Italic = false;
            gridRangeStyle679.StyleInfo.Font.Size = 9F;
            gridRangeStyle679.StyleInfo.Font.Strikeout = false;
            gridRangeStyle679.StyleInfo.Font.Underline = false;
            gridRangeStyle679.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle680.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle680.StyleInfo.Font.Bold = false;
            gridRangeStyle680.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle680.StyleInfo.Font.Italic = false;
            gridRangeStyle680.StyleInfo.Font.Size = 9F;
            gridRangeStyle680.StyleInfo.Font.Strikeout = false;
            gridRangeStyle680.StyleInfo.Font.Underline = false;
            gridRangeStyle680.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle681.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle681.StyleInfo.Font.Bold = false;
            gridRangeStyle681.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle681.StyleInfo.Font.Italic = false;
            gridRangeStyle681.StyleInfo.Font.Size = 9F;
            gridRangeStyle681.StyleInfo.Font.Strikeout = false;
            gridRangeStyle681.StyleInfo.Font.Underline = false;
            gridRangeStyle681.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle682.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle682.StyleInfo.Font.Bold = false;
            gridRangeStyle682.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle682.StyleInfo.Font.Italic = false;
            gridRangeStyle682.StyleInfo.Font.Size = 9F;
            gridRangeStyle682.StyleInfo.Font.Strikeout = false;
            gridRangeStyle682.StyleInfo.Font.Underline = false;
            gridRangeStyle682.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle683.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle683.StyleInfo.Font.Bold = false;
            gridRangeStyle683.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle683.StyleInfo.Font.Italic = false;
            gridRangeStyle683.StyleInfo.Font.Size = 9F;
            gridRangeStyle683.StyleInfo.Font.Strikeout = false;
            gridRangeStyle683.StyleInfo.Font.Underline = false;
            gridRangeStyle683.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle684.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle684.StyleInfo.Font.Bold = false;
            gridRangeStyle684.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle684.StyleInfo.Font.Italic = false;
            gridRangeStyle684.StyleInfo.Font.Size = 9F;
            gridRangeStyle684.StyleInfo.Font.Strikeout = false;
            gridRangeStyle684.StyleInfo.Font.Underline = false;
            gridRangeStyle684.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle685.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle685.StyleInfo.Font.Bold = false;
            gridRangeStyle685.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle685.StyleInfo.Font.Italic = false;
            gridRangeStyle685.StyleInfo.Font.Size = 9F;
            gridRangeStyle685.StyleInfo.Font.Strikeout = false;
            gridRangeStyle685.StyleInfo.Font.Underline = false;
            gridRangeStyle685.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle686.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle686.StyleInfo.Font.Bold = false;
            gridRangeStyle686.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle686.StyleInfo.Font.Italic = false;
            gridRangeStyle686.StyleInfo.Font.Size = 9F;
            gridRangeStyle686.StyleInfo.Font.Strikeout = false;
            gridRangeStyle686.StyleInfo.Font.Underline = false;
            gridRangeStyle686.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle687.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle687.StyleInfo.Font.Bold = false;
            gridRangeStyle687.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle687.StyleInfo.Font.Italic = false;
            gridRangeStyle687.StyleInfo.Font.Size = 9F;
            gridRangeStyle687.StyleInfo.Font.Strikeout = false;
            gridRangeStyle687.StyleInfo.Font.Underline = false;
            gridRangeStyle687.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle688.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle688.StyleInfo.Font.Bold = false;
            gridRangeStyle688.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle688.StyleInfo.Font.Italic = false;
            gridRangeStyle688.StyleInfo.Font.Size = 9F;
            gridRangeStyle688.StyleInfo.Font.Strikeout = false;
            gridRangeStyle688.StyleInfo.Font.Underline = false;
            gridRangeStyle688.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle689.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle689.StyleInfo.Font.Bold = false;
            gridRangeStyle689.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle689.StyleInfo.Font.Italic = false;
            gridRangeStyle689.StyleInfo.Font.Size = 9F;
            gridRangeStyle689.StyleInfo.Font.Strikeout = false;
            gridRangeStyle689.StyleInfo.Font.Underline = false;
            gridRangeStyle689.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle690.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle690.StyleInfo.Font.Bold = false;
            gridRangeStyle690.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle690.StyleInfo.Font.Italic = false;
            gridRangeStyle690.StyleInfo.Font.Size = 9F;
            gridRangeStyle690.StyleInfo.Font.Strikeout = false;
            gridRangeStyle690.StyleInfo.Font.Underline = false;
            gridRangeStyle690.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle691.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle691.StyleInfo.Font.Bold = false;
            gridRangeStyle691.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle691.StyleInfo.Font.Italic = false;
            gridRangeStyle691.StyleInfo.Font.Size = 9F;
            gridRangeStyle691.StyleInfo.Font.Strikeout = false;
            gridRangeStyle691.StyleInfo.Font.Underline = false;
            gridRangeStyle691.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle692.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle692.StyleInfo.Font.Bold = false;
            gridRangeStyle692.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle692.StyleInfo.Font.Italic = false;
            gridRangeStyle692.StyleInfo.Font.Size = 9F;
            gridRangeStyle692.StyleInfo.Font.Strikeout = false;
            gridRangeStyle692.StyleInfo.Font.Underline = false;
            gridRangeStyle692.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle693.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle693.StyleInfo.Font.Bold = false;
            gridRangeStyle693.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle693.StyleInfo.Font.Italic = false;
            gridRangeStyle693.StyleInfo.Font.Size = 9F;
            gridRangeStyle693.StyleInfo.Font.Strikeout = false;
            gridRangeStyle693.StyleInfo.Font.Underline = false;
            gridRangeStyle693.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle694.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle694.StyleInfo.Font.Bold = false;
            gridRangeStyle694.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle694.StyleInfo.Font.Italic = false;
            gridRangeStyle694.StyleInfo.Font.Size = 9F;
            gridRangeStyle694.StyleInfo.Font.Strikeout = false;
            gridRangeStyle694.StyleInfo.Font.Underline = false;
            gridRangeStyle694.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle695.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle695.StyleInfo.Font.Bold = false;
            gridRangeStyle695.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle695.StyleInfo.Font.Italic = false;
            gridRangeStyle695.StyleInfo.Font.Size = 9F;
            gridRangeStyle695.StyleInfo.Font.Strikeout = false;
            gridRangeStyle695.StyleInfo.Font.Underline = false;
            gridRangeStyle695.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle696.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle696.StyleInfo.Font.Bold = false;
            gridRangeStyle696.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle696.StyleInfo.Font.Italic = false;
            gridRangeStyle696.StyleInfo.Font.Size = 9F;
            gridRangeStyle696.StyleInfo.Font.Strikeout = false;
            gridRangeStyle696.StyleInfo.Font.Underline = false;
            gridRangeStyle696.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle697.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle697.StyleInfo.Font.Bold = false;
            gridRangeStyle697.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle697.StyleInfo.Font.Italic = false;
            gridRangeStyle697.StyleInfo.Font.Size = 9F;
            gridRangeStyle697.StyleInfo.Font.Strikeout = false;
            gridRangeStyle697.StyleInfo.Font.Underline = false;
            gridRangeStyle697.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle698.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle698.StyleInfo.Font.Bold = false;
            gridRangeStyle698.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle698.StyleInfo.Font.Italic = false;
            gridRangeStyle698.StyleInfo.Font.Size = 9F;
            gridRangeStyle698.StyleInfo.Font.Strikeout = false;
            gridRangeStyle698.StyleInfo.Font.Underline = false;
            gridRangeStyle698.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle699.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle699.StyleInfo.Font.Bold = false;
            gridRangeStyle699.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle699.StyleInfo.Font.Italic = false;
            gridRangeStyle699.StyleInfo.Font.Size = 9F;
            gridRangeStyle699.StyleInfo.Font.Strikeout = false;
            gridRangeStyle699.StyleInfo.Font.Underline = false;
            gridRangeStyle699.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle700.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle700.StyleInfo.Font.Bold = false;
            gridRangeStyle700.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle700.StyleInfo.Font.Italic = false;
            gridRangeStyle700.StyleInfo.Font.Size = 9F;
            gridRangeStyle700.StyleInfo.Font.Strikeout = false;
            gridRangeStyle700.StyleInfo.Font.Underline = false;
            gridRangeStyle700.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle701.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle701.StyleInfo.Font.Bold = false;
            gridRangeStyle701.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle701.StyleInfo.Font.Italic = false;
            gridRangeStyle701.StyleInfo.Font.Size = 9F;
            gridRangeStyle701.StyleInfo.Font.Strikeout = false;
            gridRangeStyle701.StyleInfo.Font.Underline = false;
            gridRangeStyle701.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle702.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle702.StyleInfo.Font.Bold = false;
            gridRangeStyle702.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle702.StyleInfo.Font.Italic = false;
            gridRangeStyle702.StyleInfo.Font.Size = 9F;
            gridRangeStyle702.StyleInfo.Font.Strikeout = false;
            gridRangeStyle702.StyleInfo.Font.Underline = false;
            gridRangeStyle702.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle703.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle703.StyleInfo.Font.Bold = false;
            gridRangeStyle703.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle703.StyleInfo.Font.Italic = false;
            gridRangeStyle703.StyleInfo.Font.Size = 9F;
            gridRangeStyle703.StyleInfo.Font.Strikeout = false;
            gridRangeStyle703.StyleInfo.Font.Underline = false;
            gridRangeStyle703.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle704.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle704.StyleInfo.Font.Bold = false;
            gridRangeStyle704.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle704.StyleInfo.Font.Italic = false;
            gridRangeStyle704.StyleInfo.Font.Size = 9F;
            gridRangeStyle704.StyleInfo.Font.Strikeout = false;
            gridRangeStyle704.StyleInfo.Font.Underline = false;
            gridRangeStyle704.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle705.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle705.StyleInfo.Font.Bold = false;
            gridRangeStyle705.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle705.StyleInfo.Font.Italic = false;
            gridRangeStyle705.StyleInfo.Font.Size = 9F;
            gridRangeStyle705.StyleInfo.Font.Strikeout = false;
            gridRangeStyle705.StyleInfo.Font.Underline = false;
            gridRangeStyle705.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle706.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle706.StyleInfo.Font.Bold = false;
            gridRangeStyle706.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle706.StyleInfo.Font.Italic = false;
            gridRangeStyle706.StyleInfo.Font.Size = 9F;
            gridRangeStyle706.StyleInfo.Font.Strikeout = false;
            gridRangeStyle706.StyleInfo.Font.Underline = false;
            gridRangeStyle706.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle707.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle707.StyleInfo.Font.Bold = false;
            gridRangeStyle707.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle707.StyleInfo.Font.Italic = false;
            gridRangeStyle707.StyleInfo.Font.Size = 9F;
            gridRangeStyle707.StyleInfo.Font.Strikeout = false;
            gridRangeStyle707.StyleInfo.Font.Underline = false;
            gridRangeStyle707.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle708.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle708.StyleInfo.Font.Bold = false;
            gridRangeStyle708.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle708.StyleInfo.Font.Italic = false;
            gridRangeStyle708.StyleInfo.Font.Size = 9F;
            gridRangeStyle708.StyleInfo.Font.Strikeout = false;
            gridRangeStyle708.StyleInfo.Font.Underline = false;
            gridRangeStyle708.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle709.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle709.StyleInfo.Font.Bold = false;
            gridRangeStyle709.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle709.StyleInfo.Font.Italic = false;
            gridRangeStyle709.StyleInfo.Font.Size = 9F;
            gridRangeStyle709.StyleInfo.Font.Strikeout = false;
            gridRangeStyle709.StyleInfo.Font.Underline = false;
            gridRangeStyle709.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle710.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle710.StyleInfo.Font.Bold = false;
            gridRangeStyle710.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle710.StyleInfo.Font.Italic = false;
            gridRangeStyle710.StyleInfo.Font.Size = 9F;
            gridRangeStyle710.StyleInfo.Font.Strikeout = false;
            gridRangeStyle710.StyleInfo.Font.Underline = false;
            gridRangeStyle710.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle711.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle711.StyleInfo.Font.Bold = false;
            gridRangeStyle711.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle711.StyleInfo.Font.Italic = false;
            gridRangeStyle711.StyleInfo.Font.Size = 9F;
            gridRangeStyle711.StyleInfo.Font.Strikeout = false;
            gridRangeStyle711.StyleInfo.Font.Underline = false;
            gridRangeStyle711.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle712.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle712.StyleInfo.Font.Bold = false;
            gridRangeStyle712.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle712.StyleInfo.Font.Italic = false;
            gridRangeStyle712.StyleInfo.Font.Size = 9F;
            gridRangeStyle712.StyleInfo.Font.Strikeout = false;
            gridRangeStyle712.StyleInfo.Font.Underline = false;
            gridRangeStyle712.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle713.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle713.StyleInfo.Font.Bold = false;
            gridRangeStyle713.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle713.StyleInfo.Font.Italic = false;
            gridRangeStyle713.StyleInfo.Font.Size = 9F;
            gridRangeStyle713.StyleInfo.Font.Strikeout = false;
            gridRangeStyle713.StyleInfo.Font.Underline = false;
            gridRangeStyle713.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle714.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle714.StyleInfo.Font.Bold = false;
            gridRangeStyle714.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle714.StyleInfo.Font.Italic = false;
            gridRangeStyle714.StyleInfo.Font.Size = 9F;
            gridRangeStyle714.StyleInfo.Font.Strikeout = false;
            gridRangeStyle714.StyleInfo.Font.Underline = false;
            gridRangeStyle714.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle715.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle715.StyleInfo.Font.Bold = false;
            gridRangeStyle715.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle715.StyleInfo.Font.Italic = false;
            gridRangeStyle715.StyleInfo.Font.Size = 9F;
            gridRangeStyle715.StyleInfo.Font.Strikeout = false;
            gridRangeStyle715.StyleInfo.Font.Underline = false;
            gridRangeStyle715.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle716.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle716.StyleInfo.Font.Bold = false;
            gridRangeStyle716.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle716.StyleInfo.Font.Italic = false;
            gridRangeStyle716.StyleInfo.Font.Size = 9F;
            gridRangeStyle716.StyleInfo.Font.Strikeout = false;
            gridRangeStyle716.StyleInfo.Font.Underline = false;
            gridRangeStyle716.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle717.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle717.StyleInfo.Font.Bold = false;
            gridRangeStyle717.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle717.StyleInfo.Font.Italic = false;
            gridRangeStyle717.StyleInfo.Font.Size = 9F;
            gridRangeStyle717.StyleInfo.Font.Strikeout = false;
            gridRangeStyle717.StyleInfo.Font.Underline = false;
            gridRangeStyle717.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle718.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle718.StyleInfo.Font.Bold = false;
            gridRangeStyle718.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle718.StyleInfo.Font.Italic = false;
            gridRangeStyle718.StyleInfo.Font.Size = 9F;
            gridRangeStyle718.StyleInfo.Font.Strikeout = false;
            gridRangeStyle718.StyleInfo.Font.Underline = false;
            gridRangeStyle718.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle719.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle719.StyleInfo.Font.Bold = false;
            gridRangeStyle719.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle719.StyleInfo.Font.Italic = false;
            gridRangeStyle719.StyleInfo.Font.Size = 9F;
            gridRangeStyle719.StyleInfo.Font.Strikeout = false;
            gridRangeStyle719.StyleInfo.Font.Underline = false;
            gridRangeStyle719.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle720.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle720.StyleInfo.Font.Bold = false;
            gridRangeStyle720.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle720.StyleInfo.Font.Italic = false;
            gridRangeStyle720.StyleInfo.Font.Size = 9F;
            gridRangeStyle720.StyleInfo.Font.Strikeout = false;
            gridRangeStyle720.StyleInfo.Font.Underline = false;
            gridRangeStyle720.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle721.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle721.StyleInfo.Font.Bold = false;
            gridRangeStyle721.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle721.StyleInfo.Font.Italic = false;
            gridRangeStyle721.StyleInfo.Font.Size = 9F;
            gridRangeStyle721.StyleInfo.Font.Strikeout = false;
            gridRangeStyle721.StyleInfo.Font.Underline = false;
            gridRangeStyle721.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle722.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle722.StyleInfo.Font.Bold = false;
            gridRangeStyle722.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle722.StyleInfo.Font.Italic = false;
            gridRangeStyle722.StyleInfo.Font.Size = 9F;
            gridRangeStyle722.StyleInfo.Font.Strikeout = false;
            gridRangeStyle722.StyleInfo.Font.Underline = false;
            gridRangeStyle722.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle723.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle723.StyleInfo.Font.Bold = false;
            gridRangeStyle723.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle723.StyleInfo.Font.Italic = false;
            gridRangeStyle723.StyleInfo.Font.Size = 9F;
            gridRangeStyle723.StyleInfo.Font.Strikeout = false;
            gridRangeStyle723.StyleInfo.Font.Underline = false;
            gridRangeStyle723.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle724.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle724.StyleInfo.Font.Bold = false;
            gridRangeStyle724.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle724.StyleInfo.Font.Italic = false;
            gridRangeStyle724.StyleInfo.Font.Size = 9F;
            gridRangeStyle724.StyleInfo.Font.Strikeout = false;
            gridRangeStyle724.StyleInfo.Font.Underline = false;
            gridRangeStyle724.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle725.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle725.StyleInfo.Font.Bold = false;
            gridRangeStyle725.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle725.StyleInfo.Font.Italic = false;
            gridRangeStyle725.StyleInfo.Font.Size = 9F;
            gridRangeStyle725.StyleInfo.Font.Strikeout = false;
            gridRangeStyle725.StyleInfo.Font.Underline = false;
            gridRangeStyle725.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle726.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle726.StyleInfo.Font.Bold = false;
            gridRangeStyle726.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle726.StyleInfo.Font.Italic = false;
            gridRangeStyle726.StyleInfo.Font.Size = 9F;
            gridRangeStyle726.StyleInfo.Font.Strikeout = false;
            gridRangeStyle726.StyleInfo.Font.Underline = false;
            gridRangeStyle726.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle727.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle727.StyleInfo.Font.Bold = false;
            gridRangeStyle727.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle727.StyleInfo.Font.Italic = false;
            gridRangeStyle727.StyleInfo.Font.Size = 9F;
            gridRangeStyle727.StyleInfo.Font.Strikeout = false;
            gridRangeStyle727.StyleInfo.Font.Underline = false;
            gridRangeStyle727.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle728.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle728.StyleInfo.Font.Bold = false;
            gridRangeStyle728.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle728.StyleInfo.Font.Italic = false;
            gridRangeStyle728.StyleInfo.Font.Size = 9F;
            gridRangeStyle728.StyleInfo.Font.Strikeout = false;
            gridRangeStyle728.StyleInfo.Font.Underline = false;
            gridRangeStyle728.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle729.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle729.StyleInfo.Font.Bold = false;
            gridRangeStyle729.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle729.StyleInfo.Font.Italic = false;
            gridRangeStyle729.StyleInfo.Font.Size = 9F;
            gridRangeStyle729.StyleInfo.Font.Strikeout = false;
            gridRangeStyle729.StyleInfo.Font.Underline = false;
            gridRangeStyle729.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle730.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle730.StyleInfo.Font.Bold = false;
            gridRangeStyle730.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle730.StyleInfo.Font.Italic = false;
            gridRangeStyle730.StyleInfo.Font.Size = 9F;
            gridRangeStyle730.StyleInfo.Font.Strikeout = false;
            gridRangeStyle730.StyleInfo.Font.Underline = false;
            gridRangeStyle730.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle731.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle731.StyleInfo.Font.Bold = false;
            gridRangeStyle731.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle731.StyleInfo.Font.Italic = false;
            gridRangeStyle731.StyleInfo.Font.Size = 9F;
            gridRangeStyle731.StyleInfo.Font.Strikeout = false;
            gridRangeStyle731.StyleInfo.Font.Underline = false;
            gridRangeStyle731.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle732.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle732.StyleInfo.Font.Bold = false;
            gridRangeStyle732.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle732.StyleInfo.Font.Italic = false;
            gridRangeStyle732.StyleInfo.Font.Size = 9F;
            gridRangeStyle732.StyleInfo.Font.Strikeout = false;
            gridRangeStyle732.StyleInfo.Font.Underline = false;
            gridRangeStyle732.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle733.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle733.StyleInfo.Font.Bold = false;
            gridRangeStyle733.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle733.StyleInfo.Font.Italic = false;
            gridRangeStyle733.StyleInfo.Font.Size = 9F;
            gridRangeStyle733.StyleInfo.Font.Strikeout = false;
            gridRangeStyle733.StyleInfo.Font.Underline = false;
            gridRangeStyle733.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle734.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle734.StyleInfo.Font.Bold = false;
            gridRangeStyle734.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle734.StyleInfo.Font.Italic = false;
            gridRangeStyle734.StyleInfo.Font.Size = 9F;
            gridRangeStyle734.StyleInfo.Font.Strikeout = false;
            gridRangeStyle734.StyleInfo.Font.Underline = false;
            gridRangeStyle734.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle735.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle735.StyleInfo.Font.Bold = false;
            gridRangeStyle735.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle735.StyleInfo.Font.Italic = false;
            gridRangeStyle735.StyleInfo.Font.Size = 9F;
            gridRangeStyle735.StyleInfo.Font.Strikeout = false;
            gridRangeStyle735.StyleInfo.Font.Underline = false;
            gridRangeStyle735.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle736.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle736.StyleInfo.Font.Bold = false;
            gridRangeStyle736.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle736.StyleInfo.Font.Italic = false;
            gridRangeStyle736.StyleInfo.Font.Size = 9F;
            gridRangeStyle736.StyleInfo.Font.Strikeout = false;
            gridRangeStyle736.StyleInfo.Font.Underline = false;
            gridRangeStyle736.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle737.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle737.StyleInfo.Font.Bold = false;
            gridRangeStyle737.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle737.StyleInfo.Font.Italic = false;
            gridRangeStyle737.StyleInfo.Font.Size = 9F;
            gridRangeStyle737.StyleInfo.Font.Strikeout = false;
            gridRangeStyle737.StyleInfo.Font.Underline = false;
            gridRangeStyle737.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle738.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle738.StyleInfo.Font.Bold = false;
            gridRangeStyle738.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle738.StyleInfo.Font.Italic = false;
            gridRangeStyle738.StyleInfo.Font.Size = 9F;
            gridRangeStyle738.StyleInfo.Font.Strikeout = false;
            gridRangeStyle738.StyleInfo.Font.Underline = false;
            gridRangeStyle738.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle739.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle739.StyleInfo.Font.Bold = false;
            gridRangeStyle739.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle739.StyleInfo.Font.Italic = false;
            gridRangeStyle739.StyleInfo.Font.Size = 9F;
            gridRangeStyle739.StyleInfo.Font.Strikeout = false;
            gridRangeStyle739.StyleInfo.Font.Underline = false;
            gridRangeStyle739.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle740.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle740.StyleInfo.Font.Bold = false;
            gridRangeStyle740.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle740.StyleInfo.Font.Italic = false;
            gridRangeStyle740.StyleInfo.Font.Size = 9F;
            gridRangeStyle740.StyleInfo.Font.Strikeout = false;
            gridRangeStyle740.StyleInfo.Font.Underline = false;
            gridRangeStyle740.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle741.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle741.StyleInfo.Font.Bold = false;
            gridRangeStyle741.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle741.StyleInfo.Font.Italic = false;
            gridRangeStyle741.StyleInfo.Font.Size = 9F;
            gridRangeStyle741.StyleInfo.Font.Strikeout = false;
            gridRangeStyle741.StyleInfo.Font.Underline = false;
            gridRangeStyle741.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle742.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle742.StyleInfo.Font.Bold = false;
            gridRangeStyle742.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle742.StyleInfo.Font.Italic = false;
            gridRangeStyle742.StyleInfo.Font.Size = 9F;
            gridRangeStyle742.StyleInfo.Font.Strikeout = false;
            gridRangeStyle742.StyleInfo.Font.Underline = false;
            gridRangeStyle742.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle743.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle743.StyleInfo.Font.Bold = false;
            gridRangeStyle743.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle743.StyleInfo.Font.Italic = false;
            gridRangeStyle743.StyleInfo.Font.Size = 9F;
            gridRangeStyle743.StyleInfo.Font.Strikeout = false;
            gridRangeStyle743.StyleInfo.Font.Underline = false;
            gridRangeStyle743.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle744.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle744.StyleInfo.Font.Bold = false;
            gridRangeStyle744.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle744.StyleInfo.Font.Italic = false;
            gridRangeStyle744.StyleInfo.Font.Size = 9F;
            gridRangeStyle744.StyleInfo.Font.Strikeout = false;
            gridRangeStyle744.StyleInfo.Font.Underline = false;
            gridRangeStyle744.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle745.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle745.StyleInfo.Font.Bold = false;
            gridRangeStyle745.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle745.StyleInfo.Font.Italic = false;
            gridRangeStyle745.StyleInfo.Font.Size = 9F;
            gridRangeStyle745.StyleInfo.Font.Strikeout = false;
            gridRangeStyle745.StyleInfo.Font.Underline = false;
            gridRangeStyle745.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle746.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle746.StyleInfo.Font.Bold = false;
            gridRangeStyle746.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle746.StyleInfo.Font.Italic = false;
            gridRangeStyle746.StyleInfo.Font.Size = 9F;
            gridRangeStyle746.StyleInfo.Font.Strikeout = false;
            gridRangeStyle746.StyleInfo.Font.Underline = false;
            gridRangeStyle746.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle747.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle747.StyleInfo.Font.Bold = false;
            gridRangeStyle747.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle747.StyleInfo.Font.Italic = false;
            gridRangeStyle747.StyleInfo.Font.Size = 9F;
            gridRangeStyle747.StyleInfo.Font.Strikeout = false;
            gridRangeStyle747.StyleInfo.Font.Underline = false;
            gridRangeStyle747.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle748.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle748.StyleInfo.Font.Bold = false;
            gridRangeStyle748.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle748.StyleInfo.Font.Italic = false;
            gridRangeStyle748.StyleInfo.Font.Size = 9F;
            gridRangeStyle748.StyleInfo.Font.Strikeout = false;
            gridRangeStyle748.StyleInfo.Font.Underline = false;
            gridRangeStyle748.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle749.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle749.StyleInfo.Font.Bold = false;
            gridRangeStyle749.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle749.StyleInfo.Font.Italic = false;
            gridRangeStyle749.StyleInfo.Font.Size = 9F;
            gridRangeStyle749.StyleInfo.Font.Strikeout = false;
            gridRangeStyle749.StyleInfo.Font.Underline = false;
            gridRangeStyle749.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle750.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle750.StyleInfo.Font.Bold = false;
            gridRangeStyle750.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle750.StyleInfo.Font.Italic = false;
            gridRangeStyle750.StyleInfo.Font.Size = 9F;
            gridRangeStyle750.StyleInfo.Font.Strikeout = false;
            gridRangeStyle750.StyleInfo.Font.Underline = false;
            gridRangeStyle750.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle751.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle751.StyleInfo.Font.Bold = false;
            gridRangeStyle751.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle751.StyleInfo.Font.Italic = false;
            gridRangeStyle751.StyleInfo.Font.Size = 9F;
            gridRangeStyle751.StyleInfo.Font.Strikeout = false;
            gridRangeStyle751.StyleInfo.Font.Underline = false;
            gridRangeStyle751.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle752.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle752.StyleInfo.Font.Bold = false;
            gridRangeStyle752.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle752.StyleInfo.Font.Italic = false;
            gridRangeStyle752.StyleInfo.Font.Size = 9F;
            gridRangeStyle752.StyleInfo.Font.Strikeout = false;
            gridRangeStyle752.StyleInfo.Font.Underline = false;
            gridRangeStyle752.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle753.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle753.StyleInfo.Font.Bold = false;
            gridRangeStyle753.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle753.StyleInfo.Font.Italic = false;
            gridRangeStyle753.StyleInfo.Font.Size = 9F;
            gridRangeStyle753.StyleInfo.Font.Strikeout = false;
            gridRangeStyle753.StyleInfo.Font.Underline = false;
            gridRangeStyle753.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle754.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle754.StyleInfo.Font.Bold = false;
            gridRangeStyle754.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle754.StyleInfo.Font.Italic = false;
            gridRangeStyle754.StyleInfo.Font.Size = 9F;
            gridRangeStyle754.StyleInfo.Font.Strikeout = false;
            gridRangeStyle754.StyleInfo.Font.Underline = false;
            gridRangeStyle754.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle755.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle755.StyleInfo.Font.Bold = false;
            gridRangeStyle755.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle755.StyleInfo.Font.Italic = false;
            gridRangeStyle755.StyleInfo.Font.Size = 9F;
            gridRangeStyle755.StyleInfo.Font.Strikeout = false;
            gridRangeStyle755.StyleInfo.Font.Underline = false;
            gridRangeStyle755.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle756.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle756.StyleInfo.Font.Bold = false;
            gridRangeStyle756.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle756.StyleInfo.Font.Italic = false;
            gridRangeStyle756.StyleInfo.Font.Size = 9F;
            gridRangeStyle756.StyleInfo.Font.Strikeout = false;
            gridRangeStyle756.StyleInfo.Font.Underline = false;
            gridRangeStyle756.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle757.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle757.StyleInfo.Font.Bold = false;
            gridRangeStyle757.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle757.StyleInfo.Font.Italic = false;
            gridRangeStyle757.StyleInfo.Font.Size = 9F;
            gridRangeStyle757.StyleInfo.Font.Strikeout = false;
            gridRangeStyle757.StyleInfo.Font.Underline = false;
            gridRangeStyle757.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle758.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle758.StyleInfo.Font.Bold = false;
            gridRangeStyle758.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle758.StyleInfo.Font.Italic = false;
            gridRangeStyle758.StyleInfo.Font.Size = 9F;
            gridRangeStyle758.StyleInfo.Font.Strikeout = false;
            gridRangeStyle758.StyleInfo.Font.Underline = false;
            gridRangeStyle758.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle759.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle759.StyleInfo.Font.Bold = false;
            gridRangeStyle759.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle759.StyleInfo.Font.Italic = false;
            gridRangeStyle759.StyleInfo.Font.Size = 9F;
            gridRangeStyle759.StyleInfo.Font.Strikeout = false;
            gridRangeStyle759.StyleInfo.Font.Underline = false;
            gridRangeStyle759.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle760.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle760.StyleInfo.Font.Bold = false;
            gridRangeStyle760.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle760.StyleInfo.Font.Italic = false;
            gridRangeStyle760.StyleInfo.Font.Size = 9F;
            gridRangeStyle760.StyleInfo.Font.Strikeout = false;
            gridRangeStyle760.StyleInfo.Font.Underline = false;
            gridRangeStyle760.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle761.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle761.StyleInfo.Font.Bold = false;
            gridRangeStyle761.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle761.StyleInfo.Font.Italic = false;
            gridRangeStyle761.StyleInfo.Font.Size = 9F;
            gridRangeStyle761.StyleInfo.Font.Strikeout = false;
            gridRangeStyle761.StyleInfo.Font.Underline = false;
            gridRangeStyle761.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle762.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle762.StyleInfo.Font.Bold = false;
            gridRangeStyle762.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle762.StyleInfo.Font.Italic = false;
            gridRangeStyle762.StyleInfo.Font.Size = 9F;
            gridRangeStyle762.StyleInfo.Font.Strikeout = false;
            gridRangeStyle762.StyleInfo.Font.Underline = false;
            gridRangeStyle762.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle763.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle763.StyleInfo.Font.Bold = false;
            gridRangeStyle763.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle763.StyleInfo.Font.Italic = false;
            gridRangeStyle763.StyleInfo.Font.Size = 9F;
            gridRangeStyle763.StyleInfo.Font.Strikeout = false;
            gridRangeStyle763.StyleInfo.Font.Underline = false;
            gridRangeStyle763.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle764.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle764.StyleInfo.Font.Bold = false;
            gridRangeStyle764.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle764.StyleInfo.Font.Italic = false;
            gridRangeStyle764.StyleInfo.Font.Size = 9F;
            gridRangeStyle764.StyleInfo.Font.Strikeout = false;
            gridRangeStyle764.StyleInfo.Font.Underline = false;
            gridRangeStyle764.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle765.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle765.StyleInfo.Font.Bold = false;
            gridRangeStyle765.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle765.StyleInfo.Font.Italic = false;
            gridRangeStyle765.StyleInfo.Font.Size = 9F;
            gridRangeStyle765.StyleInfo.Font.Strikeout = false;
            gridRangeStyle765.StyleInfo.Font.Underline = false;
            gridRangeStyle765.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle766.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle766.StyleInfo.Font.Bold = false;
            gridRangeStyle766.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle766.StyleInfo.Font.Italic = false;
            gridRangeStyle766.StyleInfo.Font.Size = 9F;
            gridRangeStyle766.StyleInfo.Font.Strikeout = false;
            gridRangeStyle766.StyleInfo.Font.Underline = false;
            gridRangeStyle766.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle767.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle767.StyleInfo.Font.Bold = false;
            gridRangeStyle767.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle767.StyleInfo.Font.Italic = false;
            gridRangeStyle767.StyleInfo.Font.Size = 9F;
            gridRangeStyle767.StyleInfo.Font.Strikeout = false;
            gridRangeStyle767.StyleInfo.Font.Underline = false;
            gridRangeStyle767.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle768.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle768.StyleInfo.Font.Bold = false;
            gridRangeStyle768.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle768.StyleInfo.Font.Italic = false;
            gridRangeStyle768.StyleInfo.Font.Size = 9F;
            gridRangeStyle768.StyleInfo.Font.Strikeout = false;
            gridRangeStyle768.StyleInfo.Font.Underline = false;
            gridRangeStyle768.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle769.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle769.StyleInfo.Font.Bold = false;
            gridRangeStyle769.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle769.StyleInfo.Font.Italic = false;
            gridRangeStyle769.StyleInfo.Font.Size = 9F;
            gridRangeStyle769.StyleInfo.Font.Strikeout = false;
            gridRangeStyle769.StyleInfo.Font.Underline = false;
            gridRangeStyle769.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle770.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle770.StyleInfo.Font.Bold = false;
            gridRangeStyle770.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle770.StyleInfo.Font.Italic = false;
            gridRangeStyle770.StyleInfo.Font.Size = 9F;
            gridRangeStyle770.StyleInfo.Font.Strikeout = false;
            gridRangeStyle770.StyleInfo.Font.Underline = false;
            gridRangeStyle770.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle771.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle771.StyleInfo.Font.Bold = false;
            gridRangeStyle771.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle771.StyleInfo.Font.Italic = false;
            gridRangeStyle771.StyleInfo.Font.Size = 9F;
            gridRangeStyle771.StyleInfo.Font.Strikeout = false;
            gridRangeStyle771.StyleInfo.Font.Underline = false;
            gridRangeStyle771.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle772.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle772.StyleInfo.Font.Bold = false;
            gridRangeStyle772.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle772.StyleInfo.Font.Italic = false;
            gridRangeStyle772.StyleInfo.Font.Size = 9F;
            gridRangeStyle772.StyleInfo.Font.Strikeout = false;
            gridRangeStyle772.StyleInfo.Font.Underline = false;
            gridRangeStyle772.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle773.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle773.StyleInfo.Font.Bold = false;
            gridRangeStyle773.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle773.StyleInfo.Font.Italic = false;
            gridRangeStyle773.StyleInfo.Font.Size = 9F;
            gridRangeStyle773.StyleInfo.Font.Strikeout = false;
            gridRangeStyle773.StyleInfo.Font.Underline = false;
            gridRangeStyle773.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle774.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle774.StyleInfo.Font.Bold = false;
            gridRangeStyle774.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle774.StyleInfo.Font.Italic = false;
            gridRangeStyle774.StyleInfo.Font.Size = 9F;
            gridRangeStyle774.StyleInfo.Font.Strikeout = false;
            gridRangeStyle774.StyleInfo.Font.Underline = false;
            gridRangeStyle774.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle775.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle775.StyleInfo.Font.Bold = false;
            gridRangeStyle775.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle775.StyleInfo.Font.Italic = false;
            gridRangeStyle775.StyleInfo.Font.Size = 9F;
            gridRangeStyle775.StyleInfo.Font.Strikeout = false;
            gridRangeStyle775.StyleInfo.Font.Underline = false;
            gridRangeStyle775.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle776.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle776.StyleInfo.Font.Bold = false;
            gridRangeStyle776.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle776.StyleInfo.Font.Italic = false;
            gridRangeStyle776.StyleInfo.Font.Size = 9F;
            gridRangeStyle776.StyleInfo.Font.Strikeout = false;
            gridRangeStyle776.StyleInfo.Font.Underline = false;
            gridRangeStyle776.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle777.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle777.StyleInfo.Font.Bold = false;
            gridRangeStyle777.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle777.StyleInfo.Font.Italic = false;
            gridRangeStyle777.StyleInfo.Font.Size = 9F;
            gridRangeStyle777.StyleInfo.Font.Strikeout = false;
            gridRangeStyle777.StyleInfo.Font.Underline = false;
            gridRangeStyle777.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle778.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle778.StyleInfo.Font.Bold = false;
            gridRangeStyle778.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle778.StyleInfo.Font.Italic = false;
            gridRangeStyle778.StyleInfo.Font.Size = 9F;
            gridRangeStyle778.StyleInfo.Font.Strikeout = false;
            gridRangeStyle778.StyleInfo.Font.Underline = false;
            gridRangeStyle778.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle779.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle779.StyleInfo.Font.Bold = false;
            gridRangeStyle779.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle779.StyleInfo.Font.Italic = false;
            gridRangeStyle779.StyleInfo.Font.Size = 9F;
            gridRangeStyle779.StyleInfo.Font.Strikeout = false;
            gridRangeStyle779.StyleInfo.Font.Underline = false;
            gridRangeStyle779.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle780.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle780.StyleInfo.Font.Bold = false;
            gridRangeStyle780.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle780.StyleInfo.Font.Italic = false;
            gridRangeStyle780.StyleInfo.Font.Size = 9F;
            gridRangeStyle780.StyleInfo.Font.Strikeout = false;
            gridRangeStyle780.StyleInfo.Font.Underline = false;
            gridRangeStyle780.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle781.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle781.StyleInfo.Font.Bold = false;
            gridRangeStyle781.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle781.StyleInfo.Font.Italic = false;
            gridRangeStyle781.StyleInfo.Font.Size = 9F;
            gridRangeStyle781.StyleInfo.Font.Strikeout = false;
            gridRangeStyle781.StyleInfo.Font.Underline = false;
            gridRangeStyle781.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle782.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle782.StyleInfo.Font.Bold = false;
            gridRangeStyle782.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle782.StyleInfo.Font.Italic = false;
            gridRangeStyle782.StyleInfo.Font.Size = 9F;
            gridRangeStyle782.StyleInfo.Font.Strikeout = false;
            gridRangeStyle782.StyleInfo.Font.Underline = false;
            gridRangeStyle782.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle783.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle783.StyleInfo.Font.Bold = false;
            gridRangeStyle783.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle783.StyleInfo.Font.Italic = false;
            gridRangeStyle783.StyleInfo.Font.Size = 9F;
            gridRangeStyle783.StyleInfo.Font.Strikeout = false;
            gridRangeStyle783.StyleInfo.Font.Underline = false;
            gridRangeStyle783.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle784.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle784.StyleInfo.Font.Bold = false;
            gridRangeStyle784.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle784.StyleInfo.Font.Italic = false;
            gridRangeStyle784.StyleInfo.Font.Size = 9F;
            gridRangeStyle784.StyleInfo.Font.Strikeout = false;
            gridRangeStyle784.StyleInfo.Font.Underline = false;
            gridRangeStyle784.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle785.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle785.StyleInfo.Font.Bold = false;
            gridRangeStyle785.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle785.StyleInfo.Font.Italic = false;
            gridRangeStyle785.StyleInfo.Font.Size = 9F;
            gridRangeStyle785.StyleInfo.Font.Strikeout = false;
            gridRangeStyle785.StyleInfo.Font.Underline = false;
            gridRangeStyle785.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle786.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle786.StyleInfo.Font.Bold = false;
            gridRangeStyle786.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle786.StyleInfo.Font.Italic = false;
            gridRangeStyle786.StyleInfo.Font.Size = 9F;
            gridRangeStyle786.StyleInfo.Font.Strikeout = false;
            gridRangeStyle786.StyleInfo.Font.Underline = false;
            gridRangeStyle786.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle787.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle787.StyleInfo.Font.Bold = false;
            gridRangeStyle787.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle787.StyleInfo.Font.Italic = false;
            gridRangeStyle787.StyleInfo.Font.Size = 9F;
            gridRangeStyle787.StyleInfo.Font.Strikeout = false;
            gridRangeStyle787.StyleInfo.Font.Underline = false;
            gridRangeStyle787.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle788.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle788.StyleInfo.Font.Bold = false;
            gridRangeStyle788.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle788.StyleInfo.Font.Italic = false;
            gridRangeStyle788.StyleInfo.Font.Size = 9F;
            gridRangeStyle788.StyleInfo.Font.Strikeout = false;
            gridRangeStyle788.StyleInfo.Font.Underline = false;
            gridRangeStyle788.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle789.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle789.StyleInfo.Font.Bold = false;
            gridRangeStyle789.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle789.StyleInfo.Font.Italic = false;
            gridRangeStyle789.StyleInfo.Font.Size = 9F;
            gridRangeStyle789.StyleInfo.Font.Strikeout = false;
            gridRangeStyle789.StyleInfo.Font.Underline = false;
            gridRangeStyle789.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle790.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle790.StyleInfo.Font.Bold = false;
            gridRangeStyle790.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle790.StyleInfo.Font.Italic = false;
            gridRangeStyle790.StyleInfo.Font.Size = 9F;
            gridRangeStyle790.StyleInfo.Font.Strikeout = false;
            gridRangeStyle790.StyleInfo.Font.Underline = false;
            gridRangeStyle790.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle791.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle791.StyleInfo.Font.Bold = false;
            gridRangeStyle791.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle791.StyleInfo.Font.Italic = false;
            gridRangeStyle791.StyleInfo.Font.Size = 9F;
            gridRangeStyle791.StyleInfo.Font.Strikeout = false;
            gridRangeStyle791.StyleInfo.Font.Underline = false;
            gridRangeStyle791.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle792.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle792.StyleInfo.Font.Bold = false;
            gridRangeStyle792.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle792.StyleInfo.Font.Italic = false;
            gridRangeStyle792.StyleInfo.Font.Size = 9F;
            gridRangeStyle792.StyleInfo.Font.Strikeout = false;
            gridRangeStyle792.StyleInfo.Font.Underline = false;
            gridRangeStyle792.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle793.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle793.StyleInfo.Font.Bold = false;
            gridRangeStyle793.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle793.StyleInfo.Font.Italic = false;
            gridRangeStyle793.StyleInfo.Font.Size = 9F;
            gridRangeStyle793.StyleInfo.Font.Strikeout = false;
            gridRangeStyle793.StyleInfo.Font.Underline = false;
            gridRangeStyle793.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle794.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle794.StyleInfo.Font.Bold = false;
            gridRangeStyle794.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle794.StyleInfo.Font.Italic = false;
            gridRangeStyle794.StyleInfo.Font.Size = 9F;
            gridRangeStyle794.StyleInfo.Font.Strikeout = false;
            gridRangeStyle794.StyleInfo.Font.Underline = false;
            gridRangeStyle794.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle795.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle795.StyleInfo.Font.Bold = false;
            gridRangeStyle795.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle795.StyleInfo.Font.Italic = false;
            gridRangeStyle795.StyleInfo.Font.Size = 9F;
            gridRangeStyle795.StyleInfo.Font.Strikeout = false;
            gridRangeStyle795.StyleInfo.Font.Underline = false;
            gridRangeStyle795.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle796.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle796.StyleInfo.Font.Bold = false;
            gridRangeStyle796.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle796.StyleInfo.Font.Italic = false;
            gridRangeStyle796.StyleInfo.Font.Size = 9F;
            gridRangeStyle796.StyleInfo.Font.Strikeout = false;
            gridRangeStyle796.StyleInfo.Font.Underline = false;
            gridRangeStyle796.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle797.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle797.StyleInfo.Font.Bold = false;
            gridRangeStyle797.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle797.StyleInfo.Font.Italic = false;
            gridRangeStyle797.StyleInfo.Font.Size = 9F;
            gridRangeStyle797.StyleInfo.Font.Strikeout = false;
            gridRangeStyle797.StyleInfo.Font.Underline = false;
            gridRangeStyle797.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle798.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle798.StyleInfo.Font.Bold = false;
            gridRangeStyle798.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle798.StyleInfo.Font.Italic = false;
            gridRangeStyle798.StyleInfo.Font.Size = 9F;
            gridRangeStyle798.StyleInfo.Font.Strikeout = false;
            gridRangeStyle798.StyleInfo.Font.Underline = false;
            gridRangeStyle798.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle799.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle799.StyleInfo.Font.Bold = false;
            gridRangeStyle799.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle799.StyleInfo.Font.Italic = false;
            gridRangeStyle799.StyleInfo.Font.Size = 9F;
            gridRangeStyle799.StyleInfo.Font.Strikeout = false;
            gridRangeStyle799.StyleInfo.Font.Underline = false;
            gridRangeStyle799.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle800.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle800.StyleInfo.Font.Bold = false;
            gridRangeStyle800.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle800.StyleInfo.Font.Italic = false;
            gridRangeStyle800.StyleInfo.Font.Size = 9F;
            gridRangeStyle800.StyleInfo.Font.Strikeout = false;
            gridRangeStyle800.StyleInfo.Font.Underline = false;
            gridRangeStyle800.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle801.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle801.StyleInfo.Font.Bold = false;
            gridRangeStyle801.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle801.StyleInfo.Font.Italic = false;
            gridRangeStyle801.StyleInfo.Font.Size = 9F;
            gridRangeStyle801.StyleInfo.Font.Strikeout = false;
            gridRangeStyle801.StyleInfo.Font.Underline = false;
            gridRangeStyle801.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle802.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle802.StyleInfo.Font.Bold = false;
            gridRangeStyle802.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle802.StyleInfo.Font.Italic = false;
            gridRangeStyle802.StyleInfo.Font.Size = 9F;
            gridRangeStyle802.StyleInfo.Font.Strikeout = false;
            gridRangeStyle802.StyleInfo.Font.Underline = false;
            gridRangeStyle802.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle803.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle803.StyleInfo.Font.Bold = false;
            gridRangeStyle803.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle803.StyleInfo.Font.Italic = false;
            gridRangeStyle803.StyleInfo.Font.Size = 9F;
            gridRangeStyle803.StyleInfo.Font.Strikeout = false;
            gridRangeStyle803.StyleInfo.Font.Underline = false;
            gridRangeStyle803.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle804.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle804.StyleInfo.Font.Bold = false;
            gridRangeStyle804.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle804.StyleInfo.Font.Italic = false;
            gridRangeStyle804.StyleInfo.Font.Size = 9F;
            gridRangeStyle804.StyleInfo.Font.Strikeout = false;
            gridRangeStyle804.StyleInfo.Font.Underline = false;
            gridRangeStyle804.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle805.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle805.StyleInfo.Font.Bold = false;
            gridRangeStyle805.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle805.StyleInfo.Font.Italic = false;
            gridRangeStyle805.StyleInfo.Font.Size = 9F;
            gridRangeStyle805.StyleInfo.Font.Strikeout = false;
            gridRangeStyle805.StyleInfo.Font.Underline = false;
            gridRangeStyle805.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle806.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle806.StyleInfo.Font.Bold = false;
            gridRangeStyle806.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle806.StyleInfo.Font.Italic = false;
            gridRangeStyle806.StyleInfo.Font.Size = 9F;
            gridRangeStyle806.StyleInfo.Font.Strikeout = false;
            gridRangeStyle806.StyleInfo.Font.Underline = false;
            gridRangeStyle806.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle807.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle807.StyleInfo.Font.Bold = false;
            gridRangeStyle807.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle807.StyleInfo.Font.Italic = false;
            gridRangeStyle807.StyleInfo.Font.Size = 9F;
            gridRangeStyle807.StyleInfo.Font.Strikeout = false;
            gridRangeStyle807.StyleInfo.Font.Underline = false;
            gridRangeStyle807.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle808.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle808.StyleInfo.Font.Bold = false;
            gridRangeStyle808.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle808.StyleInfo.Font.Italic = false;
            gridRangeStyle808.StyleInfo.Font.Size = 9F;
            gridRangeStyle808.StyleInfo.Font.Strikeout = false;
            gridRangeStyle808.StyleInfo.Font.Underline = false;
            gridRangeStyle808.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle809.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle809.StyleInfo.Font.Bold = false;
            gridRangeStyle809.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle809.StyleInfo.Font.Italic = false;
            gridRangeStyle809.StyleInfo.Font.Size = 9F;
            gridRangeStyle809.StyleInfo.Font.Strikeout = false;
            gridRangeStyle809.StyleInfo.Font.Underline = false;
            gridRangeStyle809.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle810.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle810.StyleInfo.Font.Bold = false;
            gridRangeStyle810.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle810.StyleInfo.Font.Italic = false;
            gridRangeStyle810.StyleInfo.Font.Size = 9F;
            gridRangeStyle810.StyleInfo.Font.Strikeout = false;
            gridRangeStyle810.StyleInfo.Font.Underline = false;
            gridRangeStyle810.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle811.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle811.StyleInfo.Font.Bold = false;
            gridRangeStyle811.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle811.StyleInfo.Font.Italic = false;
            gridRangeStyle811.StyleInfo.Font.Size = 9F;
            gridRangeStyle811.StyleInfo.Font.Strikeout = false;
            gridRangeStyle811.StyleInfo.Font.Underline = false;
            gridRangeStyle811.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle812.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle812.StyleInfo.Font.Bold = false;
            gridRangeStyle812.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle812.StyleInfo.Font.Italic = false;
            gridRangeStyle812.StyleInfo.Font.Size = 9F;
            gridRangeStyle812.StyleInfo.Font.Strikeout = false;
            gridRangeStyle812.StyleInfo.Font.Underline = false;
            gridRangeStyle812.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle813.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle813.StyleInfo.Font.Bold = false;
            gridRangeStyle813.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle813.StyleInfo.Font.Italic = false;
            gridRangeStyle813.StyleInfo.Font.Size = 9F;
            gridRangeStyle813.StyleInfo.Font.Strikeout = false;
            gridRangeStyle813.StyleInfo.Font.Underline = false;
            gridRangeStyle813.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle814.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle814.StyleInfo.Font.Bold = false;
            gridRangeStyle814.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle814.StyleInfo.Font.Italic = false;
            gridRangeStyle814.StyleInfo.Font.Size = 9F;
            gridRangeStyle814.StyleInfo.Font.Strikeout = false;
            gridRangeStyle814.StyleInfo.Font.Underline = false;
            gridRangeStyle814.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle815.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle815.StyleInfo.Font.Bold = false;
            gridRangeStyle815.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle815.StyleInfo.Font.Italic = false;
            gridRangeStyle815.StyleInfo.Font.Size = 9F;
            gridRangeStyle815.StyleInfo.Font.Strikeout = false;
            gridRangeStyle815.StyleInfo.Font.Underline = false;
            gridRangeStyle815.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle816.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle816.StyleInfo.Font.Bold = false;
            gridRangeStyle816.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle816.StyleInfo.Font.Italic = false;
            gridRangeStyle816.StyleInfo.Font.Size = 9F;
            gridRangeStyle816.StyleInfo.Font.Strikeout = false;
            gridRangeStyle816.StyleInfo.Font.Underline = false;
            gridRangeStyle816.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle817.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle817.StyleInfo.Font.Bold = false;
            gridRangeStyle817.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle817.StyleInfo.Font.Italic = false;
            gridRangeStyle817.StyleInfo.Font.Size = 9F;
            gridRangeStyle817.StyleInfo.Font.Strikeout = false;
            gridRangeStyle817.StyleInfo.Font.Underline = false;
            gridRangeStyle817.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle818.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle818.StyleInfo.Font.Bold = false;
            gridRangeStyle818.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle818.StyleInfo.Font.Italic = false;
            gridRangeStyle818.StyleInfo.Font.Size = 9F;
            gridRangeStyle818.StyleInfo.Font.Strikeout = false;
            gridRangeStyle818.StyleInfo.Font.Underline = false;
            gridRangeStyle818.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle819.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle819.StyleInfo.Font.Bold = false;
            gridRangeStyle819.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle819.StyleInfo.Font.Italic = false;
            gridRangeStyle819.StyleInfo.Font.Size = 9F;
            gridRangeStyle819.StyleInfo.Font.Strikeout = false;
            gridRangeStyle819.StyleInfo.Font.Underline = false;
            gridRangeStyle819.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle820.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle820.StyleInfo.Font.Bold = false;
            gridRangeStyle820.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle820.StyleInfo.Font.Italic = false;
            gridRangeStyle820.StyleInfo.Font.Size = 9F;
            gridRangeStyle820.StyleInfo.Font.Strikeout = false;
            gridRangeStyle820.StyleInfo.Font.Underline = false;
            gridRangeStyle820.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle821.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle821.StyleInfo.Font.Bold = false;
            gridRangeStyle821.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle821.StyleInfo.Font.Italic = false;
            gridRangeStyle821.StyleInfo.Font.Size = 9F;
            gridRangeStyle821.StyleInfo.Font.Strikeout = false;
            gridRangeStyle821.StyleInfo.Font.Underline = false;
            gridRangeStyle821.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle822.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle822.StyleInfo.Font.Bold = false;
            gridRangeStyle822.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle822.StyleInfo.Font.Italic = false;
            gridRangeStyle822.StyleInfo.Font.Size = 9F;
            gridRangeStyle822.StyleInfo.Font.Strikeout = false;
            gridRangeStyle822.StyleInfo.Font.Underline = false;
            gridRangeStyle822.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle823.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle823.StyleInfo.Font.Bold = false;
            gridRangeStyle823.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle823.StyleInfo.Font.Italic = false;
            gridRangeStyle823.StyleInfo.Font.Size = 9F;
            gridRangeStyle823.StyleInfo.Font.Strikeout = false;
            gridRangeStyle823.StyleInfo.Font.Underline = false;
            gridRangeStyle823.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle824.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle824.StyleInfo.Font.Bold = false;
            gridRangeStyle824.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle824.StyleInfo.Font.Italic = false;
            gridRangeStyle824.StyleInfo.Font.Size = 9F;
            gridRangeStyle824.StyleInfo.Font.Strikeout = false;
            gridRangeStyle824.StyleInfo.Font.Underline = false;
            gridRangeStyle824.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle825.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle825.StyleInfo.Font.Bold = false;
            gridRangeStyle825.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle825.StyleInfo.Font.Italic = false;
            gridRangeStyle825.StyleInfo.Font.Size = 9F;
            gridRangeStyle825.StyleInfo.Font.Strikeout = false;
            gridRangeStyle825.StyleInfo.Font.Underline = false;
            gridRangeStyle825.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle826.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle826.StyleInfo.Font.Bold = false;
            gridRangeStyle826.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle826.StyleInfo.Font.Italic = false;
            gridRangeStyle826.StyleInfo.Font.Size = 9F;
            gridRangeStyle826.StyleInfo.Font.Strikeout = false;
            gridRangeStyle826.StyleInfo.Font.Underline = false;
            gridRangeStyle826.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle827.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle827.StyleInfo.Font.Bold = false;
            gridRangeStyle827.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle827.StyleInfo.Font.Italic = false;
            gridRangeStyle827.StyleInfo.Font.Size = 9F;
            gridRangeStyle827.StyleInfo.Font.Strikeout = false;
            gridRangeStyle827.StyleInfo.Font.Underline = false;
            gridRangeStyle827.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle828.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle828.StyleInfo.Font.Bold = false;
            gridRangeStyle828.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle828.StyleInfo.Font.Italic = false;
            gridRangeStyle828.StyleInfo.Font.Size = 9F;
            gridRangeStyle828.StyleInfo.Font.Strikeout = false;
            gridRangeStyle828.StyleInfo.Font.Underline = false;
            gridRangeStyle828.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle829.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle829.StyleInfo.Font.Bold = false;
            gridRangeStyle829.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle829.StyleInfo.Font.Italic = false;
            gridRangeStyle829.StyleInfo.Font.Size = 9F;
            gridRangeStyle829.StyleInfo.Font.Strikeout = false;
            gridRangeStyle829.StyleInfo.Font.Underline = false;
            gridRangeStyle829.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle830.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle830.StyleInfo.Font.Bold = false;
            gridRangeStyle830.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle830.StyleInfo.Font.Italic = false;
            gridRangeStyle830.StyleInfo.Font.Size = 9F;
            gridRangeStyle830.StyleInfo.Font.Strikeout = false;
            gridRangeStyle830.StyleInfo.Font.Underline = false;
            gridRangeStyle830.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle831.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle831.StyleInfo.Font.Bold = false;
            gridRangeStyle831.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle831.StyleInfo.Font.Italic = false;
            gridRangeStyle831.StyleInfo.Font.Size = 9F;
            gridRangeStyle831.StyleInfo.Font.Strikeout = false;
            gridRangeStyle831.StyleInfo.Font.Underline = false;
            gridRangeStyle831.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle832.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle832.StyleInfo.Font.Bold = false;
            gridRangeStyle832.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle832.StyleInfo.Font.Italic = false;
            gridRangeStyle832.StyleInfo.Font.Size = 9F;
            gridRangeStyle832.StyleInfo.Font.Strikeout = false;
            gridRangeStyle832.StyleInfo.Font.Underline = false;
            gridRangeStyle832.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle833.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle833.StyleInfo.Font.Bold = false;
            gridRangeStyle833.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle833.StyleInfo.Font.Italic = false;
            gridRangeStyle833.StyleInfo.Font.Size = 9F;
            gridRangeStyle833.StyleInfo.Font.Strikeout = false;
            gridRangeStyle833.StyleInfo.Font.Underline = false;
            gridRangeStyle833.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle834.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle834.StyleInfo.Font.Bold = false;
            gridRangeStyle834.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle834.StyleInfo.Font.Italic = false;
            gridRangeStyle834.StyleInfo.Font.Size = 9F;
            gridRangeStyle834.StyleInfo.Font.Strikeout = false;
            gridRangeStyle834.StyleInfo.Font.Underline = false;
            gridRangeStyle834.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle835.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle835.StyleInfo.Font.Bold = false;
            gridRangeStyle835.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle835.StyleInfo.Font.Italic = false;
            gridRangeStyle835.StyleInfo.Font.Size = 9F;
            gridRangeStyle835.StyleInfo.Font.Strikeout = false;
            gridRangeStyle835.StyleInfo.Font.Underline = false;
            gridRangeStyle835.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle836.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle836.StyleInfo.Font.Bold = false;
            gridRangeStyle836.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle836.StyleInfo.Font.Italic = false;
            gridRangeStyle836.StyleInfo.Font.Size = 9F;
            gridRangeStyle836.StyleInfo.Font.Strikeout = false;
            gridRangeStyle836.StyleInfo.Font.Underline = false;
            gridRangeStyle836.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle837.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle837.StyleInfo.Font.Bold = false;
            gridRangeStyle837.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle837.StyleInfo.Font.Italic = false;
            gridRangeStyle837.StyleInfo.Font.Size = 9F;
            gridRangeStyle837.StyleInfo.Font.Strikeout = false;
            gridRangeStyle837.StyleInfo.Font.Underline = false;
            gridRangeStyle837.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle838.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle838.StyleInfo.Font.Bold = false;
            gridRangeStyle838.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle838.StyleInfo.Font.Italic = false;
            gridRangeStyle838.StyleInfo.Font.Size = 9F;
            gridRangeStyle838.StyleInfo.Font.Strikeout = false;
            gridRangeStyle838.StyleInfo.Font.Underline = false;
            gridRangeStyle838.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle839.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle839.StyleInfo.Font.Bold = false;
            gridRangeStyle839.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle839.StyleInfo.Font.Italic = false;
            gridRangeStyle839.StyleInfo.Font.Size = 9F;
            gridRangeStyle839.StyleInfo.Font.Strikeout = false;
            gridRangeStyle839.StyleInfo.Font.Underline = false;
            gridRangeStyle839.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle840.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle840.StyleInfo.Font.Bold = false;
            gridRangeStyle840.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle840.StyleInfo.Font.Italic = false;
            gridRangeStyle840.StyleInfo.Font.Size = 9F;
            gridRangeStyle840.StyleInfo.Font.Strikeout = false;
            gridRangeStyle840.StyleInfo.Font.Underline = false;
            gridRangeStyle840.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle841.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle841.StyleInfo.Font.Bold = false;
            gridRangeStyle841.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle841.StyleInfo.Font.Italic = false;
            gridRangeStyle841.StyleInfo.Font.Size = 9F;
            gridRangeStyle841.StyleInfo.Font.Strikeout = false;
            gridRangeStyle841.StyleInfo.Font.Underline = false;
            gridRangeStyle841.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle842.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle842.StyleInfo.Font.Bold = false;
            gridRangeStyle842.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle842.StyleInfo.Font.Italic = false;
            gridRangeStyle842.StyleInfo.Font.Size = 9F;
            gridRangeStyle842.StyleInfo.Font.Strikeout = false;
            gridRangeStyle842.StyleInfo.Font.Underline = false;
            gridRangeStyle842.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle843.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle843.StyleInfo.Font.Bold = false;
            gridRangeStyle843.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle843.StyleInfo.Font.Italic = false;
            gridRangeStyle843.StyleInfo.Font.Size = 9F;
            gridRangeStyle843.StyleInfo.Font.Strikeout = false;
            gridRangeStyle843.StyleInfo.Font.Underline = false;
            gridRangeStyle843.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle844.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle844.StyleInfo.Font.Bold = false;
            gridRangeStyle844.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle844.StyleInfo.Font.Italic = false;
            gridRangeStyle844.StyleInfo.Font.Size = 9F;
            gridRangeStyle844.StyleInfo.Font.Strikeout = false;
            gridRangeStyle844.StyleInfo.Font.Underline = false;
            gridRangeStyle844.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle845.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle845.StyleInfo.Font.Bold = false;
            gridRangeStyle845.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle845.StyleInfo.Font.Italic = false;
            gridRangeStyle845.StyleInfo.Font.Size = 9F;
            gridRangeStyle845.StyleInfo.Font.Strikeout = false;
            gridRangeStyle845.StyleInfo.Font.Underline = false;
            gridRangeStyle845.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle846.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle846.StyleInfo.Font.Bold = false;
            gridRangeStyle846.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle846.StyleInfo.Font.Italic = false;
            gridRangeStyle846.StyleInfo.Font.Size = 9F;
            gridRangeStyle846.StyleInfo.Font.Strikeout = false;
            gridRangeStyle846.StyleInfo.Font.Underline = false;
            gridRangeStyle846.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle847.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle847.StyleInfo.Font.Bold = false;
            gridRangeStyle847.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle847.StyleInfo.Font.Italic = false;
            gridRangeStyle847.StyleInfo.Font.Size = 9F;
            gridRangeStyle847.StyleInfo.Font.Strikeout = false;
            gridRangeStyle847.StyleInfo.Font.Underline = false;
            gridRangeStyle847.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle848.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle848.StyleInfo.Font.Bold = false;
            gridRangeStyle848.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle848.StyleInfo.Font.Italic = false;
            gridRangeStyle848.StyleInfo.Font.Size = 9F;
            gridRangeStyle848.StyleInfo.Font.Strikeout = false;
            gridRangeStyle848.StyleInfo.Font.Underline = false;
            gridRangeStyle848.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle849.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle849.StyleInfo.Font.Bold = false;
            gridRangeStyle849.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle849.StyleInfo.Font.Italic = false;
            gridRangeStyle849.StyleInfo.Font.Size = 9F;
            gridRangeStyle849.StyleInfo.Font.Strikeout = false;
            gridRangeStyle849.StyleInfo.Font.Underline = false;
            gridRangeStyle849.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle850.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle850.StyleInfo.Font.Bold = false;
            gridRangeStyle850.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle850.StyleInfo.Font.Italic = false;
            gridRangeStyle850.StyleInfo.Font.Size = 9F;
            gridRangeStyle850.StyleInfo.Font.Strikeout = false;
            gridRangeStyle850.StyleInfo.Font.Underline = false;
            gridRangeStyle850.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle851.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle851.StyleInfo.Font.Bold = false;
            gridRangeStyle851.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle851.StyleInfo.Font.Italic = false;
            gridRangeStyle851.StyleInfo.Font.Size = 9F;
            gridRangeStyle851.StyleInfo.Font.Strikeout = false;
            gridRangeStyle851.StyleInfo.Font.Underline = false;
            gridRangeStyle851.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle852.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle852.StyleInfo.Font.Bold = false;
            gridRangeStyle852.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle852.StyleInfo.Font.Italic = false;
            gridRangeStyle852.StyleInfo.Font.Size = 9F;
            gridRangeStyle852.StyleInfo.Font.Strikeout = false;
            gridRangeStyle852.StyleInfo.Font.Underline = false;
            gridRangeStyle852.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle853.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle853.StyleInfo.Font.Bold = false;
            gridRangeStyle853.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle853.StyleInfo.Font.Italic = false;
            gridRangeStyle853.StyleInfo.Font.Size = 9F;
            gridRangeStyle853.StyleInfo.Font.Strikeout = false;
            gridRangeStyle853.StyleInfo.Font.Underline = false;
            gridRangeStyle853.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle854.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle854.StyleInfo.Font.Bold = false;
            gridRangeStyle854.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle854.StyleInfo.Font.Italic = false;
            gridRangeStyle854.StyleInfo.Font.Size = 9F;
            gridRangeStyle854.StyleInfo.Font.Strikeout = false;
            gridRangeStyle854.StyleInfo.Font.Underline = false;
            gridRangeStyle854.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle855.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle855.StyleInfo.Font.Bold = false;
            gridRangeStyle855.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle855.StyleInfo.Font.Italic = false;
            gridRangeStyle855.StyleInfo.Font.Size = 9F;
            gridRangeStyle855.StyleInfo.Font.Strikeout = false;
            gridRangeStyle855.StyleInfo.Font.Underline = false;
            gridRangeStyle855.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle856.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle856.StyleInfo.Font.Bold = false;
            gridRangeStyle856.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle856.StyleInfo.Font.Italic = false;
            gridRangeStyle856.StyleInfo.Font.Size = 9F;
            gridRangeStyle856.StyleInfo.Font.Strikeout = false;
            gridRangeStyle856.StyleInfo.Font.Underline = false;
            gridRangeStyle856.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle857.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle857.StyleInfo.Font.Bold = false;
            gridRangeStyle857.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle857.StyleInfo.Font.Italic = false;
            gridRangeStyle857.StyleInfo.Font.Size = 9F;
            gridRangeStyle857.StyleInfo.Font.Strikeout = false;
            gridRangeStyle857.StyleInfo.Font.Underline = false;
            gridRangeStyle857.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle858.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle858.StyleInfo.Font.Bold = false;
            gridRangeStyle858.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle858.StyleInfo.Font.Italic = false;
            gridRangeStyle858.StyleInfo.Font.Size = 9F;
            gridRangeStyle858.StyleInfo.Font.Strikeout = false;
            gridRangeStyle858.StyleInfo.Font.Underline = false;
            gridRangeStyle858.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle859.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle859.StyleInfo.Font.Bold = false;
            gridRangeStyle859.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle859.StyleInfo.Font.Italic = false;
            gridRangeStyle859.StyleInfo.Font.Size = 9F;
            gridRangeStyle859.StyleInfo.Font.Strikeout = false;
            gridRangeStyle859.StyleInfo.Font.Underline = false;
            gridRangeStyle859.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle860.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle860.StyleInfo.Font.Bold = false;
            gridRangeStyle860.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle860.StyleInfo.Font.Italic = false;
            gridRangeStyle860.StyleInfo.Font.Size = 9F;
            gridRangeStyle860.StyleInfo.Font.Strikeout = false;
            gridRangeStyle860.StyleInfo.Font.Underline = false;
            gridRangeStyle860.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle861.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle861.StyleInfo.Font.Bold = false;
            gridRangeStyle861.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle861.StyleInfo.Font.Italic = false;
            gridRangeStyle861.StyleInfo.Font.Size = 9F;
            gridRangeStyle861.StyleInfo.Font.Strikeout = false;
            gridRangeStyle861.StyleInfo.Font.Underline = false;
            gridRangeStyle861.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            this.gridMonitorFaxes.RangeStyles.AddRange(new Syncfusion.Windows.Forms.Grid.GridRangeStyle[] {
            gridRangeStyle616,
            gridRangeStyle617,
            gridRangeStyle618,
            gridRangeStyle619,
            gridRangeStyle620,
            gridRangeStyle621,
            gridRangeStyle622,
            gridRangeStyle623,
            gridRangeStyle624,
            gridRangeStyle625,
            gridRangeStyle626,
            gridRangeStyle627,
            gridRangeStyle628,
            gridRangeStyle629,
            gridRangeStyle630,
            gridRangeStyle631,
            gridRangeStyle632,
            gridRangeStyle633,
            gridRangeStyle634,
            gridRangeStyle635,
            gridRangeStyle636,
            gridRangeStyle637,
            gridRangeStyle638,
            gridRangeStyle639,
            gridRangeStyle640,
            gridRangeStyle641,
            gridRangeStyle642,
            gridRangeStyle643,
            gridRangeStyle644,
            gridRangeStyle645,
            gridRangeStyle646,
            gridRangeStyle647,
            gridRangeStyle648,
            gridRangeStyle649,
            gridRangeStyle650,
            gridRangeStyle651,
            gridRangeStyle652,
            gridRangeStyle653,
            gridRangeStyle654,
            gridRangeStyle655,
            gridRangeStyle656,
            gridRangeStyle657,
            gridRangeStyle658,
            gridRangeStyle659,
            gridRangeStyle660,
            gridRangeStyle661,
            gridRangeStyle662,
            gridRangeStyle663,
            gridRangeStyle664,
            gridRangeStyle665,
            gridRangeStyle666,
            gridRangeStyle667,
            gridRangeStyle668,
            gridRangeStyle669,
            gridRangeStyle670,
            gridRangeStyle671,
            gridRangeStyle672,
            gridRangeStyle673,
            gridRangeStyle674,
            gridRangeStyle675,
            gridRangeStyle676,
            gridRangeStyle677,
            gridRangeStyle678,
            gridRangeStyle679,
            gridRangeStyle680,
            gridRangeStyle681,
            gridRangeStyle682,
            gridRangeStyle683,
            gridRangeStyle684,
            gridRangeStyle685,
            gridRangeStyle686,
            gridRangeStyle687,
            gridRangeStyle688,
            gridRangeStyle689,
            gridRangeStyle690,
            gridRangeStyle691,
            gridRangeStyle692,
            gridRangeStyle693,
            gridRangeStyle694,
            gridRangeStyle695,
            gridRangeStyle696,
            gridRangeStyle697,
            gridRangeStyle698,
            gridRangeStyle699,
            gridRangeStyle700,
            gridRangeStyle701,
            gridRangeStyle702,
            gridRangeStyle703,
            gridRangeStyle704,
            gridRangeStyle705,
            gridRangeStyle706,
            gridRangeStyle707,
            gridRangeStyle708,
            gridRangeStyle709,
            gridRangeStyle710,
            gridRangeStyle711,
            gridRangeStyle712,
            gridRangeStyle713,
            gridRangeStyle714,
            gridRangeStyle715,
            gridRangeStyle716,
            gridRangeStyle717,
            gridRangeStyle718,
            gridRangeStyle719,
            gridRangeStyle720,
            gridRangeStyle721,
            gridRangeStyle722,
            gridRangeStyle723,
            gridRangeStyle724,
            gridRangeStyle725,
            gridRangeStyle726,
            gridRangeStyle727,
            gridRangeStyle728,
            gridRangeStyle729,
            gridRangeStyle730,
            gridRangeStyle731,
            gridRangeStyle732,
            gridRangeStyle733,
            gridRangeStyle734,
            gridRangeStyle735,
            gridRangeStyle736,
            gridRangeStyle737,
            gridRangeStyle738,
            gridRangeStyle739,
            gridRangeStyle740,
            gridRangeStyle741,
            gridRangeStyle742,
            gridRangeStyle743,
            gridRangeStyle744,
            gridRangeStyle745,
            gridRangeStyle746,
            gridRangeStyle747,
            gridRangeStyle748,
            gridRangeStyle749,
            gridRangeStyle750,
            gridRangeStyle751,
            gridRangeStyle752,
            gridRangeStyle753,
            gridRangeStyle754,
            gridRangeStyle755,
            gridRangeStyle756,
            gridRangeStyle757,
            gridRangeStyle758,
            gridRangeStyle759,
            gridRangeStyle760,
            gridRangeStyle761,
            gridRangeStyle762,
            gridRangeStyle763,
            gridRangeStyle764,
            gridRangeStyle765,
            gridRangeStyle766,
            gridRangeStyle767,
            gridRangeStyle768,
            gridRangeStyle769,
            gridRangeStyle770,
            gridRangeStyle771,
            gridRangeStyle772,
            gridRangeStyle773,
            gridRangeStyle774,
            gridRangeStyle775,
            gridRangeStyle776,
            gridRangeStyle777,
            gridRangeStyle778,
            gridRangeStyle779,
            gridRangeStyle780,
            gridRangeStyle781,
            gridRangeStyle782,
            gridRangeStyle783,
            gridRangeStyle784,
            gridRangeStyle785,
            gridRangeStyle786,
            gridRangeStyle787,
            gridRangeStyle788,
            gridRangeStyle789,
            gridRangeStyle790,
            gridRangeStyle791,
            gridRangeStyle792,
            gridRangeStyle793,
            gridRangeStyle794,
            gridRangeStyle795,
            gridRangeStyle796,
            gridRangeStyle797,
            gridRangeStyle798,
            gridRangeStyle799,
            gridRangeStyle800,
            gridRangeStyle801,
            gridRangeStyle802,
            gridRangeStyle803,
            gridRangeStyle804,
            gridRangeStyle805,
            gridRangeStyle806,
            gridRangeStyle807,
            gridRangeStyle808,
            gridRangeStyle809,
            gridRangeStyle810,
            gridRangeStyle811,
            gridRangeStyle812,
            gridRangeStyle813,
            gridRangeStyle814,
            gridRangeStyle815,
            gridRangeStyle816,
            gridRangeStyle817,
            gridRangeStyle818,
            gridRangeStyle819,
            gridRangeStyle820,
            gridRangeStyle821,
            gridRangeStyle822,
            gridRangeStyle823,
            gridRangeStyle824,
            gridRangeStyle825,
            gridRangeStyle826,
            gridRangeStyle827,
            gridRangeStyle828,
            gridRangeStyle829,
            gridRangeStyle830,
            gridRangeStyle831,
            gridRangeStyle832,
            gridRangeStyle833,
            gridRangeStyle834,
            gridRangeStyle835,
            gridRangeStyle836,
            gridRangeStyle837,
            gridRangeStyle838,
            gridRangeStyle839,
            gridRangeStyle840,
            gridRangeStyle841,
            gridRangeStyle842,
            gridRangeStyle843,
            gridRangeStyle844,
            gridRangeStyle845,
            gridRangeStyle846,
            gridRangeStyle847,
            gridRangeStyle848,
            gridRangeStyle849,
            gridRangeStyle850,
            gridRangeStyle851,
            gridRangeStyle852,
            gridRangeStyle853,
            gridRangeStyle854,
            gridRangeStyle855,
            gridRangeStyle856,
            gridRangeStyle857,
            gridRangeStyle858,
            gridRangeStyle859,
            gridRangeStyle860,
            gridRangeStyle861});
            this.gridMonitorFaxes.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
            new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 21)});
            this.gridMonitorFaxes.SerializeCellsBehavior = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeAsRangeStylesIntoCode;
            this.gridMonitorFaxes.Size = new System.Drawing.Size(980, 260);
            this.gridMonitorFaxes.SmartSizeBox = false;
            this.gridMonitorFaxes.TabIndex = 36;
            this.gridMonitorFaxes.CellButtonClicked += new Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventHandler(this.gridMonitorFaxes_CellButtonClicked);
            this.gridMonitorFaxes.CellClick += new Syncfusion.Windows.Forms.Grid.GridCellClickEventHandler(this.gridMonitorFaxes_CellClick);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(11, 189);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(27, 14);
            this.label7.TabIndex = 164;
            this.label7.Text = "To:";
            // 
            // tabSendFaxes
            // 
            this.tabSendFaxes.ActiveTabFont = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
            this.tabSendFaxes.Controls.Add(this.tabSendAFax);
            this.tabSendFaxes.Controls.Add(this.tabMonitorFax);
            this.tabSendFaxes.Controls.Add(this.tabEditSendTo);
            this.tabSendFaxes.Controls.Add(this.tabIncoming);
            this.tabSendFaxes.Controls.Add(this.tabMinimize);
            this.tabSendFaxes.Controls.Add(this.tabExit);
            this.tabSendFaxes.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabSendFaxes.Location = new System.Drawing.Point(0, 0);
            this.tabSendFaxes.Name = "tabSendFaxes";
            this.tabSendFaxes.Size = new System.Drawing.Size(1016, 741);
            this.tabSendFaxes.TabIndex = 150;
            this.tabSendFaxes.TabStyle = typeof(Syncfusion.Windows.Forms.Tools.OneNoteStyleRenderer);
            this.tabSendFaxes.TextAlignment = System.Drawing.StringAlignment.Near;
            this.tabSendFaxes.SelectedIndexChanged += new System.EventHandler(this.tabSendFaxes_SelectedIndexChanged);
            // 
            // tabSendAFax
            // 
            this.tabSendAFax.Controls.Add(this.btnSecureEmail);
            this.tabSendAFax.Controls.Add(this.buttonViewFaxPDF);
            this.tabSendAFax.Controls.Add(this.cbSendCoverOnly);
            this.tabSendAFax.Controls.Add(this.txtFaxNumber1);
            this.tabSendAFax.Controls.Add(this.comboFaxName);
            this.tabSendAFax.Controls.Add(this.groupBox1);
            this.tabSendAFax.Controls.Add(this.chkAddDocName);
            this.tabSendAFax.Controls.Add(this.label1);
            this.tabSendAFax.Controls.Add(this.comboCoverSheets);
            this.tabSendAFax.Controls.Add(this.label7);
            this.tabSendAFax.Controls.Add(this.label3);
            this.tabSendAFax.Controls.Add(this.txtSearch);
            this.tabSendAFax.Controls.Add(this.gridSendFax);
            this.tabSendAFax.Controls.Add(this.butDiagnostic);
            this.tabSendAFax.Controls.Add(this.gridOutlookList);
            this.tabSendAFax.Controls.Add(this.buttonGetOutlookList);
            this.tabSendAFax.Controls.Add(this.txtFrom);
            this.tabSendAFax.Controls.Add(this.buttonViewFax);
            this.tabSendAFax.Controls.Add(this.buttonRefresh);
            this.tabSendAFax.Controls.Add(this.buttonFax);
            this.tabSendAFax.Controls.Add(this.gridFaxList);
            this.tabSendAFax.Controls.Add(this.txtNotes);
            this.tabSendAFax.Controls.Add(this.label2);
            this.tabSendAFax.Controls.Add(this.label5);
            this.tabSendAFax.Controls.Add(this.label4);
            this.tabSendAFax.Image = null;
            this.tabSendAFax.ImageSize = new System.Drawing.Size(16, 16);
            this.tabSendAFax.Location = new System.Drawing.Point(1, 29);
            this.tabSendAFax.Name = "tabSendAFax";
            this.tabSendAFax.Size = new System.Drawing.Size(1013, 710);
            this.tabSendAFax.TabIndex = 1;
            this.tabSendAFax.Text = "Files";
            this.tabSendAFax.ThemesEnabled = false;
            // 
            // btnSecureEmail
            // 
            this.btnSecureEmail.AutoSize = true;
            this.btnSecureEmail.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnSecureEmail.ForeColor = System.Drawing.Color.Black;
            this.btnSecureEmail.Location = new System.Drawing.Point(449, 456);
            this.btnSecureEmail.Name = "btnSecureEmail";
            this.btnSecureEmail.Size = new System.Drawing.Size(140, 36);
            this.btnSecureEmail.TabIndex = 192;
            this.btnSecureEmail.Text = "Secure Email";
            // 
            // buttonViewFaxPDF
            // 
            this.buttonViewFaxPDF.AutoSize = true;
            this.buttonViewFaxPDF.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonViewFaxPDF.ForeColor = System.Drawing.Color.Black;
            this.buttonViewFaxPDF.Location = new System.Drawing.Point(303, 456);
            this.buttonViewFaxPDF.Name = "buttonViewFaxPDF";
            this.buttonViewFaxPDF.Size = new System.Drawing.Size(140, 36);
            this.buttonViewFaxPDF.TabIndex = 191;
            this.buttonViewFaxPDF.Text = "Open Fax as PDF";
            this.buttonViewFaxPDF.Click += new System.EventHandler(this.buttonViewFaxPDF_Click);
            // 
            // cbSendCoverOnly
            // 
            this.cbSendCoverOnly.AutoSize = true;
            this.cbSendCoverOnly.Location = new System.Drawing.Point(218, 415);
            this.cbSendCoverOnly.Name = "cbSendCoverOnly";
            this.cbSendCoverOnly.Size = new System.Drawing.Size(131, 18);
            this.cbSendCoverOnly.TabIndex = 190;
            this.cbSendCoverOnly.Text = "Send Cover Only";
            this.cbSendCoverOnly.UseVisualStyleBackColor = true;
            this.cbSendCoverOnly.CheckedChanged += new System.EventHandler(this.cbSendCoverOnly_CheckedChanged);
            // 
            // txtFaxNumber1
            // 
            this.txtFaxNumber1.Culture = null;
            this.txtFaxNumber1.Font = new System.Drawing.Font("Verdana", 9F);
            this.txtFaxNumber1.Location = new System.Drawing.Point(354, 187);
            this.txtFaxNumber1.Mask = "(999) 000-0000";
            this.txtFaxNumber1.MaskType = Telerik.WinControls.UI.MaskType.Standard;
            this.txtFaxNumber1.Name = "txtFaxNumber1";
            this.txtFaxNumber1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 3);
            // 
            // 
            // 
            this.txtFaxNumber1.RootElement.Padding = new System.Windows.Forms.Padding(2, 2, 2, 3);
            this.txtFaxNumber1.Size = new System.Drawing.Size(140, 22);
            this.txtFaxNumber1.TabIndex = 2;
            this.txtFaxNumber1.TabStop = false;
            this.txtFaxNumber1.Text = "(___) ___-____";
            this.txtFaxNumber1.Value = "";
            // 
            // comboFaxName
            // 
            this.comboFaxName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.comboFaxName.DropDownAnimationEnabled = true;
            this.comboFaxName.Location = new System.Drawing.Point(39, 188);
            this.comboFaxName.Name = "comboFaxName";
            this.comboFaxName.ShowImageInEditorArea = true;
            this.comboFaxName.Size = new System.Drawing.Size(243, 20);
            this.comboFaxName.TabIndex = 1;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.lbPages);
            this.groupBox1.Controls.Add(this.buttonDeleteDocument);
            this.groupBox1.Controls.Add(this.buttonViewDocument);
            this.groupBox1.Controls.Add(this.buttonEmail);
            this.groupBox1.Controls.Add(this.buttonSavePDF);
            this.groupBox1.Controls.Add(this.txtPDFPath);
            this.groupBox1.Controls.Add(this.butScan1);
            this.groupBox1.Controls.Add(this.comboScanOptions);
            this.groupBox1.Controls.Add(this.comboTwain);
            this.groupBox1.Location = new System.Drawing.Point(612, 336);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(238, 154);
            this.groupBox1.TabIndex = 189;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Scan Documents";
            this.groupBox1.Visible = false;
            // 
            // lbPages
            // 
            this.lbPages.AutoSize = true;
            this.lbPages.Location = new System.Drawing.Point(234, 119);
            this.lbPages.Name = "lbPages";
            this.lbPages.Size = new System.Drawing.Size(51, 14);
            this.lbPages.TabIndex = 197;
            this.lbPages.Text = "Pages:";
            // 
            // buttonDeleteDocument
            // 
            this.buttonDeleteDocument.AutoSize = true;
            this.buttonDeleteDocument.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonDeleteDocument.Location = new System.Drawing.Point(171, 110);
            this.buttonDeleteDocument.Name = "buttonDeleteDocument";
            this.buttonDeleteDocument.Size = new System.Drawing.Size(52, 32);
            this.buttonDeleteDocument.TabIndex = 196;
            this.buttonDeleteDocument.Text = "Delete";
            this.buttonDeleteDocument.UseVisualStyleBackColor = true;
            this.buttonDeleteDocument.Click += new System.EventHandler(this.buttonDeleteDocument_Click);
            // 
            // buttonViewDocument
            // 
            this.buttonViewDocument.AutoSize = true;
            this.buttonViewDocument.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonViewDocument.Location = new System.Drawing.Point(120, 110);
            this.buttonViewDocument.Name = "buttonViewDocument";
            this.buttonViewDocument.Size = new System.Drawing.Size(45, 32);
            this.buttonViewDocument.TabIndex = 195;
            this.buttonViewDocument.Text = "View";
            this.buttonViewDocument.UseVisualStyleBackColor = true;
            this.buttonViewDocument.Click += new System.EventHandler(this.buttonViewDocument_Click);
            // 
            // buttonEmail
            // 
            this.buttonEmail.AutoSize = true;
            this.buttonEmail.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonEmail.Location = new System.Drawing.Point(9, 110);
            this.buttonEmail.Name = "buttonEmail";
            this.buttonEmail.Size = new System.Drawing.Size(105, 32);
            this.buttonEmail.TabIndex = 194;
            this.buttonEmail.Text = "Email Document";
            this.buttonEmail.UseVisualStyleBackColor = true;
            this.buttonEmail.Visible = false;
            this.buttonEmail.Click += new System.EventHandler(this.buttonEmail_Click);
            // 
            // buttonSavePDF
            // 
            this.buttonSavePDF.Font = new System.Drawing.Font("Arial Black", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonSavePDF.Location = new System.Drawing.Point(358, 78);
            this.buttonSavePDF.Name = "buttonSavePDF";
            this.buttonSavePDF.Size = new System.Drawing.Size(32, 20);
            this.buttonSavePDF.TabIndex = 192;
            this.buttonSavePDF.Text = "...";
            this.buttonSavePDF.Click += new System.EventHandler(this.buttonSavePDF_Click);
            // 
            // txtPDFPath
            // 
            this.autoSendFaxList.SetAutoComplete(this.txtPDFPath, Syncfusion.Windows.Forms.Tools.AutoCompleteModes.Disabled);
            this.txtPDFPath.Location = new System.Drawing.Point(9, 76);
            this.txtPDFPath.Name = "txtPDFPath";
            this.txtPDFPath.ReadOnly = true;
            this.txtPDFPath.Size = new System.Drawing.Size(343, 22);
            this.txtPDFPath.TabIndex = 193;
            this.txtPDFPath.TextChanged += new System.EventHandler(this.txtPDFPath_TextChanged);
            // 
            // butScan1
            // 
            this.butScan1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.butScan1.Location = new System.Drawing.Point(9, 20);
            this.butScan1.Name = "butScan1";
            this.butScan1.Size = new System.Drawing.Size(77, 32);
            this.butScan1.TabIndex = 186;
            this.butScan1.Text = "Scan";
            this.butScan1.UseVisualStyleBackColor = true;
            this.butScan1.Click += new System.EventHandler(this.butScan1_Click);
            // 
            // comboScanOptions
            // 
            this.autoSendFaxList.SetAutoComplete(this.comboScanOptions, Syncfusion.Windows.Forms.Tools.AutoCompleteModes.Disabled);
            this.comboScanOptions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboScanOptions.FormattingEnabled = true;
            this.comboScanOptions.Items.AddRange(new object[] {
            "Select Scan Settings",
            "Show Interface",
            "Scan 300 dpi Single Side",
            "Scan 300 dpi Duplex",
            "Scan 200 dpi Single Side",
            "Scan 200 dpi Duplex"});
            this.comboScanOptions.Location = new System.Drawing.Point(93, 43);
            this.comboScanOptions.Name = "comboScanOptions";
            this.comboScanOptions.Size = new System.Drawing.Size(190, 22);
            this.comboScanOptions.TabIndex = 188;
            // 
            // comboTwain
            // 
            this.autoSendFaxList.SetAutoComplete(this.comboTwain, Syncfusion.Windows.Forms.Tools.AutoCompleteModes.Disabled);
            this.comboTwain.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboTwain.FormattingEnabled = true;
            this.comboTwain.Location = new System.Drawing.Point(93, 17);
            this.comboTwain.Name = "comboTwain";
            this.comboTwain.Size = new System.Drawing.Size(190, 22);
            this.comboTwain.TabIndex = 187;
            // 
            // chkAddDocName
            // 
            this.chkAddDocName.AutoSize = true;
            this.chkAddDocName.Location = new System.Drawing.Point(334, 308);
            this.chkAddDocName.Name = "chkAddDocName";
            this.chkAddDocName.Size = new System.Drawing.Size(212, 18);
            this.chkAddDocName.TabIndex = 167;
            this.chkAddDocName.Text = "Add document Name to From ";
            this.chkAddDocName.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(11, 415);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(85, 14);
            this.label1.TabIndex = 166;
            this.label1.Text = "Cover Page:";
            // 
            // comboCoverSheets
            // 
            this.autoSendFaxList.SetAutoComplete(this.comboCoverSheets, Syncfusion.Windows.Forms.Tools.AutoCompleteModes.Disabled);
            this.comboCoverSheets.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboCoverSheets.FormattingEnabled = true;
            this.comboCoverSheets.Location = new System.Drawing.Point(101, 412);
            this.comboCoverSheets.Name = "comboCoverSheets";
            this.comboCoverSheets.Size = new System.Drawing.Size(104, 22);
            this.comboCoverSheets.TabIndex = 165;
            // 
            // txtSearch
            // 
            this.autoSendFaxList.SetAutoComplete(this.txtSearch, Syncfusion.Windows.Forms.Tools.AutoCompleteModes.Disabled);
            this.txtSearch.Location = new System.Drawing.Point(215, 27);
            this.txtSearch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
            this.txtSearch.Name = "txtSearch";
            this.txtSearch.Size = new System.Drawing.Size(243, 22);
            this.txtSearch.TabIndex = 162;
            this.txtSearch.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyUp);
            // 
            // gridSendFax
            // 
            gridBaseStyle1.Name = "Header";
            gridBaseStyle1.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle1.StyleInfo.Borders.Left = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle1.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle1.StyleInfo.Borders.Top = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle1.StyleInfo.CellType = "Header";
            gridBaseStyle1.StyleInfo.Font.Bold = true;
            gridBaseStyle1.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
            gridBaseStyle1.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
            gridBaseStyle2.Name = "Standard";
            gridBaseStyle2.StyleInfo.Font.Facename = "Tahoma";
            gridBaseStyle2.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
            gridBaseStyle3.Name = "Row Header";
            gridBaseStyle3.StyleInfo.BaseStyle = "Header";
            gridBaseStyle3.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
            gridBaseStyle3.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
            gridBaseStyle4.Name = "Column Header";
            gridBaseStyle4.StyleInfo.BaseStyle = "Header";
            gridBaseStyle4.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
            this.gridSendFax.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
            gridBaseStyle1,
            gridBaseStyle2,
            gridBaseStyle3,
            gridBaseStyle4});
            this.gridSendFax.ColHiddenEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColHidden[] {
            new Syncfusion.Windows.Forms.Grid.GridColHidden(0)});
            this.gridSendFax.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
            new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 35)});
            this.gridSendFax.Font = new System.Drawing.Font("Verdana", 9F);
            this.gridSendFax.Location = new System.Drawing.Point(13, 215);
            this.gridSendFax.Name = "gridSendFax";
            gridRangeStyle1.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1.StyleInfo.Font.Bold = false;
            gridRangeStyle1.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1.StyleInfo.Font.Italic = false;
            gridRangeStyle1.StyleInfo.Font.Size = 9F;
            gridRangeStyle1.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1.StyleInfo.Font.Underline = false;
            gridRangeStyle1.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle2.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle2.StyleInfo.Font.Bold = false;
            gridRangeStyle2.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle2.StyleInfo.Font.Italic = false;
            gridRangeStyle2.StyleInfo.Font.Size = 9F;
            gridRangeStyle2.StyleInfo.Font.Strikeout = false;
            gridRangeStyle2.StyleInfo.Font.Underline = false;
            gridRangeStyle2.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle3.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle3.StyleInfo.Font.Bold = false;
            gridRangeStyle3.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle3.StyleInfo.Font.Italic = false;
            gridRangeStyle3.StyleInfo.Font.Size = 9F;
            gridRangeStyle3.StyleInfo.Font.Strikeout = false;
            gridRangeStyle3.StyleInfo.Font.Underline = false;
            gridRangeStyle3.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle4.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle4.StyleInfo.Font.Bold = false;
            gridRangeStyle4.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle4.StyleInfo.Font.Italic = false;
            gridRangeStyle4.StyleInfo.Font.Size = 9F;
            gridRangeStyle4.StyleInfo.Font.Strikeout = false;
            gridRangeStyle4.StyleInfo.Font.Underline = false;
            gridRangeStyle4.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle5.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle5.StyleInfo.Font.Bold = false;
            gridRangeStyle5.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle5.StyleInfo.Font.Italic = false;
            gridRangeStyle5.StyleInfo.Font.Size = 9F;
            gridRangeStyle5.StyleInfo.Font.Strikeout = false;
            gridRangeStyle5.StyleInfo.Font.Underline = false;
            gridRangeStyle5.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle6.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle6.StyleInfo.Font.Bold = false;
            gridRangeStyle6.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle6.StyleInfo.Font.Italic = false;
            gridRangeStyle6.StyleInfo.Font.Size = 9F;
            gridRangeStyle6.StyleInfo.Font.Strikeout = false;
            gridRangeStyle6.StyleInfo.Font.Underline = false;
            gridRangeStyle6.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle7.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle7.StyleInfo.Font.Bold = false;
            gridRangeStyle7.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle7.StyleInfo.Font.Italic = false;
            gridRangeStyle7.StyleInfo.Font.Size = 9F;
            gridRangeStyle7.StyleInfo.Font.Strikeout = false;
            gridRangeStyle7.StyleInfo.Font.Underline = false;
            gridRangeStyle7.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle8.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle8.StyleInfo.Font.Bold = false;
            gridRangeStyle8.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle8.StyleInfo.Font.Italic = false;
            gridRangeStyle8.StyleInfo.Font.Size = 9F;
            gridRangeStyle8.StyleInfo.Font.Strikeout = false;
            gridRangeStyle8.StyleInfo.Font.Underline = false;
            gridRangeStyle8.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle9.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle9.StyleInfo.Font.Bold = false;
            gridRangeStyle9.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle9.StyleInfo.Font.Italic = false;
            gridRangeStyle9.StyleInfo.Font.Size = 9F;
            gridRangeStyle9.StyleInfo.Font.Strikeout = false;
            gridRangeStyle9.StyleInfo.Font.Underline = false;
            gridRangeStyle9.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle10.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle10.StyleInfo.Font.Bold = false;
            gridRangeStyle10.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle10.StyleInfo.Font.Italic = false;
            gridRangeStyle10.StyleInfo.Font.Size = 9F;
            gridRangeStyle10.StyleInfo.Font.Strikeout = false;
            gridRangeStyle10.StyleInfo.Font.Underline = false;
            gridRangeStyle10.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle11.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle11.StyleInfo.Font.Bold = false;
            gridRangeStyle11.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle11.StyleInfo.Font.Italic = false;
            gridRangeStyle11.StyleInfo.Font.Size = 9F;
            gridRangeStyle11.StyleInfo.Font.Strikeout = false;
            gridRangeStyle11.StyleInfo.Font.Underline = false;
            gridRangeStyle11.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle12.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle12.StyleInfo.Font.Bold = false;
            gridRangeStyle12.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle12.StyleInfo.Font.Italic = false;
            gridRangeStyle12.StyleInfo.Font.Size = 9F;
            gridRangeStyle12.StyleInfo.Font.Strikeout = false;
            gridRangeStyle12.StyleInfo.Font.Underline = false;
            gridRangeStyle12.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle13.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle13.StyleInfo.Font.Bold = false;
            gridRangeStyle13.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle13.StyleInfo.Font.Italic = false;
            gridRangeStyle13.StyleInfo.Font.Size = 9F;
            gridRangeStyle13.StyleInfo.Font.Strikeout = false;
            gridRangeStyle13.StyleInfo.Font.Underline = false;
            gridRangeStyle13.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle14.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle14.StyleInfo.Font.Bold = false;
            gridRangeStyle14.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle14.StyleInfo.Font.Italic = false;
            gridRangeStyle14.StyleInfo.Font.Size = 9F;
            gridRangeStyle14.StyleInfo.Font.Strikeout = false;
            gridRangeStyle14.StyleInfo.Font.Underline = false;
            gridRangeStyle14.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle15.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle15.StyleInfo.Font.Bold = false;
            gridRangeStyle15.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle15.StyleInfo.Font.Italic = false;
            gridRangeStyle15.StyleInfo.Font.Size = 9F;
            gridRangeStyle15.StyleInfo.Font.Strikeout = false;
            gridRangeStyle15.StyleInfo.Font.Underline = false;
            gridRangeStyle15.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle16.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle16.StyleInfo.Font.Bold = false;
            gridRangeStyle16.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle16.StyleInfo.Font.Italic = false;
            gridRangeStyle16.StyleInfo.Font.Size = 9F;
            gridRangeStyle16.StyleInfo.Font.Strikeout = false;
            gridRangeStyle16.StyleInfo.Font.Underline = false;
            gridRangeStyle16.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle17.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle17.StyleInfo.Font.Bold = false;
            gridRangeStyle17.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle17.StyleInfo.Font.Italic = false;
            gridRangeStyle17.StyleInfo.Font.Size = 9F;
            gridRangeStyle17.StyleInfo.Font.Strikeout = false;
            gridRangeStyle17.StyleInfo.Font.Underline = false;
            gridRangeStyle17.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle18.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle18.StyleInfo.Font.Bold = false;
            gridRangeStyle18.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle18.StyleInfo.Font.Italic = false;
            gridRangeStyle18.StyleInfo.Font.Size = 9F;
            gridRangeStyle18.StyleInfo.Font.Strikeout = false;
            gridRangeStyle18.StyleInfo.Font.Underline = false;
            gridRangeStyle18.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle19.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle19.StyleInfo.Font.Bold = false;
            gridRangeStyle19.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle19.StyleInfo.Font.Italic = false;
            gridRangeStyle19.StyleInfo.Font.Size = 9F;
            gridRangeStyle19.StyleInfo.Font.Strikeout = false;
            gridRangeStyle19.StyleInfo.Font.Underline = false;
            gridRangeStyle19.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle20.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle20.StyleInfo.Font.Bold = false;
            gridRangeStyle20.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle20.StyleInfo.Font.Italic = false;
            gridRangeStyle20.StyleInfo.Font.Size = 9F;
            gridRangeStyle20.StyleInfo.Font.Strikeout = false;
            gridRangeStyle20.StyleInfo.Font.Underline = false;
            gridRangeStyle20.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle21.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle21.StyleInfo.Font.Bold = false;
            gridRangeStyle21.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle21.StyleInfo.Font.Italic = false;
            gridRangeStyle21.StyleInfo.Font.Size = 9F;
            gridRangeStyle21.StyleInfo.Font.Strikeout = false;
            gridRangeStyle21.StyleInfo.Font.Underline = false;
            gridRangeStyle21.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle22.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle22.StyleInfo.Font.Bold = false;
            gridRangeStyle22.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle22.StyleInfo.Font.Italic = false;
            gridRangeStyle22.StyleInfo.Font.Size = 9F;
            gridRangeStyle22.StyleInfo.Font.Strikeout = false;
            gridRangeStyle22.StyleInfo.Font.Underline = false;
            gridRangeStyle22.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle23.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle23.StyleInfo.Font.Bold = false;
            gridRangeStyle23.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle23.StyleInfo.Font.Italic = false;
            gridRangeStyle23.StyleInfo.Font.Size = 9F;
            gridRangeStyle23.StyleInfo.Font.Strikeout = false;
            gridRangeStyle23.StyleInfo.Font.Underline = false;
            gridRangeStyle23.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle24.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle24.StyleInfo.Font.Bold = false;
            gridRangeStyle24.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle24.StyleInfo.Font.Italic = false;
            gridRangeStyle24.StyleInfo.Font.Size = 9F;
            gridRangeStyle24.StyleInfo.Font.Strikeout = false;
            gridRangeStyle24.StyleInfo.Font.Underline = false;
            gridRangeStyle24.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle25.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle25.StyleInfo.Font.Bold = false;
            gridRangeStyle25.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle25.StyleInfo.Font.Italic = false;
            gridRangeStyle25.StyleInfo.Font.Size = 9F;
            gridRangeStyle25.StyleInfo.Font.Strikeout = false;
            gridRangeStyle25.StyleInfo.Font.Underline = false;
            gridRangeStyle25.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle26.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle26.StyleInfo.Font.Bold = false;
            gridRangeStyle26.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle26.StyleInfo.Font.Italic = false;
            gridRangeStyle26.StyleInfo.Font.Size = 9F;
            gridRangeStyle26.StyleInfo.Font.Strikeout = false;
            gridRangeStyle26.StyleInfo.Font.Underline = false;
            gridRangeStyle26.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle27.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle27.StyleInfo.Font.Bold = false;
            gridRangeStyle27.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle27.StyleInfo.Font.Italic = false;
            gridRangeStyle27.StyleInfo.Font.Size = 9F;
            gridRangeStyle27.StyleInfo.Font.Strikeout = false;
            gridRangeStyle27.StyleInfo.Font.Underline = false;
            gridRangeStyle27.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle28.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle28.StyleInfo.Font.Bold = false;
            gridRangeStyle28.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle28.StyleInfo.Font.Italic = false;
            gridRangeStyle28.StyleInfo.Font.Size = 9F;
            gridRangeStyle28.StyleInfo.Font.Strikeout = false;
            gridRangeStyle28.StyleInfo.Font.Underline = false;
            gridRangeStyle28.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle29.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle29.StyleInfo.Font.Bold = false;
            gridRangeStyle29.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle29.StyleInfo.Font.Italic = false;
            gridRangeStyle29.StyleInfo.Font.Size = 9F;
            gridRangeStyle29.StyleInfo.Font.Strikeout = false;
            gridRangeStyle29.StyleInfo.Font.Underline = false;
            gridRangeStyle29.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle30.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle30.StyleInfo.Font.Bold = false;
            gridRangeStyle30.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle30.StyleInfo.Font.Italic = false;
            gridRangeStyle30.StyleInfo.Font.Size = 9F;
            gridRangeStyle30.StyleInfo.Font.Strikeout = false;
            gridRangeStyle30.StyleInfo.Font.Underline = false;
            gridRangeStyle30.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle31.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle31.StyleInfo.Font.Bold = false;
            gridRangeStyle31.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle31.StyleInfo.Font.Italic = false;
            gridRangeStyle31.StyleInfo.Font.Size = 9F;
            gridRangeStyle31.StyleInfo.Font.Strikeout = false;
            gridRangeStyle31.StyleInfo.Font.Underline = false;
            gridRangeStyle31.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle32.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle32.StyleInfo.Font.Bold = false;
            gridRangeStyle32.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle32.StyleInfo.Font.Italic = false;
            gridRangeStyle32.StyleInfo.Font.Size = 9F;
            gridRangeStyle32.StyleInfo.Font.Strikeout = false;
            gridRangeStyle32.StyleInfo.Font.Underline = false;
            gridRangeStyle32.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle33.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle33.StyleInfo.Font.Bold = false;
            gridRangeStyle33.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle33.StyleInfo.Font.Italic = false;
            gridRangeStyle33.StyleInfo.Font.Size = 9F;
            gridRangeStyle33.StyleInfo.Font.Strikeout = false;
            gridRangeStyle33.StyleInfo.Font.Underline = false;
            gridRangeStyle33.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle34.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle34.StyleInfo.Font.Bold = false;
            gridRangeStyle34.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle34.StyleInfo.Font.Italic = false;
            gridRangeStyle34.StyleInfo.Font.Size = 9F;
            gridRangeStyle34.StyleInfo.Font.Strikeout = false;
            gridRangeStyle34.StyleInfo.Font.Underline = false;
            gridRangeStyle34.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle35.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle35.StyleInfo.Font.Bold = false;
            gridRangeStyle35.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle35.StyleInfo.Font.Italic = false;
            gridRangeStyle35.StyleInfo.Font.Size = 9F;
            gridRangeStyle35.StyleInfo.Font.Strikeout = false;
            gridRangeStyle35.StyleInfo.Font.Underline = false;
            gridRangeStyle35.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle36.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle36.StyleInfo.Font.Bold = false;
            gridRangeStyle36.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle36.StyleInfo.Font.Italic = false;
            gridRangeStyle36.StyleInfo.Font.Size = 9F;
            gridRangeStyle36.StyleInfo.Font.Strikeout = false;
            gridRangeStyle36.StyleInfo.Font.Underline = false;
            gridRangeStyle36.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle37.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle37.StyleInfo.Font.Bold = false;
            gridRangeStyle37.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle37.StyleInfo.Font.Italic = false;
            gridRangeStyle37.StyleInfo.Font.Size = 9F;
            gridRangeStyle37.StyleInfo.Font.Strikeout = false;
            gridRangeStyle37.StyleInfo.Font.Underline = false;
            gridRangeStyle37.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle38.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle38.StyleInfo.Font.Bold = false;
            gridRangeStyle38.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle38.StyleInfo.Font.Italic = false;
            gridRangeStyle38.StyleInfo.Font.Size = 9F;
            gridRangeStyle38.StyleInfo.Font.Strikeout = false;
            gridRangeStyle38.StyleInfo.Font.Underline = false;
            gridRangeStyle38.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle39.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle39.StyleInfo.Font.Bold = false;
            gridRangeStyle39.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle39.StyleInfo.Font.Italic = false;
            gridRangeStyle39.StyleInfo.Font.Size = 9F;
            gridRangeStyle39.StyleInfo.Font.Strikeout = false;
            gridRangeStyle39.StyleInfo.Font.Underline = false;
            gridRangeStyle39.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle40.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle40.StyleInfo.Font.Bold = false;
            gridRangeStyle40.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle40.StyleInfo.Font.Italic = false;
            gridRangeStyle40.StyleInfo.Font.Size = 9F;
            gridRangeStyle40.StyleInfo.Font.Strikeout = false;
            gridRangeStyle40.StyleInfo.Font.Underline = false;
            gridRangeStyle40.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle41.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle41.StyleInfo.Font.Bold = false;
            gridRangeStyle41.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle41.StyleInfo.Font.Italic = false;
            gridRangeStyle41.StyleInfo.Font.Size = 9F;
            gridRangeStyle41.StyleInfo.Font.Strikeout = false;
            gridRangeStyle41.StyleInfo.Font.Underline = false;
            gridRangeStyle41.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle42.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle42.StyleInfo.Font.Bold = false;
            gridRangeStyle42.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle42.StyleInfo.Font.Italic = false;
            gridRangeStyle42.StyleInfo.Font.Size = 9F;
            gridRangeStyle42.StyleInfo.Font.Strikeout = false;
            gridRangeStyle42.StyleInfo.Font.Underline = false;
            gridRangeStyle42.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle43.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle43.StyleInfo.Font.Bold = false;
            gridRangeStyle43.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle43.StyleInfo.Font.Italic = false;
            gridRangeStyle43.StyleInfo.Font.Size = 9F;
            gridRangeStyle43.StyleInfo.Font.Strikeout = false;
            gridRangeStyle43.StyleInfo.Font.Underline = false;
            gridRangeStyle43.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle44.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle44.StyleInfo.Font.Bold = false;
            gridRangeStyle44.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle44.StyleInfo.Font.Italic = false;
            gridRangeStyle44.StyleInfo.Font.Size = 9F;
            gridRangeStyle44.StyleInfo.Font.Strikeout = false;
            gridRangeStyle44.StyleInfo.Font.Underline = false;
            gridRangeStyle44.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle45.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle45.StyleInfo.Font.Bold = false;
            gridRangeStyle45.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle45.StyleInfo.Font.Italic = false;
            gridRangeStyle45.StyleInfo.Font.Size = 9F;
            gridRangeStyle45.StyleInfo.Font.Strikeout = false;
            gridRangeStyle45.StyleInfo.Font.Underline = false;
            gridRangeStyle45.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle46.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle46.StyleInfo.Font.Bold = false;
            gridRangeStyle46.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle46.StyleInfo.Font.Italic = false;
            gridRangeStyle46.StyleInfo.Font.Size = 9F;
            gridRangeStyle46.StyleInfo.Font.Strikeout = false;
            gridRangeStyle46.StyleInfo.Font.Underline = false;
            gridRangeStyle46.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle47.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle47.StyleInfo.Font.Bold = false;
            gridRangeStyle47.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle47.StyleInfo.Font.Italic = false;
            gridRangeStyle47.StyleInfo.Font.Size = 9F;
            gridRangeStyle47.StyleInfo.Font.Strikeout = false;
            gridRangeStyle47.StyleInfo.Font.Underline = false;
            gridRangeStyle47.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle48.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle48.StyleInfo.Font.Bold = false;
            gridRangeStyle48.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle48.StyleInfo.Font.Italic = false;
            gridRangeStyle48.StyleInfo.Font.Size = 9F;
            gridRangeStyle48.StyleInfo.Font.Strikeout = false;
            gridRangeStyle48.StyleInfo.Font.Underline = false;
            gridRangeStyle48.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle49.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle49.StyleInfo.Font.Bold = false;
            gridRangeStyle49.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle49.StyleInfo.Font.Italic = false;
            gridRangeStyle49.StyleInfo.Font.Size = 9F;
            gridRangeStyle49.StyleInfo.Font.Strikeout = false;
            gridRangeStyle49.StyleInfo.Font.Underline = false;
            gridRangeStyle49.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle50.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle50.StyleInfo.Font.Bold = false;
            gridRangeStyle50.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle50.StyleInfo.Font.Italic = false;
            gridRangeStyle50.StyleInfo.Font.Size = 9F;
            gridRangeStyle50.StyleInfo.Font.Strikeout = false;
            gridRangeStyle50.StyleInfo.Font.Underline = false;
            gridRangeStyle50.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle51.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle51.StyleInfo.Font.Bold = false;
            gridRangeStyle51.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle51.StyleInfo.Font.Italic = false;
            gridRangeStyle51.StyleInfo.Font.Size = 9F;
            gridRangeStyle51.StyleInfo.Font.Strikeout = false;
            gridRangeStyle51.StyleInfo.Font.Underline = false;
            gridRangeStyle51.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle52.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle52.StyleInfo.Font.Bold = false;
            gridRangeStyle52.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle52.StyleInfo.Font.Italic = false;
            gridRangeStyle52.StyleInfo.Font.Size = 9F;
            gridRangeStyle52.StyleInfo.Font.Strikeout = false;
            gridRangeStyle52.StyleInfo.Font.Underline = false;
            gridRangeStyle52.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle53.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle53.StyleInfo.Font.Bold = false;
            gridRangeStyle53.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle53.StyleInfo.Font.Italic = false;
            gridRangeStyle53.StyleInfo.Font.Size = 9F;
            gridRangeStyle53.StyleInfo.Font.Strikeout = false;
            gridRangeStyle53.StyleInfo.Font.Underline = false;
            gridRangeStyle53.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle54.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle54.StyleInfo.Font.Bold = false;
            gridRangeStyle54.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle54.StyleInfo.Font.Italic = false;
            gridRangeStyle54.StyleInfo.Font.Size = 9F;
            gridRangeStyle54.StyleInfo.Font.Strikeout = false;
            gridRangeStyle54.StyleInfo.Font.Underline = false;
            gridRangeStyle54.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle55.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle55.StyleInfo.Font.Bold = false;
            gridRangeStyle55.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle55.StyleInfo.Font.Italic = false;
            gridRangeStyle55.StyleInfo.Font.Size = 9F;
            gridRangeStyle55.StyleInfo.Font.Strikeout = false;
            gridRangeStyle55.StyleInfo.Font.Underline = false;
            gridRangeStyle55.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle56.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle56.StyleInfo.Font.Bold = false;
            gridRangeStyle56.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle56.StyleInfo.Font.Italic = false;
            gridRangeStyle56.StyleInfo.Font.Size = 9F;
            gridRangeStyle56.StyleInfo.Font.Strikeout = false;
            gridRangeStyle56.StyleInfo.Font.Underline = false;
            gridRangeStyle56.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle57.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle57.StyleInfo.Font.Bold = false;
            gridRangeStyle57.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle57.StyleInfo.Font.Italic = false;
            gridRangeStyle57.StyleInfo.Font.Size = 9F;
            gridRangeStyle57.StyleInfo.Font.Strikeout = false;
            gridRangeStyle57.StyleInfo.Font.Underline = false;
            gridRangeStyle57.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle58.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle58.StyleInfo.Font.Bold = false;
            gridRangeStyle58.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle58.StyleInfo.Font.Italic = false;
            gridRangeStyle58.StyleInfo.Font.Size = 9F;
            gridRangeStyle58.StyleInfo.Font.Strikeout = false;
            gridRangeStyle58.StyleInfo.Font.Underline = false;
            gridRangeStyle58.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle59.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle59.StyleInfo.Font.Bold = false;
            gridRangeStyle59.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle59.StyleInfo.Font.Italic = false;
            gridRangeStyle59.StyleInfo.Font.Size = 9F;
            gridRangeStyle59.StyleInfo.Font.Strikeout = false;
            gridRangeStyle59.StyleInfo.Font.Underline = false;
            gridRangeStyle59.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle60.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle60.StyleInfo.Font.Bold = false;
            gridRangeStyle60.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle60.StyleInfo.Font.Italic = false;
            gridRangeStyle60.StyleInfo.Font.Size = 9F;
            gridRangeStyle60.StyleInfo.Font.Strikeout = false;
            gridRangeStyle60.StyleInfo.Font.Underline = false;
            gridRangeStyle60.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle61.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle61.StyleInfo.Font.Bold = false;
            gridRangeStyle61.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle61.StyleInfo.Font.Italic = false;
            gridRangeStyle61.StyleInfo.Font.Size = 9F;
            gridRangeStyle61.StyleInfo.Font.Strikeout = false;
            gridRangeStyle61.StyleInfo.Font.Underline = false;
            gridRangeStyle61.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle62.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle62.StyleInfo.Font.Bold = false;
            gridRangeStyle62.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle62.StyleInfo.Font.Italic = false;
            gridRangeStyle62.StyleInfo.Font.Size = 9F;
            gridRangeStyle62.StyleInfo.Font.Strikeout = false;
            gridRangeStyle62.StyleInfo.Font.Underline = false;
            gridRangeStyle62.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle63.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle63.StyleInfo.Font.Bold = false;
            gridRangeStyle63.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle63.StyleInfo.Font.Italic = false;
            gridRangeStyle63.StyleInfo.Font.Size = 9F;
            gridRangeStyle63.StyleInfo.Font.Strikeout = false;
            gridRangeStyle63.StyleInfo.Font.Underline = false;
            gridRangeStyle63.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle64.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle64.StyleInfo.Font.Bold = false;
            gridRangeStyle64.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle64.StyleInfo.Font.Italic = false;
            gridRangeStyle64.StyleInfo.Font.Size = 9F;
            gridRangeStyle64.StyleInfo.Font.Strikeout = false;
            gridRangeStyle64.StyleInfo.Font.Underline = false;
            gridRangeStyle64.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle65.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle65.StyleInfo.Font.Bold = false;
            gridRangeStyle65.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle65.StyleInfo.Font.Italic = false;
            gridRangeStyle65.StyleInfo.Font.Size = 9F;
            gridRangeStyle65.StyleInfo.Font.Strikeout = false;
            gridRangeStyle65.StyleInfo.Font.Underline = false;
            gridRangeStyle65.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle66.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle66.StyleInfo.Font.Bold = false;
            gridRangeStyle66.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle66.StyleInfo.Font.Italic = false;
            gridRangeStyle66.StyleInfo.Font.Size = 9F;
            gridRangeStyle66.StyleInfo.Font.Strikeout = false;
            gridRangeStyle66.StyleInfo.Font.Underline = false;
            gridRangeStyle66.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle67.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle67.StyleInfo.Font.Bold = false;
            gridRangeStyle67.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle67.StyleInfo.Font.Italic = false;
            gridRangeStyle67.StyleInfo.Font.Size = 9F;
            gridRangeStyle67.StyleInfo.Font.Strikeout = false;
            gridRangeStyle67.StyleInfo.Font.Underline = false;
            gridRangeStyle67.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle68.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle68.StyleInfo.Font.Bold = false;
            gridRangeStyle68.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle68.StyleInfo.Font.Italic = false;
            gridRangeStyle68.StyleInfo.Font.Size = 9F;
            gridRangeStyle68.StyleInfo.Font.Strikeout = false;
            gridRangeStyle68.StyleInfo.Font.Underline = false;
            gridRangeStyle68.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle69.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle69.StyleInfo.Font.Bold = false;
            gridRangeStyle69.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle69.StyleInfo.Font.Italic = false;
            gridRangeStyle69.StyleInfo.Font.Size = 9F;
            gridRangeStyle69.StyleInfo.Font.Strikeout = false;
            gridRangeStyle69.StyleInfo.Font.Underline = false;
            gridRangeStyle69.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle70.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle70.StyleInfo.Font.Bold = false;
            gridRangeStyle70.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle70.StyleInfo.Font.Italic = false;
            gridRangeStyle70.StyleInfo.Font.Size = 9F;
            gridRangeStyle70.StyleInfo.Font.Strikeout = false;
            gridRangeStyle70.StyleInfo.Font.Underline = false;
            gridRangeStyle70.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle71.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle71.StyleInfo.Font.Bold = false;
            gridRangeStyle71.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle71.StyleInfo.Font.Italic = false;
            gridRangeStyle71.StyleInfo.Font.Size = 9F;
            gridRangeStyle71.StyleInfo.Font.Strikeout = false;
            gridRangeStyle71.StyleInfo.Font.Underline = false;
            gridRangeStyle71.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle72.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle72.StyleInfo.Font.Bold = false;
            gridRangeStyle72.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle72.StyleInfo.Font.Italic = false;
            gridRangeStyle72.StyleInfo.Font.Size = 9F;
            gridRangeStyle72.StyleInfo.Font.Strikeout = false;
            gridRangeStyle72.StyleInfo.Font.Underline = false;
            gridRangeStyle72.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle73.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle73.StyleInfo.Font.Bold = false;
            gridRangeStyle73.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle73.StyleInfo.Font.Italic = false;
            gridRangeStyle73.StyleInfo.Font.Size = 9F;
            gridRangeStyle73.StyleInfo.Font.Strikeout = false;
            gridRangeStyle73.StyleInfo.Font.Underline = false;
            gridRangeStyle73.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle74.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle74.StyleInfo.Font.Bold = false;
            gridRangeStyle74.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle74.StyleInfo.Font.Italic = false;
            gridRangeStyle74.StyleInfo.Font.Size = 9F;
            gridRangeStyle74.StyleInfo.Font.Strikeout = false;
            gridRangeStyle74.StyleInfo.Font.Underline = false;
            gridRangeStyle74.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle75.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle75.StyleInfo.Font.Bold = false;
            gridRangeStyle75.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle75.StyleInfo.Font.Italic = false;
            gridRangeStyle75.StyleInfo.Font.Size = 9F;
            gridRangeStyle75.StyleInfo.Font.Strikeout = false;
            gridRangeStyle75.StyleInfo.Font.Underline = false;
            gridRangeStyle75.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle76.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle76.StyleInfo.Font.Bold = false;
            gridRangeStyle76.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle76.StyleInfo.Font.Italic = false;
            gridRangeStyle76.StyleInfo.Font.Size = 9F;
            gridRangeStyle76.StyleInfo.Font.Strikeout = false;
            gridRangeStyle76.StyleInfo.Font.Underline = false;
            gridRangeStyle76.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle77.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle77.StyleInfo.Font.Bold = false;
            gridRangeStyle77.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle77.StyleInfo.Font.Italic = false;
            gridRangeStyle77.StyleInfo.Font.Size = 9F;
            gridRangeStyle77.StyleInfo.Font.Strikeout = false;
            gridRangeStyle77.StyleInfo.Font.Underline = false;
            gridRangeStyle77.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle78.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle78.StyleInfo.Font.Bold = false;
            gridRangeStyle78.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle78.StyleInfo.Font.Italic = false;
            gridRangeStyle78.StyleInfo.Font.Size = 9F;
            gridRangeStyle78.StyleInfo.Font.Strikeout = false;
            gridRangeStyle78.StyleInfo.Font.Underline = false;
            gridRangeStyle78.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle79.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle79.StyleInfo.Font.Bold = false;
            gridRangeStyle79.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle79.StyleInfo.Font.Italic = false;
            gridRangeStyle79.StyleInfo.Font.Size = 9F;
            gridRangeStyle79.StyleInfo.Font.Strikeout = false;
            gridRangeStyle79.StyleInfo.Font.Underline = false;
            gridRangeStyle79.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle80.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle80.StyleInfo.Font.Bold = false;
            gridRangeStyle80.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle80.StyleInfo.Font.Italic = false;
            gridRangeStyle80.StyleInfo.Font.Size = 9F;
            gridRangeStyle80.StyleInfo.Font.Strikeout = false;
            gridRangeStyle80.StyleInfo.Font.Underline = false;
            gridRangeStyle80.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle81.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle81.StyleInfo.Font.Bold = false;
            gridRangeStyle81.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle81.StyleInfo.Font.Italic = false;
            gridRangeStyle81.StyleInfo.Font.Size = 9F;
            gridRangeStyle81.StyleInfo.Font.Strikeout = false;
            gridRangeStyle81.StyleInfo.Font.Underline = false;
            gridRangeStyle81.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle82.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle82.StyleInfo.Font.Bold = false;
            gridRangeStyle82.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle82.StyleInfo.Font.Italic = false;
            gridRangeStyle82.StyleInfo.Font.Size = 9F;
            gridRangeStyle82.StyleInfo.Font.Strikeout = false;
            gridRangeStyle82.StyleInfo.Font.Underline = false;
            gridRangeStyle82.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle83.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle83.StyleInfo.Font.Bold = false;
            gridRangeStyle83.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle83.StyleInfo.Font.Italic = false;
            gridRangeStyle83.StyleInfo.Font.Size = 9F;
            gridRangeStyle83.StyleInfo.Font.Strikeout = false;
            gridRangeStyle83.StyleInfo.Font.Underline = false;
            gridRangeStyle83.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle84.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle84.StyleInfo.Font.Bold = false;
            gridRangeStyle84.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle84.StyleInfo.Font.Italic = false;
            gridRangeStyle84.StyleInfo.Font.Size = 9F;
            gridRangeStyle84.StyleInfo.Font.Strikeout = false;
            gridRangeStyle84.StyleInfo.Font.Underline = false;
            gridRangeStyle84.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle85.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle85.StyleInfo.Font.Bold = false;
            gridRangeStyle85.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle85.StyleInfo.Font.Italic = false;
            gridRangeStyle85.StyleInfo.Font.Size = 9F;
            gridRangeStyle85.StyleInfo.Font.Strikeout = false;
            gridRangeStyle85.StyleInfo.Font.Underline = false;
            gridRangeStyle85.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle86.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle86.StyleInfo.Font.Bold = false;
            gridRangeStyle86.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle86.StyleInfo.Font.Italic = false;
            gridRangeStyle86.StyleInfo.Font.Size = 9F;
            gridRangeStyle86.StyleInfo.Font.Strikeout = false;
            gridRangeStyle86.StyleInfo.Font.Underline = false;
            gridRangeStyle86.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle87.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle87.StyleInfo.Font.Bold = false;
            gridRangeStyle87.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle87.StyleInfo.Font.Italic = false;
            gridRangeStyle87.StyleInfo.Font.Size = 9F;
            gridRangeStyle87.StyleInfo.Font.Strikeout = false;
            gridRangeStyle87.StyleInfo.Font.Underline = false;
            gridRangeStyle87.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle88.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle88.StyleInfo.Font.Bold = false;
            gridRangeStyle88.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle88.StyleInfo.Font.Italic = false;
            gridRangeStyle88.StyleInfo.Font.Size = 9F;
            gridRangeStyle88.StyleInfo.Font.Strikeout = false;
            gridRangeStyle88.StyleInfo.Font.Underline = false;
            gridRangeStyle88.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle89.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle89.StyleInfo.Font.Bold = false;
            gridRangeStyle89.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle89.StyleInfo.Font.Italic = false;
            gridRangeStyle89.StyleInfo.Font.Size = 9F;
            gridRangeStyle89.StyleInfo.Font.Strikeout = false;
            gridRangeStyle89.StyleInfo.Font.Underline = false;
            gridRangeStyle89.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle90.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle90.StyleInfo.Font.Bold = false;
            gridRangeStyle90.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle90.StyleInfo.Font.Italic = false;
            gridRangeStyle90.StyleInfo.Font.Size = 9F;
            gridRangeStyle90.StyleInfo.Font.Strikeout = false;
            gridRangeStyle90.StyleInfo.Font.Underline = false;
            gridRangeStyle90.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle91.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle91.StyleInfo.Font.Bold = false;
            gridRangeStyle91.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle91.StyleInfo.Font.Italic = false;
            gridRangeStyle91.StyleInfo.Font.Size = 9F;
            gridRangeStyle91.StyleInfo.Font.Strikeout = false;
            gridRangeStyle91.StyleInfo.Font.Underline = false;
            gridRangeStyle91.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle92.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle92.StyleInfo.Font.Bold = false;
            gridRangeStyle92.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle92.StyleInfo.Font.Italic = false;
            gridRangeStyle92.StyleInfo.Font.Size = 9F;
            gridRangeStyle92.StyleInfo.Font.Strikeout = false;
            gridRangeStyle92.StyleInfo.Font.Underline = false;
            gridRangeStyle92.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle93.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle93.StyleInfo.Font.Bold = false;
            gridRangeStyle93.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle93.StyleInfo.Font.Italic = false;
            gridRangeStyle93.StyleInfo.Font.Size = 9F;
            gridRangeStyle93.StyleInfo.Font.Strikeout = false;
            gridRangeStyle93.StyleInfo.Font.Underline = false;
            gridRangeStyle93.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle94.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle94.StyleInfo.Font.Bold = false;
            gridRangeStyle94.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle94.StyleInfo.Font.Italic = false;
            gridRangeStyle94.StyleInfo.Font.Size = 9F;
            gridRangeStyle94.StyleInfo.Font.Strikeout = false;
            gridRangeStyle94.StyleInfo.Font.Underline = false;
            gridRangeStyle94.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle95.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle95.StyleInfo.Font.Bold = false;
            gridRangeStyle95.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle95.StyleInfo.Font.Italic = false;
            gridRangeStyle95.StyleInfo.Font.Size = 9F;
            gridRangeStyle95.StyleInfo.Font.Strikeout = false;
            gridRangeStyle95.StyleInfo.Font.Underline = false;
            gridRangeStyle95.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle96.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle96.StyleInfo.Font.Bold = false;
            gridRangeStyle96.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle96.StyleInfo.Font.Italic = false;
            gridRangeStyle96.StyleInfo.Font.Size = 9F;
            gridRangeStyle96.StyleInfo.Font.Strikeout = false;
            gridRangeStyle96.StyleInfo.Font.Underline = false;
            gridRangeStyle96.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle97.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle97.StyleInfo.Font.Bold = false;
            gridRangeStyle97.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle97.StyleInfo.Font.Italic = false;
            gridRangeStyle97.StyleInfo.Font.Size = 9F;
            gridRangeStyle97.StyleInfo.Font.Strikeout = false;
            gridRangeStyle97.StyleInfo.Font.Underline = false;
            gridRangeStyle97.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle98.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle98.StyleInfo.Font.Bold = false;
            gridRangeStyle98.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle98.StyleInfo.Font.Italic = false;
            gridRangeStyle98.StyleInfo.Font.Size = 9F;
            gridRangeStyle98.StyleInfo.Font.Strikeout = false;
            gridRangeStyle98.StyleInfo.Font.Underline = false;
            gridRangeStyle98.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle99.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle99.StyleInfo.Font.Bold = false;
            gridRangeStyle99.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle99.StyleInfo.Font.Italic = false;
            gridRangeStyle99.StyleInfo.Font.Size = 9F;
            gridRangeStyle99.StyleInfo.Font.Strikeout = false;
            gridRangeStyle99.StyleInfo.Font.Underline = false;
            gridRangeStyle99.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle100.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle100.StyleInfo.Font.Bold = false;
            gridRangeStyle100.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle100.StyleInfo.Font.Italic = false;
            gridRangeStyle100.StyleInfo.Font.Size = 9F;
            gridRangeStyle100.StyleInfo.Font.Strikeout = false;
            gridRangeStyle100.StyleInfo.Font.Underline = false;
            gridRangeStyle100.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle101.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle101.StyleInfo.Font.Bold = false;
            gridRangeStyle101.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle101.StyleInfo.Font.Italic = false;
            gridRangeStyle101.StyleInfo.Font.Size = 9F;
            gridRangeStyle101.StyleInfo.Font.Strikeout = false;
            gridRangeStyle101.StyleInfo.Font.Underline = false;
            gridRangeStyle101.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle102.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle102.StyleInfo.Font.Bold = false;
            gridRangeStyle102.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle102.StyleInfo.Font.Italic = false;
            gridRangeStyle102.StyleInfo.Font.Size = 9F;
            gridRangeStyle102.StyleInfo.Font.Strikeout = false;
            gridRangeStyle102.StyleInfo.Font.Underline = false;
            gridRangeStyle102.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle103.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle103.StyleInfo.Font.Bold = false;
            gridRangeStyle103.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle103.StyleInfo.Font.Italic = false;
            gridRangeStyle103.StyleInfo.Font.Size = 9F;
            gridRangeStyle103.StyleInfo.Font.Strikeout = false;
            gridRangeStyle103.StyleInfo.Font.Underline = false;
            gridRangeStyle103.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle104.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle104.StyleInfo.Font.Bold = false;
            gridRangeStyle104.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle104.StyleInfo.Font.Italic = false;
            gridRangeStyle104.StyleInfo.Font.Size = 9F;
            gridRangeStyle104.StyleInfo.Font.Strikeout = false;
            gridRangeStyle104.StyleInfo.Font.Underline = false;
            gridRangeStyle104.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle105.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle105.StyleInfo.Font.Bold = false;
            gridRangeStyle105.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle105.StyleInfo.Font.Italic = false;
            gridRangeStyle105.StyleInfo.Font.Size = 9F;
            gridRangeStyle105.StyleInfo.Font.Strikeout = false;
            gridRangeStyle105.StyleInfo.Font.Underline = false;
            gridRangeStyle105.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle106.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle106.StyleInfo.Font.Bold = false;
            gridRangeStyle106.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle106.StyleInfo.Font.Italic = false;
            gridRangeStyle106.StyleInfo.Font.Size = 9F;
            gridRangeStyle106.StyleInfo.Font.Strikeout = false;
            gridRangeStyle106.StyleInfo.Font.Underline = false;
            gridRangeStyle106.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle107.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle107.StyleInfo.Font.Bold = false;
            gridRangeStyle107.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle107.StyleInfo.Font.Italic = false;
            gridRangeStyle107.StyleInfo.Font.Size = 9F;
            gridRangeStyle107.StyleInfo.Font.Strikeout = false;
            gridRangeStyle107.StyleInfo.Font.Underline = false;
            gridRangeStyle107.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle108.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle108.StyleInfo.Font.Bold = false;
            gridRangeStyle108.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle108.StyleInfo.Font.Italic = false;
            gridRangeStyle108.StyleInfo.Font.Size = 9F;
            gridRangeStyle108.StyleInfo.Font.Strikeout = false;
            gridRangeStyle108.StyleInfo.Font.Underline = false;
            gridRangeStyle108.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle109.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle109.StyleInfo.Font.Bold = false;
            gridRangeStyle109.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle109.StyleInfo.Font.Italic = false;
            gridRangeStyle109.StyleInfo.Font.Size = 9F;
            gridRangeStyle109.StyleInfo.Font.Strikeout = false;
            gridRangeStyle109.StyleInfo.Font.Underline = false;
            gridRangeStyle109.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle110.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle110.StyleInfo.Font.Bold = false;
            gridRangeStyle110.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle110.StyleInfo.Font.Italic = false;
            gridRangeStyle110.StyleInfo.Font.Size = 9F;
            gridRangeStyle110.StyleInfo.Font.Strikeout = false;
            gridRangeStyle110.StyleInfo.Font.Underline = false;
            gridRangeStyle110.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle111.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle111.StyleInfo.Font.Bold = false;
            gridRangeStyle111.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle111.StyleInfo.Font.Italic = false;
            gridRangeStyle111.StyleInfo.Font.Size = 9F;
            gridRangeStyle111.StyleInfo.Font.Strikeout = false;
            gridRangeStyle111.StyleInfo.Font.Underline = false;
            gridRangeStyle111.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle112.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle112.StyleInfo.Font.Bold = false;
            gridRangeStyle112.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle112.StyleInfo.Font.Italic = false;
            gridRangeStyle112.StyleInfo.Font.Size = 9F;
            gridRangeStyle112.StyleInfo.Font.Strikeout = false;
            gridRangeStyle112.StyleInfo.Font.Underline = false;
            gridRangeStyle112.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle113.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle113.StyleInfo.Font.Bold = false;
            gridRangeStyle113.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle113.StyleInfo.Font.Italic = false;
            gridRangeStyle113.StyleInfo.Font.Size = 9F;
            gridRangeStyle113.StyleInfo.Font.Strikeout = false;
            gridRangeStyle113.StyleInfo.Font.Underline = false;
            gridRangeStyle113.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle114.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle114.StyleInfo.Font.Bold = false;
            gridRangeStyle114.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle114.StyleInfo.Font.Italic = false;
            gridRangeStyle114.StyleInfo.Font.Size = 9F;
            gridRangeStyle114.StyleInfo.Font.Strikeout = false;
            gridRangeStyle114.StyleInfo.Font.Underline = false;
            gridRangeStyle114.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle115.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle115.StyleInfo.Font.Bold = false;
            gridRangeStyle115.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle115.StyleInfo.Font.Italic = false;
            gridRangeStyle115.StyleInfo.Font.Size = 9F;
            gridRangeStyle115.StyleInfo.Font.Strikeout = false;
            gridRangeStyle115.StyleInfo.Font.Underline = false;
            gridRangeStyle115.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle116.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle116.StyleInfo.Font.Bold = false;
            gridRangeStyle116.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle116.StyleInfo.Font.Italic = false;
            gridRangeStyle116.StyleInfo.Font.Size = 9F;
            gridRangeStyle116.StyleInfo.Font.Strikeout = false;
            gridRangeStyle116.StyleInfo.Font.Underline = false;
            gridRangeStyle116.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle117.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle117.StyleInfo.Font.Bold = false;
            gridRangeStyle117.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle117.StyleInfo.Font.Italic = false;
            gridRangeStyle117.StyleInfo.Font.Size = 9F;
            gridRangeStyle117.StyleInfo.Font.Strikeout = false;
            gridRangeStyle117.StyleInfo.Font.Underline = false;
            gridRangeStyle117.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle118.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle118.StyleInfo.Font.Bold = false;
            gridRangeStyle118.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle118.StyleInfo.Font.Italic = false;
            gridRangeStyle118.StyleInfo.Font.Size = 9F;
            gridRangeStyle118.StyleInfo.Font.Strikeout = false;
            gridRangeStyle118.StyleInfo.Font.Underline = false;
            gridRangeStyle118.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle119.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle119.StyleInfo.Font.Bold = false;
            gridRangeStyle119.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle119.StyleInfo.Font.Italic = false;
            gridRangeStyle119.StyleInfo.Font.Size = 9F;
            gridRangeStyle119.StyleInfo.Font.Strikeout = false;
            gridRangeStyle119.StyleInfo.Font.Underline = false;
            gridRangeStyle119.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle120.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle120.StyleInfo.Font.Bold = false;
            gridRangeStyle120.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle120.StyleInfo.Font.Italic = false;
            gridRangeStyle120.StyleInfo.Font.Size = 9F;
            gridRangeStyle120.StyleInfo.Font.Strikeout = false;
            gridRangeStyle120.StyleInfo.Font.Underline = false;
            gridRangeStyle120.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle121.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle121.StyleInfo.Font.Bold = false;
            gridRangeStyle121.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle121.StyleInfo.Font.Italic = false;
            gridRangeStyle121.StyleInfo.Font.Size = 9F;
            gridRangeStyle121.StyleInfo.Font.Strikeout = false;
            gridRangeStyle121.StyleInfo.Font.Underline = false;
            gridRangeStyle121.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle122.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle122.StyleInfo.Font.Bold = false;
            gridRangeStyle122.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle122.StyleInfo.Font.Italic = false;
            gridRangeStyle122.StyleInfo.Font.Size = 9F;
            gridRangeStyle122.StyleInfo.Font.Strikeout = false;
            gridRangeStyle122.StyleInfo.Font.Underline = false;
            gridRangeStyle122.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle123.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle123.StyleInfo.Font.Bold = false;
            gridRangeStyle123.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle123.StyleInfo.Font.Italic = false;
            gridRangeStyle123.StyleInfo.Font.Size = 9F;
            gridRangeStyle123.StyleInfo.Font.Strikeout = false;
            gridRangeStyle123.StyleInfo.Font.Underline = false;
            gridRangeStyle123.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle124.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle124.StyleInfo.Font.Bold = false;
            gridRangeStyle124.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle124.StyleInfo.Font.Italic = false;
            gridRangeStyle124.StyleInfo.Font.Size = 9F;
            gridRangeStyle124.StyleInfo.Font.Strikeout = false;
            gridRangeStyle124.StyleInfo.Font.Underline = false;
            gridRangeStyle124.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle125.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle125.StyleInfo.Font.Bold = false;
            gridRangeStyle125.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle125.StyleInfo.Font.Italic = false;
            gridRangeStyle125.StyleInfo.Font.Size = 9F;
            gridRangeStyle125.StyleInfo.Font.Strikeout = false;
            gridRangeStyle125.StyleInfo.Font.Underline = false;
            gridRangeStyle125.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle126.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle126.StyleInfo.Font.Bold = false;
            gridRangeStyle126.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle126.StyleInfo.Font.Italic = false;
            gridRangeStyle126.StyleInfo.Font.Size = 9F;
            gridRangeStyle126.StyleInfo.Font.Strikeout = false;
            gridRangeStyle126.StyleInfo.Font.Underline = false;
            gridRangeStyle126.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle127.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle127.StyleInfo.Font.Bold = false;
            gridRangeStyle127.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle127.StyleInfo.Font.Italic = false;
            gridRangeStyle127.StyleInfo.Font.Size = 9F;
            gridRangeStyle127.StyleInfo.Font.Strikeout = false;
            gridRangeStyle127.StyleInfo.Font.Underline = false;
            gridRangeStyle127.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle128.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle128.StyleInfo.Font.Bold = false;
            gridRangeStyle128.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle128.StyleInfo.Font.Italic = false;
            gridRangeStyle128.StyleInfo.Font.Size = 9F;
            gridRangeStyle128.StyleInfo.Font.Strikeout = false;
            gridRangeStyle128.StyleInfo.Font.Underline = false;
            gridRangeStyle128.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle129.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle129.StyleInfo.Font.Bold = false;
            gridRangeStyle129.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle129.StyleInfo.Font.Italic = false;
            gridRangeStyle129.StyleInfo.Font.Size = 9F;
            gridRangeStyle129.StyleInfo.Font.Strikeout = false;
            gridRangeStyle129.StyleInfo.Font.Underline = false;
            gridRangeStyle129.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle130.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle130.StyleInfo.Font.Bold = false;
            gridRangeStyle130.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle130.StyleInfo.Font.Italic = false;
            gridRangeStyle130.StyleInfo.Font.Size = 9F;
            gridRangeStyle130.StyleInfo.Font.Strikeout = false;
            gridRangeStyle130.StyleInfo.Font.Underline = false;
            gridRangeStyle130.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle131.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle131.StyleInfo.Font.Bold = false;
            gridRangeStyle131.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle131.StyleInfo.Font.Italic = false;
            gridRangeStyle131.StyleInfo.Font.Size = 9F;
            gridRangeStyle131.StyleInfo.Font.Strikeout = false;
            gridRangeStyle131.StyleInfo.Font.Underline = false;
            gridRangeStyle131.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle132.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle132.StyleInfo.Font.Bold = false;
            gridRangeStyle132.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle132.StyleInfo.Font.Italic = false;
            gridRangeStyle132.StyleInfo.Font.Size = 9F;
            gridRangeStyle132.StyleInfo.Font.Strikeout = false;
            gridRangeStyle132.StyleInfo.Font.Underline = false;
            gridRangeStyle132.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle133.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle133.StyleInfo.Font.Bold = false;
            gridRangeStyle133.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle133.StyleInfo.Font.Italic = false;
            gridRangeStyle133.StyleInfo.Font.Size = 9F;
            gridRangeStyle133.StyleInfo.Font.Strikeout = false;
            gridRangeStyle133.StyleInfo.Font.Underline = false;
            gridRangeStyle133.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle134.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle134.StyleInfo.Font.Bold = false;
            gridRangeStyle134.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle134.StyleInfo.Font.Italic = false;
            gridRangeStyle134.StyleInfo.Font.Size = 9F;
            gridRangeStyle134.StyleInfo.Font.Strikeout = false;
            gridRangeStyle134.StyleInfo.Font.Underline = false;
            gridRangeStyle134.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle135.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle135.StyleInfo.Font.Bold = false;
            gridRangeStyle135.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle135.StyleInfo.Font.Italic = false;
            gridRangeStyle135.StyleInfo.Font.Size = 9F;
            gridRangeStyle135.StyleInfo.Font.Strikeout = false;
            gridRangeStyle135.StyleInfo.Font.Underline = false;
            gridRangeStyle135.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle136.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle136.StyleInfo.Font.Bold = false;
            gridRangeStyle136.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle136.StyleInfo.Font.Italic = false;
            gridRangeStyle136.StyleInfo.Font.Size = 9F;
            gridRangeStyle136.StyleInfo.Font.Strikeout = false;
            gridRangeStyle136.StyleInfo.Font.Underline = false;
            gridRangeStyle136.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle137.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle137.StyleInfo.Font.Bold = false;
            gridRangeStyle137.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle137.StyleInfo.Font.Italic = false;
            gridRangeStyle137.StyleInfo.Font.Size = 9F;
            gridRangeStyle137.StyleInfo.Font.Strikeout = false;
            gridRangeStyle137.StyleInfo.Font.Underline = false;
            gridRangeStyle137.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle138.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle138.StyleInfo.Font.Bold = false;
            gridRangeStyle138.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle138.StyleInfo.Font.Italic = false;
            gridRangeStyle138.StyleInfo.Font.Size = 9F;
            gridRangeStyle138.StyleInfo.Font.Strikeout = false;
            gridRangeStyle138.StyleInfo.Font.Underline = false;
            gridRangeStyle138.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle139.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle139.StyleInfo.Font.Bold = false;
            gridRangeStyle139.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle139.StyleInfo.Font.Italic = false;
            gridRangeStyle139.StyleInfo.Font.Size = 9F;
            gridRangeStyle139.StyleInfo.Font.Strikeout = false;
            gridRangeStyle139.StyleInfo.Font.Underline = false;
            gridRangeStyle139.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle140.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle140.StyleInfo.Font.Bold = false;
            gridRangeStyle140.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle140.StyleInfo.Font.Italic = false;
            gridRangeStyle140.StyleInfo.Font.Size = 9F;
            gridRangeStyle140.StyleInfo.Font.Strikeout = false;
            gridRangeStyle140.StyleInfo.Font.Underline = false;
            gridRangeStyle140.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle141.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle141.StyleInfo.Font.Bold = false;
            gridRangeStyle141.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle141.StyleInfo.Font.Italic = false;
            gridRangeStyle141.StyleInfo.Font.Size = 9F;
            gridRangeStyle141.StyleInfo.Font.Strikeout = false;
            gridRangeStyle141.StyleInfo.Font.Underline = false;
            gridRangeStyle141.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle142.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle142.StyleInfo.Font.Bold = false;
            gridRangeStyle142.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle142.StyleInfo.Font.Italic = false;
            gridRangeStyle142.StyleInfo.Font.Size = 9F;
            gridRangeStyle142.StyleInfo.Font.Strikeout = false;
            gridRangeStyle142.StyleInfo.Font.Underline = false;
            gridRangeStyle142.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle143.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle143.StyleInfo.Font.Bold = false;
            gridRangeStyle143.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle143.StyleInfo.Font.Italic = false;
            gridRangeStyle143.StyleInfo.Font.Size = 9F;
            gridRangeStyle143.StyleInfo.Font.Strikeout = false;
            gridRangeStyle143.StyleInfo.Font.Underline = false;
            gridRangeStyle143.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle144.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle144.StyleInfo.Font.Bold = false;
            gridRangeStyle144.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle144.StyleInfo.Font.Italic = false;
            gridRangeStyle144.StyleInfo.Font.Size = 9F;
            gridRangeStyle144.StyleInfo.Font.Strikeout = false;
            gridRangeStyle144.StyleInfo.Font.Underline = false;
            gridRangeStyle144.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle145.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle145.StyleInfo.Font.Bold = false;
            gridRangeStyle145.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle145.StyleInfo.Font.Italic = false;
            gridRangeStyle145.StyleInfo.Font.Size = 9F;
            gridRangeStyle145.StyleInfo.Font.Strikeout = false;
            gridRangeStyle145.StyleInfo.Font.Underline = false;
            gridRangeStyle145.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle146.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle146.StyleInfo.Font.Bold = false;
            gridRangeStyle146.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle146.StyleInfo.Font.Italic = false;
            gridRangeStyle146.StyleInfo.Font.Size = 9F;
            gridRangeStyle146.StyleInfo.Font.Strikeout = false;
            gridRangeStyle146.StyleInfo.Font.Underline = false;
            gridRangeStyle146.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle147.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle147.StyleInfo.Font.Bold = false;
            gridRangeStyle147.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle147.StyleInfo.Font.Italic = false;
            gridRangeStyle147.StyleInfo.Font.Size = 9F;
            gridRangeStyle147.StyleInfo.Font.Strikeout = false;
            gridRangeStyle147.StyleInfo.Font.Underline = false;
            gridRangeStyle147.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            this.gridSendFax.RangeStyles.AddRange(new Syncfusion.Windows.Forms.Grid.GridRangeStyle[] {
            gridRangeStyle1,
            gridRangeStyle2,
            gridRangeStyle3,
            gridRangeStyle4,
            gridRangeStyle5,
            gridRangeStyle6,
            gridRangeStyle7,
            gridRangeStyle8,
            gridRangeStyle9,
            gridRangeStyle10,
            gridRangeStyle11,
            gridRangeStyle12,
            gridRangeStyle13,
            gridRangeStyle14,
            gridRangeStyle15,
            gridRangeStyle16,
            gridRangeStyle17,
            gridRangeStyle18,
            gridRangeStyle19,
            gridRangeStyle20,
            gridRangeStyle21,
            gridRangeStyle22,
            gridRangeStyle23,
            gridRangeStyle24,
            gridRangeStyle25,
            gridRangeStyle26,
            gridRangeStyle27,
            gridRangeStyle28,
            gridRangeStyle29,
            gridRangeStyle30,
            gridRangeStyle31,
            gridRangeStyle32,
            gridRangeStyle33,
            gridRangeStyle34,
            gridRangeStyle35,
            gridRangeStyle36,
            gridRangeStyle37,
            gridRangeStyle38,
            gridRangeStyle39,
            gridRangeStyle40,
            gridRangeStyle41,
            gridRangeStyle42,
            gridRangeStyle43,
            gridRangeStyle44,
            gridRangeStyle45,
            gridRangeStyle46,
            gridRangeStyle47,
            gridRangeStyle48,
            gridRangeStyle49,
            gridRangeStyle50,
            gridRangeStyle51,
            gridRangeStyle52,
            gridRangeStyle53,
            gridRangeStyle54,
            gridRangeStyle55,
            gridRangeStyle56,
            gridRangeStyle57,
            gridRangeStyle58,
            gridRangeStyle59,
            gridRangeStyle60,
            gridRangeStyle61,
            gridRangeStyle62,
            gridRangeStyle63,
            gridRangeStyle64,
            gridRangeStyle65,
            gridRangeStyle66,
            gridRangeStyle67,
            gridRangeStyle68,
            gridRangeStyle69,
            gridRangeStyle70,
            gridRangeStyle71,
            gridRangeStyle72,
            gridRangeStyle73,
            gridRangeStyle74,
            gridRangeStyle75,
            gridRangeStyle76,
            gridRangeStyle77,
            gridRangeStyle78,
            gridRangeStyle79,
            gridRangeStyle80,
            gridRangeStyle81,
            gridRangeStyle82,
            gridRangeStyle83,
            gridRangeStyle84,
            gridRangeStyle85,
            gridRangeStyle86,
            gridRangeStyle87,
            gridRangeStyle88,
            gridRangeStyle89,
            gridRangeStyle90,
            gridRangeStyle91,
            gridRangeStyle92,
            gridRangeStyle93,
            gridRangeStyle94,
            gridRangeStyle95,
            gridRangeStyle96,
            gridRangeStyle97,
            gridRangeStyle98,
            gridRangeStyle99,
            gridRangeStyle100,
            gridRangeStyle101,
            gridRangeStyle102,
            gridRangeStyle103,
            gridRangeStyle104,
            gridRangeStyle105,
            gridRangeStyle106,
            gridRangeStyle107,
            gridRangeStyle108,
            gridRangeStyle109,
            gridRangeStyle110,
            gridRangeStyle111,
            gridRangeStyle112,
            gridRangeStyle113,
            gridRangeStyle114,
            gridRangeStyle115,
            gridRangeStyle116,
            gridRangeStyle117,
            gridRangeStyle118,
            gridRangeStyle119,
            gridRangeStyle120,
            gridRangeStyle121,
            gridRangeStyle122,
            gridRangeStyle123,
            gridRangeStyle124,
            gridRangeStyle125,
            gridRangeStyle126,
            gridRangeStyle127,
            gridRangeStyle128,
            gridRangeStyle129,
            gridRangeStyle130,
            gridRangeStyle131,
            gridRangeStyle132,
            gridRangeStyle133,
            gridRangeStyle134,
            gridRangeStyle135,
            gridRangeStyle136,
            gridRangeStyle137,
            gridRangeStyle138,
            gridRangeStyle139,
            gridRangeStyle140,
            gridRangeStyle141,
            gridRangeStyle142,
            gridRangeStyle143,
            gridRangeStyle144,
            gridRangeStyle145,
            gridRangeStyle146,
            gridRangeStyle147});
            this.gridSendFax.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
            new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 21)});
            this.gridSendFax.SerializeCellsBehavior = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeAsRangeStylesIntoCode;
            this.gridSendFax.Size = new System.Drawing.Size(636, 80);
            this.gridSendFax.SmartSizeBox = false;
            this.gridSendFax.TabIndex = 161;
            this.gridSendFax.CellButtonClicked += new Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventHandler(this.gridSendFax_CellButtonClicked);
            // 
            // butDiagnostic
            // 
            this.butDiagnostic.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.butDiagnostic.Location = new System.Drawing.Point(507, 189);
            this.butDiagnostic.Name = "butDiagnostic";
            this.butDiagnostic.Size = new System.Drawing.Size(50, 23);
            this.butDiagnostic.TabIndex = 3;
            this.butDiagnostic.Text = ">>";
            this.butDiagnostic.UseVisualStyleBackColor = true;
            this.butDiagnostic.Click += new System.EventHandler(this.butDiagnostic_Click);
            // 
            // gridOutlookList
            // 
            gridBaseStyle5.Name = "Header";
            gridBaseStyle5.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle5.StyleInfo.Borders.Left = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle5.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle5.StyleInfo.Borders.Top = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle5.StyleInfo.CellType = "Header";
            gridBaseStyle5.StyleInfo.Font.Bold = true;
            gridBaseStyle5.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
            gridBaseStyle5.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
            gridBaseStyle6.Name = "Standard";
            gridBaseStyle6.StyleInfo.Font.Facename = "Tahoma";
            gridBaseStyle6.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
            gridBaseStyle7.Name = "Row Header";
            gridBaseStyle7.StyleInfo.BaseStyle = "Header";
            gridBaseStyle7.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
            gridBaseStyle7.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
            gridBaseStyle8.Name = "Column Header";
            gridBaseStyle8.StyleInfo.BaseStyle = "Header";
            gridBaseStyle8.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
            this.gridOutlookList.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
            gridBaseStyle5,
            gridBaseStyle6,
            gridBaseStyle7,
            gridBaseStyle8});
            this.gridOutlookList.ColHiddenEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColHidden[] {
            new Syncfusion.Windows.Forms.Grid.GridColHidden(0)});
            this.gridOutlookList.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
            new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 35)});
            this.gridOutlookList.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid;
            this.gridOutlookList.Font = new System.Drawing.Font("Arial", 9F);
            this.gridOutlookList.Location = new System.Drawing.Point(10, 52);
            this.gridOutlookList.Name = "gridOutlookList";
            gridRangeStyle148.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle148.StyleInfo.Font.Bold = false;
            gridRangeStyle148.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle148.StyleInfo.Font.Italic = false;
            gridRangeStyle148.StyleInfo.Font.Size = 9F;
            gridRangeStyle148.StyleInfo.Font.Strikeout = false;
            gridRangeStyle148.StyleInfo.Font.Underline = false;
            gridRangeStyle148.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle149.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle149.StyleInfo.Font.Bold = false;
            gridRangeStyle149.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle149.StyleInfo.Font.Italic = false;
            gridRangeStyle149.StyleInfo.Font.Size = 9F;
            gridRangeStyle149.StyleInfo.Font.Strikeout = false;
            gridRangeStyle149.StyleInfo.Font.Underline = false;
            gridRangeStyle149.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle150.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle150.StyleInfo.Font.Bold = false;
            gridRangeStyle150.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle150.StyleInfo.Font.Italic = false;
            gridRangeStyle150.StyleInfo.Font.Size = 9F;
            gridRangeStyle150.StyleInfo.Font.Strikeout = false;
            gridRangeStyle150.StyleInfo.Font.Underline = false;
            gridRangeStyle150.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle151.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle151.StyleInfo.Font.Bold = false;
            gridRangeStyle151.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle151.StyleInfo.Font.Italic = false;
            gridRangeStyle151.StyleInfo.Font.Size = 9F;
            gridRangeStyle151.StyleInfo.Font.Strikeout = false;
            gridRangeStyle151.StyleInfo.Font.Underline = false;
            gridRangeStyle151.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle152.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle152.StyleInfo.Font.Bold = false;
            gridRangeStyle152.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle152.StyleInfo.Font.Italic = false;
            gridRangeStyle152.StyleInfo.Font.Size = 9F;
            gridRangeStyle152.StyleInfo.Font.Strikeout = false;
            gridRangeStyle152.StyleInfo.Font.Underline = false;
            gridRangeStyle152.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle153.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle153.StyleInfo.Font.Bold = false;
            gridRangeStyle153.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle153.StyleInfo.Font.Italic = false;
            gridRangeStyle153.StyleInfo.Font.Size = 9F;
            gridRangeStyle153.StyleInfo.Font.Strikeout = false;
            gridRangeStyle153.StyleInfo.Font.Underline = false;
            gridRangeStyle153.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle154.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle154.StyleInfo.Font.Bold = false;
            gridRangeStyle154.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle154.StyleInfo.Font.Italic = false;
            gridRangeStyle154.StyleInfo.Font.Size = 9F;
            gridRangeStyle154.StyleInfo.Font.Strikeout = false;
            gridRangeStyle154.StyleInfo.Font.Underline = false;
            gridRangeStyle154.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle155.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle155.StyleInfo.Font.Bold = false;
            gridRangeStyle155.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle155.StyleInfo.Font.Italic = false;
            gridRangeStyle155.StyleInfo.Font.Size = 9F;
            gridRangeStyle155.StyleInfo.Font.Strikeout = false;
            gridRangeStyle155.StyleInfo.Font.Underline = false;
            gridRangeStyle155.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle156.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle156.StyleInfo.Font.Bold = false;
            gridRangeStyle156.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle156.StyleInfo.Font.Italic = false;
            gridRangeStyle156.StyleInfo.Font.Size = 9F;
            gridRangeStyle156.StyleInfo.Font.Strikeout = false;
            gridRangeStyle156.StyleInfo.Font.Underline = false;
            gridRangeStyle156.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle157.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle157.StyleInfo.Font.Bold = false;
            gridRangeStyle157.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle157.StyleInfo.Font.Italic = false;
            gridRangeStyle157.StyleInfo.Font.Size = 9F;
            gridRangeStyle157.StyleInfo.Font.Strikeout = false;
            gridRangeStyle157.StyleInfo.Font.Underline = false;
            gridRangeStyle157.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle158.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle158.StyleInfo.Font.Bold = false;
            gridRangeStyle158.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle158.StyleInfo.Font.Italic = false;
            gridRangeStyle158.StyleInfo.Font.Size = 9F;
            gridRangeStyle158.StyleInfo.Font.Strikeout = false;
            gridRangeStyle158.StyleInfo.Font.Underline = false;
            gridRangeStyle158.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle159.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle159.StyleInfo.Font.Bold = false;
            gridRangeStyle159.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle159.StyleInfo.Font.Italic = false;
            gridRangeStyle159.StyleInfo.Font.Size = 9F;
            gridRangeStyle159.StyleInfo.Font.Strikeout = false;
            gridRangeStyle159.StyleInfo.Font.Underline = false;
            gridRangeStyle159.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle160.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle160.StyleInfo.Font.Bold = false;
            gridRangeStyle160.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle160.StyleInfo.Font.Italic = false;
            gridRangeStyle160.StyleInfo.Font.Size = 9F;
            gridRangeStyle160.StyleInfo.Font.Strikeout = false;
            gridRangeStyle160.StyleInfo.Font.Underline = false;
            gridRangeStyle160.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle161.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle161.StyleInfo.Font.Bold = false;
            gridRangeStyle161.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle161.StyleInfo.Font.Italic = false;
            gridRangeStyle161.StyleInfo.Font.Size = 9F;
            gridRangeStyle161.StyleInfo.Font.Strikeout = false;
            gridRangeStyle161.StyleInfo.Font.Underline = false;
            gridRangeStyle161.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle162.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle162.StyleInfo.Font.Bold = false;
            gridRangeStyle162.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle162.StyleInfo.Font.Italic = false;
            gridRangeStyle162.StyleInfo.Font.Size = 9F;
            gridRangeStyle162.StyleInfo.Font.Strikeout = false;
            gridRangeStyle162.StyleInfo.Font.Underline = false;
            gridRangeStyle162.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle163.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle163.StyleInfo.Font.Bold = false;
            gridRangeStyle163.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle163.StyleInfo.Font.Italic = false;
            gridRangeStyle163.StyleInfo.Font.Size = 9F;
            gridRangeStyle163.StyleInfo.Font.Strikeout = false;
            gridRangeStyle163.StyleInfo.Font.Underline = false;
            gridRangeStyle163.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle164.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle164.StyleInfo.Font.Bold = false;
            gridRangeStyle164.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle164.StyleInfo.Font.Italic = false;
            gridRangeStyle164.StyleInfo.Font.Size = 9F;
            gridRangeStyle164.StyleInfo.Font.Strikeout = false;
            gridRangeStyle164.StyleInfo.Font.Underline = false;
            gridRangeStyle164.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle165.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle165.StyleInfo.Font.Bold = false;
            gridRangeStyle165.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle165.StyleInfo.Font.Italic = false;
            gridRangeStyle165.StyleInfo.Font.Size = 9F;
            gridRangeStyle165.StyleInfo.Font.Strikeout = false;
            gridRangeStyle165.StyleInfo.Font.Underline = false;
            gridRangeStyle165.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle166.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle166.StyleInfo.Font.Bold = false;
            gridRangeStyle166.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle166.StyleInfo.Font.Italic = false;
            gridRangeStyle166.StyleInfo.Font.Size = 9F;
            gridRangeStyle166.StyleInfo.Font.Strikeout = false;
            gridRangeStyle166.StyleInfo.Font.Underline = false;
            gridRangeStyle166.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle167.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle167.StyleInfo.Font.Bold = false;
            gridRangeStyle167.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle167.StyleInfo.Font.Italic = false;
            gridRangeStyle167.StyleInfo.Font.Size = 9F;
            gridRangeStyle167.StyleInfo.Font.Strikeout = false;
            gridRangeStyle167.StyleInfo.Font.Underline = false;
            gridRangeStyle167.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle168.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle168.StyleInfo.Font.Bold = false;
            gridRangeStyle168.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle168.StyleInfo.Font.Italic = false;
            gridRangeStyle168.StyleInfo.Font.Size = 9F;
            gridRangeStyle168.StyleInfo.Font.Strikeout = false;
            gridRangeStyle168.StyleInfo.Font.Underline = false;
            gridRangeStyle168.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle169.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle169.StyleInfo.Font.Bold = false;
            gridRangeStyle169.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle169.StyleInfo.Font.Italic = false;
            gridRangeStyle169.StyleInfo.Font.Size = 9F;
            gridRangeStyle169.StyleInfo.Font.Strikeout = false;
            gridRangeStyle169.StyleInfo.Font.Underline = false;
            gridRangeStyle169.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle170.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle170.StyleInfo.Font.Bold = false;
            gridRangeStyle170.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle170.StyleInfo.Font.Italic = false;
            gridRangeStyle170.StyleInfo.Font.Size = 9F;
            gridRangeStyle170.StyleInfo.Font.Strikeout = false;
            gridRangeStyle170.StyleInfo.Font.Underline = false;
            gridRangeStyle170.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle171.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle171.StyleInfo.Font.Bold = false;
            gridRangeStyle171.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle171.StyleInfo.Font.Italic = false;
            gridRangeStyle171.StyleInfo.Font.Size = 9F;
            gridRangeStyle171.StyleInfo.Font.Strikeout = false;
            gridRangeStyle171.StyleInfo.Font.Underline = false;
            gridRangeStyle171.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle172.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle172.StyleInfo.Font.Bold = false;
            gridRangeStyle172.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle172.StyleInfo.Font.Italic = false;
            gridRangeStyle172.StyleInfo.Font.Size = 9F;
            gridRangeStyle172.StyleInfo.Font.Strikeout = false;
            gridRangeStyle172.StyleInfo.Font.Underline = false;
            gridRangeStyle172.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle173.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle173.StyleInfo.Font.Bold = false;
            gridRangeStyle173.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle173.StyleInfo.Font.Italic = false;
            gridRangeStyle173.StyleInfo.Font.Size = 9F;
            gridRangeStyle173.StyleInfo.Font.Strikeout = false;
            gridRangeStyle173.StyleInfo.Font.Underline = false;
            gridRangeStyle173.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle174.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle174.StyleInfo.Font.Bold = false;
            gridRangeStyle174.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle174.StyleInfo.Font.Italic = false;
            gridRangeStyle174.StyleInfo.Font.Size = 9F;
            gridRangeStyle174.StyleInfo.Font.Strikeout = false;
            gridRangeStyle174.StyleInfo.Font.Underline = false;
            gridRangeStyle174.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle175.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle175.StyleInfo.Font.Bold = false;
            gridRangeStyle175.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle175.StyleInfo.Font.Italic = false;
            gridRangeStyle175.StyleInfo.Font.Size = 9F;
            gridRangeStyle175.StyleInfo.Font.Strikeout = false;
            gridRangeStyle175.StyleInfo.Font.Underline = false;
            gridRangeStyle175.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle176.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle176.StyleInfo.Font.Bold = false;
            gridRangeStyle176.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle176.StyleInfo.Font.Italic = false;
            gridRangeStyle176.StyleInfo.Font.Size = 9F;
            gridRangeStyle176.StyleInfo.Font.Strikeout = false;
            gridRangeStyle176.StyleInfo.Font.Underline = false;
            gridRangeStyle176.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle177.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle177.StyleInfo.Font.Bold = false;
            gridRangeStyle177.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle177.StyleInfo.Font.Italic = false;
            gridRangeStyle177.StyleInfo.Font.Size = 9F;
            gridRangeStyle177.StyleInfo.Font.Strikeout = false;
            gridRangeStyle177.StyleInfo.Font.Underline = false;
            gridRangeStyle177.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle178.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle178.StyleInfo.Font.Bold = false;
            gridRangeStyle178.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle178.StyleInfo.Font.Italic = false;
            gridRangeStyle178.StyleInfo.Font.Size = 9F;
            gridRangeStyle178.StyleInfo.Font.Strikeout = false;
            gridRangeStyle178.StyleInfo.Font.Underline = false;
            gridRangeStyle178.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle179.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle179.StyleInfo.Font.Bold = false;
            gridRangeStyle179.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle179.StyleInfo.Font.Italic = false;
            gridRangeStyle179.StyleInfo.Font.Size = 9F;
            gridRangeStyle179.StyleInfo.Font.Strikeout = false;
            gridRangeStyle179.StyleInfo.Font.Underline = false;
            gridRangeStyle179.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle180.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle180.StyleInfo.Font.Bold = false;
            gridRangeStyle180.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle180.StyleInfo.Font.Italic = false;
            gridRangeStyle180.StyleInfo.Font.Size = 9F;
            gridRangeStyle180.StyleInfo.Font.Strikeout = false;
            gridRangeStyle180.StyleInfo.Font.Underline = false;
            gridRangeStyle180.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle181.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle181.StyleInfo.Font.Bold = false;
            gridRangeStyle181.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle181.StyleInfo.Font.Italic = false;
            gridRangeStyle181.StyleInfo.Font.Size = 9F;
            gridRangeStyle181.StyleInfo.Font.Strikeout = false;
            gridRangeStyle181.StyleInfo.Font.Underline = false;
            gridRangeStyle181.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle182.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle182.StyleInfo.Font.Bold = false;
            gridRangeStyle182.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle182.StyleInfo.Font.Italic = false;
            gridRangeStyle182.StyleInfo.Font.Size = 9F;
            gridRangeStyle182.StyleInfo.Font.Strikeout = false;
            gridRangeStyle182.StyleInfo.Font.Underline = false;
            gridRangeStyle182.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle183.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle183.StyleInfo.Font.Bold = false;
            gridRangeStyle183.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle183.StyleInfo.Font.Italic = false;
            gridRangeStyle183.StyleInfo.Font.Size = 9F;
            gridRangeStyle183.StyleInfo.Font.Strikeout = false;
            gridRangeStyle183.StyleInfo.Font.Underline = false;
            gridRangeStyle183.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle184.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle184.StyleInfo.Font.Bold = false;
            gridRangeStyle184.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle184.StyleInfo.Font.Italic = false;
            gridRangeStyle184.StyleInfo.Font.Size = 9F;
            gridRangeStyle184.StyleInfo.Font.Strikeout = false;
            gridRangeStyle184.StyleInfo.Font.Underline = false;
            gridRangeStyle184.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle185.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle185.StyleInfo.Font.Bold = false;
            gridRangeStyle185.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle185.StyleInfo.Font.Italic = false;
            gridRangeStyle185.StyleInfo.Font.Size = 9F;
            gridRangeStyle185.StyleInfo.Font.Strikeout = false;
            gridRangeStyle185.StyleInfo.Font.Underline = false;
            gridRangeStyle185.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle186.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle186.StyleInfo.Font.Bold = false;
            gridRangeStyle186.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle186.StyleInfo.Font.Italic = false;
            gridRangeStyle186.StyleInfo.Font.Size = 9F;
            gridRangeStyle186.StyleInfo.Font.Strikeout = false;
            gridRangeStyle186.StyleInfo.Font.Underline = false;
            gridRangeStyle186.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle187.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle187.StyleInfo.Font.Bold = false;
            gridRangeStyle187.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle187.StyleInfo.Font.Italic = false;
            gridRangeStyle187.StyleInfo.Font.Size = 9F;
            gridRangeStyle187.StyleInfo.Font.Strikeout = false;
            gridRangeStyle187.StyleInfo.Font.Underline = false;
            gridRangeStyle187.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle188.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle188.StyleInfo.Font.Bold = false;
            gridRangeStyle188.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle188.StyleInfo.Font.Italic = false;
            gridRangeStyle188.StyleInfo.Font.Size = 9F;
            gridRangeStyle188.StyleInfo.Font.Strikeout = false;
            gridRangeStyle188.StyleInfo.Font.Underline = false;
            gridRangeStyle188.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle189.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle189.StyleInfo.Font.Bold = false;
            gridRangeStyle189.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle189.StyleInfo.Font.Italic = false;
            gridRangeStyle189.StyleInfo.Font.Size = 9F;
            gridRangeStyle189.StyleInfo.Font.Strikeout = false;
            gridRangeStyle189.StyleInfo.Font.Underline = false;
            gridRangeStyle189.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle190.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle190.StyleInfo.Font.Bold = false;
            gridRangeStyle190.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle190.StyleInfo.Font.Italic = false;
            gridRangeStyle190.StyleInfo.Font.Size = 9F;
            gridRangeStyle190.StyleInfo.Font.Strikeout = false;
            gridRangeStyle190.StyleInfo.Font.Underline = false;
            gridRangeStyle190.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle191.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle191.StyleInfo.Font.Bold = false;
            gridRangeStyle191.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle191.StyleInfo.Font.Italic = false;
            gridRangeStyle191.StyleInfo.Font.Size = 9F;
            gridRangeStyle191.StyleInfo.Font.Strikeout = false;
            gridRangeStyle191.StyleInfo.Font.Underline = false;
            gridRangeStyle191.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle192.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle192.StyleInfo.Font.Bold = false;
            gridRangeStyle192.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle192.StyleInfo.Font.Italic = false;
            gridRangeStyle192.StyleInfo.Font.Size = 9F;
            gridRangeStyle192.StyleInfo.Font.Strikeout = false;
            gridRangeStyle192.StyleInfo.Font.Underline = false;
            gridRangeStyle192.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle193.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle193.StyleInfo.Font.Bold = false;
            gridRangeStyle193.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle193.StyleInfo.Font.Italic = false;
            gridRangeStyle193.StyleInfo.Font.Size = 9F;
            gridRangeStyle193.StyleInfo.Font.Strikeout = false;
            gridRangeStyle193.StyleInfo.Font.Underline = false;
            gridRangeStyle193.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle194.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle194.StyleInfo.Font.Bold = false;
            gridRangeStyle194.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle194.StyleInfo.Font.Italic = false;
            gridRangeStyle194.StyleInfo.Font.Size = 9F;
            gridRangeStyle194.StyleInfo.Font.Strikeout = false;
            gridRangeStyle194.StyleInfo.Font.Underline = false;
            gridRangeStyle194.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle195.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle195.StyleInfo.Font.Bold = false;
            gridRangeStyle195.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle195.StyleInfo.Font.Italic = false;
            gridRangeStyle195.StyleInfo.Font.Size = 9F;
            gridRangeStyle195.StyleInfo.Font.Strikeout = false;
            gridRangeStyle195.StyleInfo.Font.Underline = false;
            gridRangeStyle195.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle196.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle196.StyleInfo.Font.Bold = false;
            gridRangeStyle196.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle196.StyleInfo.Font.Italic = false;
            gridRangeStyle196.StyleInfo.Font.Size = 9F;
            gridRangeStyle196.StyleInfo.Font.Strikeout = false;
            gridRangeStyle196.StyleInfo.Font.Underline = false;
            gridRangeStyle196.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle197.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle197.StyleInfo.Font.Bold = false;
            gridRangeStyle197.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle197.StyleInfo.Font.Italic = false;
            gridRangeStyle197.StyleInfo.Font.Size = 9F;
            gridRangeStyle197.StyleInfo.Font.Strikeout = false;
            gridRangeStyle197.StyleInfo.Font.Underline = false;
            gridRangeStyle197.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle198.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle198.StyleInfo.Font.Bold = false;
            gridRangeStyle198.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle198.StyleInfo.Font.Italic = false;
            gridRangeStyle198.StyleInfo.Font.Size = 9F;
            gridRangeStyle198.StyleInfo.Font.Strikeout = false;
            gridRangeStyle198.StyleInfo.Font.Underline = false;
            gridRangeStyle198.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle199.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle199.StyleInfo.Font.Bold = false;
            gridRangeStyle199.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle199.StyleInfo.Font.Italic = false;
            gridRangeStyle199.StyleInfo.Font.Size = 9F;
            gridRangeStyle199.StyleInfo.Font.Strikeout = false;
            gridRangeStyle199.StyleInfo.Font.Underline = false;
            gridRangeStyle199.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle200.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle200.StyleInfo.Font.Bold = false;
            gridRangeStyle200.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle200.StyleInfo.Font.Italic = false;
            gridRangeStyle200.StyleInfo.Font.Size = 9F;
            gridRangeStyle200.StyleInfo.Font.Strikeout = false;
            gridRangeStyle200.StyleInfo.Font.Underline = false;
            gridRangeStyle200.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle201.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle201.StyleInfo.Font.Bold = false;
            gridRangeStyle201.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle201.StyleInfo.Font.Italic = false;
            gridRangeStyle201.StyleInfo.Font.Size = 9F;
            gridRangeStyle201.StyleInfo.Font.Strikeout = false;
            gridRangeStyle201.StyleInfo.Font.Underline = false;
            gridRangeStyle201.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle202.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle202.StyleInfo.Font.Bold = false;
            gridRangeStyle202.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle202.StyleInfo.Font.Italic = false;
            gridRangeStyle202.StyleInfo.Font.Size = 9F;
            gridRangeStyle202.StyleInfo.Font.Strikeout = false;
            gridRangeStyle202.StyleInfo.Font.Underline = false;
            gridRangeStyle202.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle203.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle203.StyleInfo.Font.Bold = false;
            gridRangeStyle203.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle203.StyleInfo.Font.Italic = false;
            gridRangeStyle203.StyleInfo.Font.Size = 9F;
            gridRangeStyle203.StyleInfo.Font.Strikeout = false;
            gridRangeStyle203.StyleInfo.Font.Underline = false;
            gridRangeStyle203.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle204.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle204.StyleInfo.Font.Bold = false;
            gridRangeStyle204.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle204.StyleInfo.Font.Italic = false;
            gridRangeStyle204.StyleInfo.Font.Size = 9F;
            gridRangeStyle204.StyleInfo.Font.Strikeout = false;
            gridRangeStyle204.StyleInfo.Font.Underline = false;
            gridRangeStyle204.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle205.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle205.StyleInfo.Font.Bold = false;
            gridRangeStyle205.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle205.StyleInfo.Font.Italic = false;
            gridRangeStyle205.StyleInfo.Font.Size = 9F;
            gridRangeStyle205.StyleInfo.Font.Strikeout = false;
            gridRangeStyle205.StyleInfo.Font.Underline = false;
            gridRangeStyle205.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle206.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle206.StyleInfo.Font.Bold = false;
            gridRangeStyle206.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle206.StyleInfo.Font.Italic = false;
            gridRangeStyle206.StyleInfo.Font.Size = 9F;
            gridRangeStyle206.StyleInfo.Font.Strikeout = false;
            gridRangeStyle206.StyleInfo.Font.Underline = false;
            gridRangeStyle206.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle207.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle207.StyleInfo.Font.Bold = false;
            gridRangeStyle207.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle207.StyleInfo.Font.Italic = false;
            gridRangeStyle207.StyleInfo.Font.Size = 9F;
            gridRangeStyle207.StyleInfo.Font.Strikeout = false;
            gridRangeStyle207.StyleInfo.Font.Underline = false;
            gridRangeStyle207.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle208.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle208.StyleInfo.Font.Bold = false;
            gridRangeStyle208.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle208.StyleInfo.Font.Italic = false;
            gridRangeStyle208.StyleInfo.Font.Size = 9F;
            gridRangeStyle208.StyleInfo.Font.Strikeout = false;
            gridRangeStyle208.StyleInfo.Font.Underline = false;
            gridRangeStyle208.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle209.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle209.StyleInfo.Font.Bold = false;
            gridRangeStyle209.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle209.StyleInfo.Font.Italic = false;
            gridRangeStyle209.StyleInfo.Font.Size = 9F;
            gridRangeStyle209.StyleInfo.Font.Strikeout = false;
            gridRangeStyle209.StyleInfo.Font.Underline = false;
            gridRangeStyle209.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle210.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle210.StyleInfo.Font.Bold = false;
            gridRangeStyle210.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle210.StyleInfo.Font.Italic = false;
            gridRangeStyle210.StyleInfo.Font.Size = 9F;
            gridRangeStyle210.StyleInfo.Font.Strikeout = false;
            gridRangeStyle210.StyleInfo.Font.Underline = false;
            gridRangeStyle210.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle211.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle211.StyleInfo.Font.Bold = false;
            gridRangeStyle211.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle211.StyleInfo.Font.Italic = false;
            gridRangeStyle211.StyleInfo.Font.Size = 9F;
            gridRangeStyle211.StyleInfo.Font.Strikeout = false;
            gridRangeStyle211.StyleInfo.Font.Underline = false;
            gridRangeStyle211.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle212.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle212.StyleInfo.Font.Bold = false;
            gridRangeStyle212.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle212.StyleInfo.Font.Italic = false;
            gridRangeStyle212.StyleInfo.Font.Size = 9F;
            gridRangeStyle212.StyleInfo.Font.Strikeout = false;
            gridRangeStyle212.StyleInfo.Font.Underline = false;
            gridRangeStyle212.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle213.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle213.StyleInfo.Font.Bold = false;
            gridRangeStyle213.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle213.StyleInfo.Font.Italic = false;
            gridRangeStyle213.StyleInfo.Font.Size = 9F;
            gridRangeStyle213.StyleInfo.Font.Strikeout = false;
            gridRangeStyle213.StyleInfo.Font.Underline = false;
            gridRangeStyle213.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle214.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle214.StyleInfo.Font.Bold = false;
            gridRangeStyle214.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle214.StyleInfo.Font.Italic = false;
            gridRangeStyle214.StyleInfo.Font.Size = 9F;
            gridRangeStyle214.StyleInfo.Font.Strikeout = false;
            gridRangeStyle214.StyleInfo.Font.Underline = false;
            gridRangeStyle214.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle215.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle215.StyleInfo.Font.Bold = false;
            gridRangeStyle215.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle215.StyleInfo.Font.Italic = false;
            gridRangeStyle215.StyleInfo.Font.Size = 9F;
            gridRangeStyle215.StyleInfo.Font.Strikeout = false;
            gridRangeStyle215.StyleInfo.Font.Underline = false;
            gridRangeStyle215.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle216.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle216.StyleInfo.Font.Bold = false;
            gridRangeStyle216.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle216.StyleInfo.Font.Italic = false;
            gridRangeStyle216.StyleInfo.Font.Size = 9F;
            gridRangeStyle216.StyleInfo.Font.Strikeout = false;
            gridRangeStyle216.StyleInfo.Font.Underline = false;
            gridRangeStyle216.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle217.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle217.StyleInfo.Font.Bold = false;
            gridRangeStyle217.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle217.StyleInfo.Font.Italic = false;
            gridRangeStyle217.StyleInfo.Font.Size = 9F;
            gridRangeStyle217.StyleInfo.Font.Strikeout = false;
            gridRangeStyle217.StyleInfo.Font.Underline = false;
            gridRangeStyle217.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle218.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle218.StyleInfo.Font.Bold = false;
            gridRangeStyle218.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle218.StyleInfo.Font.Italic = false;
            gridRangeStyle218.StyleInfo.Font.Size = 9F;
            gridRangeStyle218.StyleInfo.Font.Strikeout = false;
            gridRangeStyle218.StyleInfo.Font.Underline = false;
            gridRangeStyle218.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle219.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle219.StyleInfo.Font.Bold = false;
            gridRangeStyle219.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle219.StyleInfo.Font.Italic = false;
            gridRangeStyle219.StyleInfo.Font.Size = 9F;
            gridRangeStyle219.StyleInfo.Font.Strikeout = false;
            gridRangeStyle219.StyleInfo.Font.Underline = false;
            gridRangeStyle219.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle220.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle220.StyleInfo.Font.Bold = false;
            gridRangeStyle220.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle220.StyleInfo.Font.Italic = false;
            gridRangeStyle220.StyleInfo.Font.Size = 9F;
            gridRangeStyle220.StyleInfo.Font.Strikeout = false;
            gridRangeStyle220.StyleInfo.Font.Underline = false;
            gridRangeStyle220.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle221.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle221.StyleInfo.Font.Bold = false;
            gridRangeStyle221.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle221.StyleInfo.Font.Italic = false;
            gridRangeStyle221.StyleInfo.Font.Size = 9F;
            gridRangeStyle221.StyleInfo.Font.Strikeout = false;
            gridRangeStyle221.StyleInfo.Font.Underline = false;
            gridRangeStyle221.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle222.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle222.StyleInfo.Font.Bold = false;
            gridRangeStyle222.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle222.StyleInfo.Font.Italic = false;
            gridRangeStyle222.StyleInfo.Font.Size = 9F;
            gridRangeStyle222.StyleInfo.Font.Strikeout = false;
            gridRangeStyle222.StyleInfo.Font.Underline = false;
            gridRangeStyle222.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle223.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle223.StyleInfo.Font.Bold = false;
            gridRangeStyle223.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle223.StyleInfo.Font.Italic = false;
            gridRangeStyle223.StyleInfo.Font.Size = 9F;
            gridRangeStyle223.StyleInfo.Font.Strikeout = false;
            gridRangeStyle223.StyleInfo.Font.Underline = false;
            gridRangeStyle223.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle224.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle224.StyleInfo.Font.Bold = false;
            gridRangeStyle224.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle224.StyleInfo.Font.Italic = false;
            gridRangeStyle224.StyleInfo.Font.Size = 9F;
            gridRangeStyle224.StyleInfo.Font.Strikeout = false;
            gridRangeStyle224.StyleInfo.Font.Underline = false;
            gridRangeStyle224.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle225.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle225.StyleInfo.Font.Bold = false;
            gridRangeStyle225.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle225.StyleInfo.Font.Italic = false;
            gridRangeStyle225.StyleInfo.Font.Size = 9F;
            gridRangeStyle225.StyleInfo.Font.Strikeout = false;
            gridRangeStyle225.StyleInfo.Font.Underline = false;
            gridRangeStyle225.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle226.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle226.StyleInfo.Font.Bold = false;
            gridRangeStyle226.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle226.StyleInfo.Font.Italic = false;
            gridRangeStyle226.StyleInfo.Font.Size = 9F;
            gridRangeStyle226.StyleInfo.Font.Strikeout = false;
            gridRangeStyle226.StyleInfo.Font.Underline = false;
            gridRangeStyle226.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle227.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle227.StyleInfo.Font.Bold = false;
            gridRangeStyle227.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle227.StyleInfo.Font.Italic = false;
            gridRangeStyle227.StyleInfo.Font.Size = 9F;
            gridRangeStyle227.StyleInfo.Font.Strikeout = false;
            gridRangeStyle227.StyleInfo.Font.Underline = false;
            gridRangeStyle227.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle228.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle228.StyleInfo.Font.Bold = false;
            gridRangeStyle228.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle228.StyleInfo.Font.Italic = false;
            gridRangeStyle228.StyleInfo.Font.Size = 9F;
            gridRangeStyle228.StyleInfo.Font.Strikeout = false;
            gridRangeStyle228.StyleInfo.Font.Underline = false;
            gridRangeStyle228.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle229.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle229.StyleInfo.Font.Bold = false;
            gridRangeStyle229.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle229.StyleInfo.Font.Italic = false;
            gridRangeStyle229.StyleInfo.Font.Size = 9F;
            gridRangeStyle229.StyleInfo.Font.Strikeout = false;
            gridRangeStyle229.StyleInfo.Font.Underline = false;
            gridRangeStyle229.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle230.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle230.StyleInfo.Font.Bold = false;
            gridRangeStyle230.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle230.StyleInfo.Font.Italic = false;
            gridRangeStyle230.StyleInfo.Font.Size = 9F;
            gridRangeStyle230.StyleInfo.Font.Strikeout = false;
            gridRangeStyle230.StyleInfo.Font.Underline = false;
            gridRangeStyle230.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle231.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle231.StyleInfo.Font.Bold = false;
            gridRangeStyle231.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle231.StyleInfo.Font.Italic = false;
            gridRangeStyle231.StyleInfo.Font.Size = 9F;
            gridRangeStyle231.StyleInfo.Font.Strikeout = false;
            gridRangeStyle231.StyleInfo.Font.Underline = false;
            gridRangeStyle231.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle232.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle232.StyleInfo.Font.Bold = false;
            gridRangeStyle232.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle232.StyleInfo.Font.Italic = false;
            gridRangeStyle232.StyleInfo.Font.Size = 9F;
            gridRangeStyle232.StyleInfo.Font.Strikeout = false;
            gridRangeStyle232.StyleInfo.Font.Underline = false;
            gridRangeStyle232.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle233.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle233.StyleInfo.Font.Bold = false;
            gridRangeStyle233.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle233.StyleInfo.Font.Italic = false;
            gridRangeStyle233.StyleInfo.Font.Size = 9F;
            gridRangeStyle233.StyleInfo.Font.Strikeout = false;
            gridRangeStyle233.StyleInfo.Font.Underline = false;
            gridRangeStyle233.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle234.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle234.StyleInfo.Font.Bold = false;
            gridRangeStyle234.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle234.StyleInfo.Font.Italic = false;
            gridRangeStyle234.StyleInfo.Font.Size = 9F;
            gridRangeStyle234.StyleInfo.Font.Strikeout = false;
            gridRangeStyle234.StyleInfo.Font.Underline = false;
            gridRangeStyle234.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle235.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle235.StyleInfo.Font.Bold = false;
            gridRangeStyle235.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle235.StyleInfo.Font.Italic = false;
            gridRangeStyle235.StyleInfo.Font.Size = 9F;
            gridRangeStyle235.StyleInfo.Font.Strikeout = false;
            gridRangeStyle235.StyleInfo.Font.Underline = false;
            gridRangeStyle235.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle236.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle236.StyleInfo.Font.Bold = false;
            gridRangeStyle236.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle236.StyleInfo.Font.Italic = false;
            gridRangeStyle236.StyleInfo.Font.Size = 9F;
            gridRangeStyle236.StyleInfo.Font.Strikeout = false;
            gridRangeStyle236.StyleInfo.Font.Underline = false;
            gridRangeStyle236.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle237.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle237.StyleInfo.Font.Bold = false;
            gridRangeStyle237.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle237.StyleInfo.Font.Italic = false;
            gridRangeStyle237.StyleInfo.Font.Size = 9F;
            gridRangeStyle237.StyleInfo.Font.Strikeout = false;
            gridRangeStyle237.StyleInfo.Font.Underline = false;
            gridRangeStyle237.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle238.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle238.StyleInfo.Font.Bold = false;
            gridRangeStyle238.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle238.StyleInfo.Font.Italic = false;
            gridRangeStyle238.StyleInfo.Font.Size = 9F;
            gridRangeStyle238.StyleInfo.Font.Strikeout = false;
            gridRangeStyle238.StyleInfo.Font.Underline = false;
            gridRangeStyle238.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle239.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle239.StyleInfo.Font.Bold = false;
            gridRangeStyle239.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle239.StyleInfo.Font.Italic = false;
            gridRangeStyle239.StyleInfo.Font.Size = 9F;
            gridRangeStyle239.StyleInfo.Font.Strikeout = false;
            gridRangeStyle239.StyleInfo.Font.Underline = false;
            gridRangeStyle239.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle240.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle240.StyleInfo.Font.Bold = false;
            gridRangeStyle240.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle240.StyleInfo.Font.Italic = false;
            gridRangeStyle240.StyleInfo.Font.Size = 9F;
            gridRangeStyle240.StyleInfo.Font.Strikeout = false;
            gridRangeStyle240.StyleInfo.Font.Underline = false;
            gridRangeStyle240.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle241.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle241.StyleInfo.Font.Bold = false;
            gridRangeStyle241.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle241.StyleInfo.Font.Italic = false;
            gridRangeStyle241.StyleInfo.Font.Size = 9F;
            gridRangeStyle241.StyleInfo.Font.Strikeout = false;
            gridRangeStyle241.StyleInfo.Font.Underline = false;
            gridRangeStyle241.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle242.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle242.StyleInfo.Font.Bold = false;
            gridRangeStyle242.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle242.StyleInfo.Font.Italic = false;
            gridRangeStyle242.StyleInfo.Font.Size = 9F;
            gridRangeStyle242.StyleInfo.Font.Strikeout = false;
            gridRangeStyle242.StyleInfo.Font.Underline = false;
            gridRangeStyle242.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle243.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle243.StyleInfo.Font.Bold = false;
            gridRangeStyle243.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle243.StyleInfo.Font.Italic = false;
            gridRangeStyle243.StyleInfo.Font.Size = 9F;
            gridRangeStyle243.StyleInfo.Font.Strikeout = false;
            gridRangeStyle243.StyleInfo.Font.Underline = false;
            gridRangeStyle243.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle244.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle244.StyleInfo.Font.Bold = false;
            gridRangeStyle244.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle244.StyleInfo.Font.Italic = false;
            gridRangeStyle244.StyleInfo.Font.Size = 9F;
            gridRangeStyle244.StyleInfo.Font.Strikeout = false;
            gridRangeStyle244.StyleInfo.Font.Underline = false;
            gridRangeStyle244.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle245.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle245.StyleInfo.Font.Bold = false;
            gridRangeStyle245.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle245.StyleInfo.Font.Italic = false;
            gridRangeStyle245.StyleInfo.Font.Size = 9F;
            gridRangeStyle245.StyleInfo.Font.Strikeout = false;
            gridRangeStyle245.StyleInfo.Font.Underline = false;
            gridRangeStyle245.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle246.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle246.StyleInfo.Font.Bold = false;
            gridRangeStyle246.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle246.StyleInfo.Font.Italic = false;
            gridRangeStyle246.StyleInfo.Font.Size = 9F;
            gridRangeStyle246.StyleInfo.Font.Strikeout = false;
            gridRangeStyle246.StyleInfo.Font.Underline = false;
            gridRangeStyle246.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle247.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle247.StyleInfo.Font.Bold = false;
            gridRangeStyle247.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle247.StyleInfo.Font.Italic = false;
            gridRangeStyle247.StyleInfo.Font.Size = 9F;
            gridRangeStyle247.StyleInfo.Font.Strikeout = false;
            gridRangeStyle247.StyleInfo.Font.Underline = false;
            gridRangeStyle247.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle248.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle248.StyleInfo.Font.Bold = false;
            gridRangeStyle248.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle248.StyleInfo.Font.Italic = false;
            gridRangeStyle248.StyleInfo.Font.Size = 9F;
            gridRangeStyle248.StyleInfo.Font.Strikeout = false;
            gridRangeStyle248.StyleInfo.Font.Underline = false;
            gridRangeStyle248.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle249.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle249.StyleInfo.Font.Bold = false;
            gridRangeStyle249.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle249.StyleInfo.Font.Italic = false;
            gridRangeStyle249.StyleInfo.Font.Size = 9F;
            gridRangeStyle249.StyleInfo.Font.Strikeout = false;
            gridRangeStyle249.StyleInfo.Font.Underline = false;
            gridRangeStyle249.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle250.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle250.StyleInfo.Font.Bold = false;
            gridRangeStyle250.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle250.StyleInfo.Font.Italic = false;
            gridRangeStyle250.StyleInfo.Font.Size = 9F;
            gridRangeStyle250.StyleInfo.Font.Strikeout = false;
            gridRangeStyle250.StyleInfo.Font.Underline = false;
            gridRangeStyle250.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle251.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle251.StyleInfo.Font.Bold = false;
            gridRangeStyle251.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle251.StyleInfo.Font.Italic = false;
            gridRangeStyle251.StyleInfo.Font.Size = 9F;
            gridRangeStyle251.StyleInfo.Font.Strikeout = false;
            gridRangeStyle251.StyleInfo.Font.Underline = false;
            gridRangeStyle251.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle252.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle252.StyleInfo.Font.Bold = false;
            gridRangeStyle252.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle252.StyleInfo.Font.Italic = false;
            gridRangeStyle252.StyleInfo.Font.Size = 9F;
            gridRangeStyle252.StyleInfo.Font.Strikeout = false;
            gridRangeStyle252.StyleInfo.Font.Underline = false;
            gridRangeStyle252.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle253.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle253.StyleInfo.Font.Bold = false;
            gridRangeStyle253.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle253.StyleInfo.Font.Italic = false;
            gridRangeStyle253.StyleInfo.Font.Size = 9F;
            gridRangeStyle253.StyleInfo.Font.Strikeout = false;
            gridRangeStyle253.StyleInfo.Font.Underline = false;
            gridRangeStyle253.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle254.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle254.StyleInfo.Font.Bold = false;
            gridRangeStyle254.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle254.StyleInfo.Font.Italic = false;
            gridRangeStyle254.StyleInfo.Font.Size = 9F;
            gridRangeStyle254.StyleInfo.Font.Strikeout = false;
            gridRangeStyle254.StyleInfo.Font.Underline = false;
            gridRangeStyle254.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle255.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle255.StyleInfo.Font.Bold = false;
            gridRangeStyle255.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle255.StyleInfo.Font.Italic = false;
            gridRangeStyle255.StyleInfo.Font.Size = 9F;
            gridRangeStyle255.StyleInfo.Font.Strikeout = false;
            gridRangeStyle255.StyleInfo.Font.Underline = false;
            gridRangeStyle255.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle256.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle256.StyleInfo.Font.Bold = false;
            gridRangeStyle256.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle256.StyleInfo.Font.Italic = false;
            gridRangeStyle256.StyleInfo.Font.Size = 9F;
            gridRangeStyle256.StyleInfo.Font.Strikeout = false;
            gridRangeStyle256.StyleInfo.Font.Underline = false;
            gridRangeStyle256.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle257.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle257.StyleInfo.Font.Bold = false;
            gridRangeStyle257.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle257.StyleInfo.Font.Italic = false;
            gridRangeStyle257.StyleInfo.Font.Size = 9F;
            gridRangeStyle257.StyleInfo.Font.Strikeout = false;
            gridRangeStyle257.StyleInfo.Font.Underline = false;
            gridRangeStyle257.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle258.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle258.StyleInfo.Font.Bold = false;
            gridRangeStyle258.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle258.StyleInfo.Font.Italic = false;
            gridRangeStyle258.StyleInfo.Font.Size = 9F;
            gridRangeStyle258.StyleInfo.Font.Strikeout = false;
            gridRangeStyle258.StyleInfo.Font.Underline = false;
            gridRangeStyle258.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle259.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle259.StyleInfo.Font.Bold = false;
            gridRangeStyle259.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle259.StyleInfo.Font.Italic = false;
            gridRangeStyle259.StyleInfo.Font.Size = 9F;
            gridRangeStyle259.StyleInfo.Font.Strikeout = false;
            gridRangeStyle259.StyleInfo.Font.Underline = false;
            gridRangeStyle259.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle260.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle260.StyleInfo.Font.Bold = false;
            gridRangeStyle260.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle260.StyleInfo.Font.Italic = false;
            gridRangeStyle260.StyleInfo.Font.Size = 9F;
            gridRangeStyle260.StyleInfo.Font.Strikeout = false;
            gridRangeStyle260.StyleInfo.Font.Underline = false;
            gridRangeStyle260.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle261.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle261.StyleInfo.Font.Bold = false;
            gridRangeStyle261.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle261.StyleInfo.Font.Italic = false;
            gridRangeStyle261.StyleInfo.Font.Size = 9F;
            gridRangeStyle261.StyleInfo.Font.Strikeout = false;
            gridRangeStyle261.StyleInfo.Font.Underline = false;
            gridRangeStyle261.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle262.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle262.StyleInfo.Font.Bold = false;
            gridRangeStyle262.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle262.StyleInfo.Font.Italic = false;
            gridRangeStyle262.StyleInfo.Font.Size = 9F;
            gridRangeStyle262.StyleInfo.Font.Strikeout = false;
            gridRangeStyle262.StyleInfo.Font.Underline = false;
            gridRangeStyle262.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle263.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle263.StyleInfo.Font.Bold = false;
            gridRangeStyle263.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle263.StyleInfo.Font.Italic = false;
            gridRangeStyle263.StyleInfo.Font.Size = 9F;
            gridRangeStyle263.StyleInfo.Font.Strikeout = false;
            gridRangeStyle263.StyleInfo.Font.Underline = false;
            gridRangeStyle263.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle264.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle264.StyleInfo.Font.Bold = false;
            gridRangeStyle264.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle264.StyleInfo.Font.Italic = false;
            gridRangeStyle264.StyleInfo.Font.Size = 9F;
            gridRangeStyle264.StyleInfo.Font.Strikeout = false;
            gridRangeStyle264.StyleInfo.Font.Underline = false;
            gridRangeStyle264.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            this.gridOutlookList.RangeStyles.AddRange(new Syncfusion.Windows.Forms.Grid.GridRangeStyle[] {
            gridRangeStyle148,
            gridRangeStyle149,
            gridRangeStyle150,
            gridRangeStyle151,
            gridRangeStyle152,
            gridRangeStyle153,
            gridRangeStyle154,
            gridRangeStyle155,
            gridRangeStyle156,
            gridRangeStyle157,
            gridRangeStyle158,
            gridRangeStyle159,
            gridRangeStyle160,
            gridRangeStyle161,
            gridRangeStyle162,
            gridRangeStyle163,
            gridRangeStyle164,
            gridRangeStyle165,
            gridRangeStyle166,
            gridRangeStyle167,
            gridRangeStyle168,
            gridRangeStyle169,
            gridRangeStyle170,
            gridRangeStyle171,
            gridRangeStyle172,
            gridRangeStyle173,
            gridRangeStyle174,
            gridRangeStyle175,
            gridRangeStyle176,
            gridRangeStyle177,
            gridRangeStyle178,
            gridRangeStyle179,
            gridRangeStyle180,
            gridRangeStyle181,
            gridRangeStyle182,
            gridRangeStyle183,
            gridRangeStyle184,
            gridRangeStyle185,
            gridRangeStyle186,
            gridRangeStyle187,
            gridRangeStyle188,
            gridRangeStyle189,
            gridRangeStyle190,
            gridRangeStyle191,
            gridRangeStyle192,
            gridRangeStyle193,
            gridRangeStyle194,
            gridRangeStyle195,
            gridRangeStyle196,
            gridRangeStyle197,
            gridRangeStyle198,
            gridRangeStyle199,
            gridRangeStyle200,
            gridRangeStyle201,
            gridRangeStyle202,
            gridRangeStyle203,
            gridRangeStyle204,
            gridRangeStyle205,
            gridRangeStyle206,
            gridRangeStyle207,
            gridRangeStyle208,
            gridRangeStyle209,
            gridRangeStyle210,
            gridRangeStyle211,
            gridRangeStyle212,
            gridRangeStyle213,
            gridRangeStyle214,
            gridRangeStyle215,
            gridRangeStyle216,
            gridRangeStyle217,
            gridRangeStyle218,
            gridRangeStyle219,
            gridRangeStyle220,
            gridRangeStyle221,
            gridRangeStyle222,
            gridRangeStyle223,
            gridRangeStyle224,
            gridRangeStyle225,
            gridRangeStyle226,
            gridRangeStyle227,
            gridRangeStyle228,
            gridRangeStyle229,
            gridRangeStyle230,
            gridRangeStyle231,
            gridRangeStyle232,
            gridRangeStyle233,
            gridRangeStyle234,
            gridRangeStyle235,
            gridRangeStyle236,
            gridRangeStyle237,
            gridRangeStyle238,
            gridRangeStyle239,
            gridRangeStyle240,
            gridRangeStyle241,
            gridRangeStyle242,
            gridRangeStyle243,
            gridRangeStyle244,
            gridRangeStyle245,
            gridRangeStyle246,
            gridRangeStyle247,
            gridRangeStyle248,
            gridRangeStyle249,
            gridRangeStyle250,
            gridRangeStyle251,
            gridRangeStyle252,
            gridRangeStyle253,
            gridRangeStyle254,
            gridRangeStyle255,
            gridRangeStyle256,
            gridRangeStyle257,
            gridRangeStyle258,
            gridRangeStyle259,
            gridRangeStyle260,
            gridRangeStyle261,
            gridRangeStyle262,
            gridRangeStyle263,
            gridRangeStyle264});
            this.gridOutlookList.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
            new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 21)});
            this.gridOutlookList.SerializeCellsBehavior = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeAsRangeStylesIntoCode;
            this.gridOutlookList.Size = new System.Drawing.Size(639, 70);
            this.gridOutlookList.SmartSizeBox = false;
            this.gridOutlookList.TabIndex = 159;
            this.gridOutlookList.CellButtonClicked += new Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventHandler(this.gridOutlookList_CellButtonClicked);
            // 
            // buttonGetOutlookList
            // 
            this.buttonGetOutlookList.AutoSize = true;
            this.buttonGetOutlookList.Location = new System.Drawing.Point(10, 25);
            this.buttonGetOutlookList.Name = "buttonGetOutlookList";
            this.buttonGetOutlookList.Size = new System.Drawing.Size(197, 24);
            this.buttonGetOutlookList.TabIndex = 157;
            this.buttonGetOutlookList.Text = "Click here to see Outlook list";
            this.buttonGetOutlookList.UseVisualStyleBackColor = true;
            this.buttonGetOutlookList.Click += new System.EventHandler(this.buttonGetOutlookList_Click);
            // 
            // txtFrom
            // 
            this.autoSendFaxList.SetAutoComplete(this.txtFrom, Syncfusion.Windows.Forms.Tools.AutoCompleteModes.Disabled);
            this.txtFrom.Location = new System.Drawing.Point(66, 306);
            this.txtFrom.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
            this.txtFrom.Name = "txtFrom";
            this.txtFrom.Size = new System.Drawing.Size(243, 22);
            this.txtFrom.TabIndex = 4;
            this.txtFrom.Leave += new System.EventHandler(this.txtFrom_Leave);
            // 
            // buttonViewFax
            // 
            this.buttonViewFax.AutoSize = true;
            this.buttonViewFax.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonViewFax.ForeColor = System.Drawing.Color.Red;
            this.buttonViewFax.Location = new System.Drawing.Point(99, 456);
            this.buttonViewFax.Name = "buttonViewFax";
            this.buttonViewFax.Size = new System.Drawing.Size(107, 36);
            this.buttonViewFax.TabIndex = 7;
            this.buttonViewFax.Text = "Preview Fax";
            this.buttonViewFax.Click += new System.EventHandler(this.buttonViewFax_Click);
            // 
            // buttonRefresh
            // 
            this.buttonRefresh.AutoSize = true;
            this.buttonRefresh.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonRefresh.ForeColor = System.Drawing.Color.Black;
            this.buttonRefresh.Location = new System.Drawing.Point(11, 455);
            this.buttonRefresh.Name = "buttonRefresh";
            this.buttonRefresh.Size = new System.Drawing.Size(84, 37);
            this.buttonRefresh.TabIndex = 6;
            this.buttonRefresh.Text = "Refresh";
            this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
            // 
            // buttonFax
            // 
            this.buttonFax.AutoSize = true;
            this.buttonFax.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonFax.ForeColor = System.Drawing.Color.Red;
            this.buttonFax.Location = new System.Drawing.Point(212, 456);
            this.buttonFax.Name = "buttonFax";
            this.buttonFax.Size = new System.Drawing.Size(85, 36);
            this.buttonFax.TabIndex = 8;
            this.buttonFax.Text = "Send Fax";
            this.buttonFax.Click += new System.EventHandler(this.buttonFax_Click);
            // 
            // gridFaxList
            // 
            gridBaseStyle9.Name = "Header";
            gridBaseStyle9.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle9.StyleInfo.Borders.Left = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle9.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle9.StyleInfo.Borders.Top = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle9.StyleInfo.CellType = "Header";
            gridBaseStyle9.StyleInfo.Font.Bold = true;
            gridBaseStyle9.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
            gridBaseStyle9.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
            gridBaseStyle10.Name = "Standard";
            gridBaseStyle10.StyleInfo.Font.Facename = "Tahoma";
            gridBaseStyle10.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
            gridBaseStyle11.Name = "Row Header";
            gridBaseStyle11.StyleInfo.BaseStyle = "Header";
            gridBaseStyle11.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
            gridBaseStyle11.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
            gridBaseStyle12.Name = "Column Header";
            gridBaseStyle12.StyleInfo.BaseStyle = "Header";
            gridBaseStyle12.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
            this.gridFaxList.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
            gridBaseStyle9,
            gridBaseStyle10,
            gridBaseStyle11,
            gridBaseStyle12});
            this.gridFaxList.ColHiddenEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColHidden[] {
            new Syncfusion.Windows.Forms.Grid.GridColHidden(0)});
            this.gridFaxList.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
            new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 35)});
            this.gridFaxList.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid;
            this.gridFaxList.Font = new System.Drawing.Font("Arial", 9F);
            this.gridFaxList.Location = new System.Drawing.Point(12, 496);
            this.gridFaxList.Name = "gridFaxList";
            gridRangeStyle265.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle265.StyleInfo.Font.Bold = false;
            gridRangeStyle265.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle265.StyleInfo.Font.Italic = false;
            gridRangeStyle265.StyleInfo.Font.Size = 9F;
            gridRangeStyle265.StyleInfo.Font.Strikeout = false;
            gridRangeStyle265.StyleInfo.Font.Underline = false;
            gridRangeStyle265.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle266.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle266.StyleInfo.Font.Bold = false;
            gridRangeStyle266.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle266.StyleInfo.Font.Italic = false;
            gridRangeStyle266.StyleInfo.Font.Size = 9F;
            gridRangeStyle266.StyleInfo.Font.Strikeout = false;
            gridRangeStyle266.StyleInfo.Font.Underline = false;
            gridRangeStyle266.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle267.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle267.StyleInfo.Font.Bold = false;
            gridRangeStyle267.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle267.StyleInfo.Font.Italic = false;
            gridRangeStyle267.StyleInfo.Font.Size = 9F;
            gridRangeStyle267.StyleInfo.Font.Strikeout = false;
            gridRangeStyle267.StyleInfo.Font.Underline = false;
            gridRangeStyle267.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle268.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle268.StyleInfo.Font.Bold = false;
            gridRangeStyle268.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle268.StyleInfo.Font.Italic = false;
            gridRangeStyle268.StyleInfo.Font.Size = 9F;
            gridRangeStyle268.StyleInfo.Font.Strikeout = false;
            gridRangeStyle268.StyleInfo.Font.Underline = false;
            gridRangeStyle268.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle269.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle269.StyleInfo.Font.Bold = false;
            gridRangeStyle269.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle269.StyleInfo.Font.Italic = false;
            gridRangeStyle269.StyleInfo.Font.Size = 9F;
            gridRangeStyle269.StyleInfo.Font.Strikeout = false;
            gridRangeStyle269.StyleInfo.Font.Underline = false;
            gridRangeStyle269.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle270.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle270.StyleInfo.Font.Bold = false;
            gridRangeStyle270.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle270.StyleInfo.Font.Italic = false;
            gridRangeStyle270.StyleInfo.Font.Size = 9F;
            gridRangeStyle270.StyleInfo.Font.Strikeout = false;
            gridRangeStyle270.StyleInfo.Font.Underline = false;
            gridRangeStyle270.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle271.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle271.StyleInfo.Font.Bold = false;
            gridRangeStyle271.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle271.StyleInfo.Font.Italic = false;
            gridRangeStyle271.StyleInfo.Font.Size = 9F;
            gridRangeStyle271.StyleInfo.Font.Strikeout = false;
            gridRangeStyle271.StyleInfo.Font.Underline = false;
            gridRangeStyle271.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle272.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle272.StyleInfo.Font.Bold = false;
            gridRangeStyle272.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle272.StyleInfo.Font.Italic = false;
            gridRangeStyle272.StyleInfo.Font.Size = 9F;
            gridRangeStyle272.StyleInfo.Font.Strikeout = false;
            gridRangeStyle272.StyleInfo.Font.Underline = false;
            gridRangeStyle272.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle273.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle273.StyleInfo.Font.Bold = false;
            gridRangeStyle273.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle273.StyleInfo.Font.Italic = false;
            gridRangeStyle273.StyleInfo.Font.Size = 9F;
            gridRangeStyle273.StyleInfo.Font.Strikeout = false;
            gridRangeStyle273.StyleInfo.Font.Underline = false;
            gridRangeStyle273.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle274.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle274.StyleInfo.Font.Bold = false;
            gridRangeStyle274.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle274.StyleInfo.Font.Italic = false;
            gridRangeStyle274.StyleInfo.Font.Size = 9F;
            gridRangeStyle274.StyleInfo.Font.Strikeout = false;
            gridRangeStyle274.StyleInfo.Font.Underline = false;
            gridRangeStyle274.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle275.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle275.StyleInfo.Font.Bold = false;
            gridRangeStyle275.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle275.StyleInfo.Font.Italic = false;
            gridRangeStyle275.StyleInfo.Font.Size = 9F;
            gridRangeStyle275.StyleInfo.Font.Strikeout = false;
            gridRangeStyle275.StyleInfo.Font.Underline = false;
            gridRangeStyle275.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle276.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle276.StyleInfo.Font.Bold = false;
            gridRangeStyle276.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle276.StyleInfo.Font.Italic = false;
            gridRangeStyle276.StyleInfo.Font.Size = 9F;
            gridRangeStyle276.StyleInfo.Font.Strikeout = false;
            gridRangeStyle276.StyleInfo.Font.Underline = false;
            gridRangeStyle276.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle277.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle277.StyleInfo.Font.Bold = false;
            gridRangeStyle277.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle277.StyleInfo.Font.Italic = false;
            gridRangeStyle277.StyleInfo.Font.Size = 9F;
            gridRangeStyle277.StyleInfo.Font.Strikeout = false;
            gridRangeStyle277.StyleInfo.Font.Underline = false;
            gridRangeStyle277.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle278.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle278.StyleInfo.Font.Bold = false;
            gridRangeStyle278.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle278.StyleInfo.Font.Italic = false;
            gridRangeStyle278.StyleInfo.Font.Size = 9F;
            gridRangeStyle278.StyleInfo.Font.Strikeout = false;
            gridRangeStyle278.StyleInfo.Font.Underline = false;
            gridRangeStyle278.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle279.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle279.StyleInfo.Font.Bold = false;
            gridRangeStyle279.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle279.StyleInfo.Font.Italic = false;
            gridRangeStyle279.StyleInfo.Font.Size = 9F;
            gridRangeStyle279.StyleInfo.Font.Strikeout = false;
            gridRangeStyle279.StyleInfo.Font.Underline = false;
            gridRangeStyle279.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle280.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle280.StyleInfo.Font.Bold = false;
            gridRangeStyle280.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle280.StyleInfo.Font.Italic = false;
            gridRangeStyle280.StyleInfo.Font.Size = 9F;
            gridRangeStyle280.StyleInfo.Font.Strikeout = false;
            gridRangeStyle280.StyleInfo.Font.Underline = false;
            gridRangeStyle280.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle281.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle281.StyleInfo.Font.Bold = false;
            gridRangeStyle281.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle281.StyleInfo.Font.Italic = false;
            gridRangeStyle281.StyleInfo.Font.Size = 9F;
            gridRangeStyle281.StyleInfo.Font.Strikeout = false;
            gridRangeStyle281.StyleInfo.Font.Underline = false;
            gridRangeStyle281.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle282.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle282.StyleInfo.Font.Bold = false;
            gridRangeStyle282.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle282.StyleInfo.Font.Italic = false;
            gridRangeStyle282.StyleInfo.Font.Size = 9F;
            gridRangeStyle282.StyleInfo.Font.Strikeout = false;
            gridRangeStyle282.StyleInfo.Font.Underline = false;
            gridRangeStyle282.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle283.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle283.StyleInfo.Font.Bold = false;
            gridRangeStyle283.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle283.StyleInfo.Font.Italic = false;
            gridRangeStyle283.StyleInfo.Font.Size = 9F;
            gridRangeStyle283.StyleInfo.Font.Strikeout = false;
            gridRangeStyle283.StyleInfo.Font.Underline = false;
            gridRangeStyle283.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle284.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle284.StyleInfo.Font.Bold = false;
            gridRangeStyle284.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle284.StyleInfo.Font.Italic = false;
            gridRangeStyle284.StyleInfo.Font.Size = 9F;
            gridRangeStyle284.StyleInfo.Font.Strikeout = false;
            gridRangeStyle284.StyleInfo.Font.Underline = false;
            gridRangeStyle284.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle285.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle285.StyleInfo.Font.Bold = false;
            gridRangeStyle285.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle285.StyleInfo.Font.Italic = false;
            gridRangeStyle285.StyleInfo.Font.Size = 9F;
            gridRangeStyle285.StyleInfo.Font.Strikeout = false;
            gridRangeStyle285.StyleInfo.Font.Underline = false;
            gridRangeStyle285.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle286.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle286.StyleInfo.Font.Bold = false;
            gridRangeStyle286.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle286.StyleInfo.Font.Italic = false;
            gridRangeStyle286.StyleInfo.Font.Size = 9F;
            gridRangeStyle286.StyleInfo.Font.Strikeout = false;
            gridRangeStyle286.StyleInfo.Font.Underline = false;
            gridRangeStyle286.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle287.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle287.StyleInfo.Font.Bold = false;
            gridRangeStyle287.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle287.StyleInfo.Font.Italic = false;
            gridRangeStyle287.StyleInfo.Font.Size = 9F;
            gridRangeStyle287.StyleInfo.Font.Strikeout = false;
            gridRangeStyle287.StyleInfo.Font.Underline = false;
            gridRangeStyle287.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle288.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle288.StyleInfo.Font.Bold = false;
            gridRangeStyle288.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle288.StyleInfo.Font.Italic = false;
            gridRangeStyle288.StyleInfo.Font.Size = 9F;
            gridRangeStyle288.StyleInfo.Font.Strikeout = false;
            gridRangeStyle288.StyleInfo.Font.Underline = false;
            gridRangeStyle288.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle289.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle289.StyleInfo.Font.Bold = false;
            gridRangeStyle289.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle289.StyleInfo.Font.Italic = false;
            gridRangeStyle289.StyleInfo.Font.Size = 9F;
            gridRangeStyle289.StyleInfo.Font.Strikeout = false;
            gridRangeStyle289.StyleInfo.Font.Underline = false;
            gridRangeStyle289.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle290.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle290.StyleInfo.Font.Bold = false;
            gridRangeStyle290.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle290.StyleInfo.Font.Italic = false;
            gridRangeStyle290.StyleInfo.Font.Size = 9F;
            gridRangeStyle290.StyleInfo.Font.Strikeout = false;
            gridRangeStyle290.StyleInfo.Font.Underline = false;
            gridRangeStyle290.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle291.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle291.StyleInfo.Font.Bold = false;
            gridRangeStyle291.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle291.StyleInfo.Font.Italic = false;
            gridRangeStyle291.StyleInfo.Font.Size = 9F;
            gridRangeStyle291.StyleInfo.Font.Strikeout = false;
            gridRangeStyle291.StyleInfo.Font.Underline = false;
            gridRangeStyle291.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle292.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle292.StyleInfo.Font.Bold = false;
            gridRangeStyle292.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle292.StyleInfo.Font.Italic = false;
            gridRangeStyle292.StyleInfo.Font.Size = 9F;
            gridRangeStyle292.StyleInfo.Font.Strikeout = false;
            gridRangeStyle292.StyleInfo.Font.Underline = false;
            gridRangeStyle292.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle293.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle293.StyleInfo.Font.Bold = false;
            gridRangeStyle293.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle293.StyleInfo.Font.Italic = false;
            gridRangeStyle293.StyleInfo.Font.Size = 9F;
            gridRangeStyle293.StyleInfo.Font.Strikeout = false;
            gridRangeStyle293.StyleInfo.Font.Underline = false;
            gridRangeStyle293.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle294.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle294.StyleInfo.Font.Bold = false;
            gridRangeStyle294.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle294.StyleInfo.Font.Italic = false;
            gridRangeStyle294.StyleInfo.Font.Size = 9F;
            gridRangeStyle294.StyleInfo.Font.Strikeout = false;
            gridRangeStyle294.StyleInfo.Font.Underline = false;
            gridRangeStyle294.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle295.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle295.StyleInfo.Font.Bold = false;
            gridRangeStyle295.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle295.StyleInfo.Font.Italic = false;
            gridRangeStyle295.StyleInfo.Font.Size = 9F;
            gridRangeStyle295.StyleInfo.Font.Strikeout = false;
            gridRangeStyle295.StyleInfo.Font.Underline = false;
            gridRangeStyle295.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle296.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle296.StyleInfo.Font.Bold = false;
            gridRangeStyle296.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle296.StyleInfo.Font.Italic = false;
            gridRangeStyle296.StyleInfo.Font.Size = 9F;
            gridRangeStyle296.StyleInfo.Font.Strikeout = false;
            gridRangeStyle296.StyleInfo.Font.Underline = false;
            gridRangeStyle296.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle297.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle297.StyleInfo.Font.Bold = false;
            gridRangeStyle297.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle297.StyleInfo.Font.Italic = false;
            gridRangeStyle297.StyleInfo.Font.Size = 9F;
            gridRangeStyle297.StyleInfo.Font.Strikeout = false;
            gridRangeStyle297.StyleInfo.Font.Underline = false;
            gridRangeStyle297.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle298.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle298.StyleInfo.Font.Bold = false;
            gridRangeStyle298.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle298.StyleInfo.Font.Italic = false;
            gridRangeStyle298.StyleInfo.Font.Size = 9F;
            gridRangeStyle298.StyleInfo.Font.Strikeout = false;
            gridRangeStyle298.StyleInfo.Font.Underline = false;
            gridRangeStyle298.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle299.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle299.StyleInfo.Font.Bold = false;
            gridRangeStyle299.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle299.StyleInfo.Font.Italic = false;
            gridRangeStyle299.StyleInfo.Font.Size = 9F;
            gridRangeStyle299.StyleInfo.Font.Strikeout = false;
            gridRangeStyle299.StyleInfo.Font.Underline = false;
            gridRangeStyle299.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle300.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle300.StyleInfo.Font.Bold = false;
            gridRangeStyle300.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle300.StyleInfo.Font.Italic = false;
            gridRangeStyle300.StyleInfo.Font.Size = 9F;
            gridRangeStyle300.StyleInfo.Font.Strikeout = false;
            gridRangeStyle300.StyleInfo.Font.Underline = false;
            gridRangeStyle300.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle301.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle301.StyleInfo.Font.Bold = false;
            gridRangeStyle301.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle301.StyleInfo.Font.Italic = false;
            gridRangeStyle301.StyleInfo.Font.Size = 9F;
            gridRangeStyle301.StyleInfo.Font.Strikeout = false;
            gridRangeStyle301.StyleInfo.Font.Underline = false;
            gridRangeStyle301.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle302.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle302.StyleInfo.Font.Bold = false;
            gridRangeStyle302.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle302.StyleInfo.Font.Italic = false;
            gridRangeStyle302.StyleInfo.Font.Size = 9F;
            gridRangeStyle302.StyleInfo.Font.Strikeout = false;
            gridRangeStyle302.StyleInfo.Font.Underline = false;
            gridRangeStyle302.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle303.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle303.StyleInfo.Font.Bold = false;
            gridRangeStyle303.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle303.StyleInfo.Font.Italic = false;
            gridRangeStyle303.StyleInfo.Font.Size = 9F;
            gridRangeStyle303.StyleInfo.Font.Strikeout = false;
            gridRangeStyle303.StyleInfo.Font.Underline = false;
            gridRangeStyle303.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle304.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle304.StyleInfo.Font.Bold = false;
            gridRangeStyle304.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle304.StyleInfo.Font.Italic = false;
            gridRangeStyle304.StyleInfo.Font.Size = 9F;
            gridRangeStyle304.StyleInfo.Font.Strikeout = false;
            gridRangeStyle304.StyleInfo.Font.Underline = false;
            gridRangeStyle304.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle305.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle305.StyleInfo.Font.Bold = false;
            gridRangeStyle305.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle305.StyleInfo.Font.Italic = false;
            gridRangeStyle305.StyleInfo.Font.Size = 9F;
            gridRangeStyle305.StyleInfo.Font.Strikeout = false;
            gridRangeStyle305.StyleInfo.Font.Underline = false;
            gridRangeStyle305.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle306.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle306.StyleInfo.Font.Bold = false;
            gridRangeStyle306.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle306.StyleInfo.Font.Italic = false;
            gridRangeStyle306.StyleInfo.Font.Size = 9F;
            gridRangeStyle306.StyleInfo.Font.Strikeout = false;
            gridRangeStyle306.StyleInfo.Font.Underline = false;
            gridRangeStyle306.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle307.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle307.StyleInfo.Font.Bold = false;
            gridRangeStyle307.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle307.StyleInfo.Font.Italic = false;
            gridRangeStyle307.StyleInfo.Font.Size = 9F;
            gridRangeStyle307.StyleInfo.Font.Strikeout = false;
            gridRangeStyle307.StyleInfo.Font.Underline = false;
            gridRangeStyle307.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle308.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle308.StyleInfo.Font.Bold = false;
            gridRangeStyle308.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle308.StyleInfo.Font.Italic = false;
            gridRangeStyle308.StyleInfo.Font.Size = 9F;
            gridRangeStyle308.StyleInfo.Font.Strikeout = false;
            gridRangeStyle308.StyleInfo.Font.Underline = false;
            gridRangeStyle308.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle309.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle309.StyleInfo.Font.Bold = false;
            gridRangeStyle309.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle309.StyleInfo.Font.Italic = false;
            gridRangeStyle309.StyleInfo.Font.Size = 9F;
            gridRangeStyle309.StyleInfo.Font.Strikeout = false;
            gridRangeStyle309.StyleInfo.Font.Underline = false;
            gridRangeStyle309.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle310.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle310.StyleInfo.Font.Bold = false;
            gridRangeStyle310.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle310.StyleInfo.Font.Italic = false;
            gridRangeStyle310.StyleInfo.Font.Size = 9F;
            gridRangeStyle310.StyleInfo.Font.Strikeout = false;
            gridRangeStyle310.StyleInfo.Font.Underline = false;
            gridRangeStyle310.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle311.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle311.StyleInfo.Font.Bold = false;
            gridRangeStyle311.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle311.StyleInfo.Font.Italic = false;
            gridRangeStyle311.StyleInfo.Font.Size = 9F;
            gridRangeStyle311.StyleInfo.Font.Strikeout = false;
            gridRangeStyle311.StyleInfo.Font.Underline = false;
            gridRangeStyle311.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle312.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle312.StyleInfo.Font.Bold = false;
            gridRangeStyle312.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle312.StyleInfo.Font.Italic = false;
            gridRangeStyle312.StyleInfo.Font.Size = 9F;
            gridRangeStyle312.StyleInfo.Font.Strikeout = false;
            gridRangeStyle312.StyleInfo.Font.Underline = false;
            gridRangeStyle312.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle313.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle313.StyleInfo.Font.Bold = false;
            gridRangeStyle313.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle313.StyleInfo.Font.Italic = false;
            gridRangeStyle313.StyleInfo.Font.Size = 9F;
            gridRangeStyle313.StyleInfo.Font.Strikeout = false;
            gridRangeStyle313.StyleInfo.Font.Underline = false;
            gridRangeStyle313.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle314.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle314.StyleInfo.Font.Bold = false;
            gridRangeStyle314.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle314.StyleInfo.Font.Italic = false;
            gridRangeStyle314.StyleInfo.Font.Size = 9F;
            gridRangeStyle314.StyleInfo.Font.Strikeout = false;
            gridRangeStyle314.StyleInfo.Font.Underline = false;
            gridRangeStyle314.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle315.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle315.StyleInfo.Font.Bold = false;
            gridRangeStyle315.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle315.StyleInfo.Font.Italic = false;
            gridRangeStyle315.StyleInfo.Font.Size = 9F;
            gridRangeStyle315.StyleInfo.Font.Strikeout = false;
            gridRangeStyle315.StyleInfo.Font.Underline = false;
            gridRangeStyle315.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle316.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle316.StyleInfo.Font.Bold = false;
            gridRangeStyle316.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle316.StyleInfo.Font.Italic = false;
            gridRangeStyle316.StyleInfo.Font.Size = 9F;
            gridRangeStyle316.StyleInfo.Font.Strikeout = false;
            gridRangeStyle316.StyleInfo.Font.Underline = false;
            gridRangeStyle316.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle317.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle317.StyleInfo.Font.Bold = false;
            gridRangeStyle317.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle317.StyleInfo.Font.Italic = false;
            gridRangeStyle317.StyleInfo.Font.Size = 9F;
            gridRangeStyle317.StyleInfo.Font.Strikeout = false;
            gridRangeStyle317.StyleInfo.Font.Underline = false;
            gridRangeStyle317.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle318.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle318.StyleInfo.Font.Bold = false;
            gridRangeStyle318.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle318.StyleInfo.Font.Italic = false;
            gridRangeStyle318.StyleInfo.Font.Size = 9F;
            gridRangeStyle318.StyleInfo.Font.Strikeout = false;
            gridRangeStyle318.StyleInfo.Font.Underline = false;
            gridRangeStyle318.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle319.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle319.StyleInfo.Font.Bold = false;
            gridRangeStyle319.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle319.StyleInfo.Font.Italic = false;
            gridRangeStyle319.StyleInfo.Font.Size = 9F;
            gridRangeStyle319.StyleInfo.Font.Strikeout = false;
            gridRangeStyle319.StyleInfo.Font.Underline = false;
            gridRangeStyle319.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle320.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle320.StyleInfo.Font.Bold = false;
            gridRangeStyle320.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle320.StyleInfo.Font.Italic = false;
            gridRangeStyle320.StyleInfo.Font.Size = 9F;
            gridRangeStyle320.StyleInfo.Font.Strikeout = false;
            gridRangeStyle320.StyleInfo.Font.Underline = false;
            gridRangeStyle320.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle321.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle321.StyleInfo.Font.Bold = false;
            gridRangeStyle321.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle321.StyleInfo.Font.Italic = false;
            gridRangeStyle321.StyleInfo.Font.Size = 9F;
            gridRangeStyle321.StyleInfo.Font.Strikeout = false;
            gridRangeStyle321.StyleInfo.Font.Underline = false;
            gridRangeStyle321.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle322.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle322.StyleInfo.Font.Bold = false;
            gridRangeStyle322.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle322.StyleInfo.Font.Italic = false;
            gridRangeStyle322.StyleInfo.Font.Size = 9F;
            gridRangeStyle322.StyleInfo.Font.Strikeout = false;
            gridRangeStyle322.StyleInfo.Font.Underline = false;
            gridRangeStyle322.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle323.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle323.StyleInfo.Font.Bold = false;
            gridRangeStyle323.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle323.StyleInfo.Font.Italic = false;
            gridRangeStyle323.StyleInfo.Font.Size = 9F;
            gridRangeStyle323.StyleInfo.Font.Strikeout = false;
            gridRangeStyle323.StyleInfo.Font.Underline = false;
            gridRangeStyle323.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle324.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle324.StyleInfo.Font.Bold = false;
            gridRangeStyle324.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle324.StyleInfo.Font.Italic = false;
            gridRangeStyle324.StyleInfo.Font.Size = 9F;
            gridRangeStyle324.StyleInfo.Font.Strikeout = false;
            gridRangeStyle324.StyleInfo.Font.Underline = false;
            gridRangeStyle324.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle325.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle325.StyleInfo.Font.Bold = false;
            gridRangeStyle325.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle325.StyleInfo.Font.Italic = false;
            gridRangeStyle325.StyleInfo.Font.Size = 9F;
            gridRangeStyle325.StyleInfo.Font.Strikeout = false;
            gridRangeStyle325.StyleInfo.Font.Underline = false;
            gridRangeStyle325.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle326.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle326.StyleInfo.Font.Bold = false;
            gridRangeStyle326.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle326.StyleInfo.Font.Italic = false;
            gridRangeStyle326.StyleInfo.Font.Size = 9F;
            gridRangeStyle326.StyleInfo.Font.Strikeout = false;
            gridRangeStyle326.StyleInfo.Font.Underline = false;
            gridRangeStyle326.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle327.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle327.StyleInfo.Font.Bold = false;
            gridRangeStyle327.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle327.StyleInfo.Font.Italic = false;
            gridRangeStyle327.StyleInfo.Font.Size = 9F;
            gridRangeStyle327.StyleInfo.Font.Strikeout = false;
            gridRangeStyle327.StyleInfo.Font.Underline = false;
            gridRangeStyle327.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle328.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle328.StyleInfo.Font.Bold = false;
            gridRangeStyle328.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle328.StyleInfo.Font.Italic = false;
            gridRangeStyle328.StyleInfo.Font.Size = 9F;
            gridRangeStyle328.StyleInfo.Font.Strikeout = false;
            gridRangeStyle328.StyleInfo.Font.Underline = false;
            gridRangeStyle328.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle329.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle329.StyleInfo.Font.Bold = false;
            gridRangeStyle329.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle329.StyleInfo.Font.Italic = false;
            gridRangeStyle329.StyleInfo.Font.Size = 9F;
            gridRangeStyle329.StyleInfo.Font.Strikeout = false;
            gridRangeStyle329.StyleInfo.Font.Underline = false;
            gridRangeStyle329.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle330.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle330.StyleInfo.Font.Bold = false;
            gridRangeStyle330.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle330.StyleInfo.Font.Italic = false;
            gridRangeStyle330.StyleInfo.Font.Size = 9F;
            gridRangeStyle330.StyleInfo.Font.Strikeout = false;
            gridRangeStyle330.StyleInfo.Font.Underline = false;
            gridRangeStyle330.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle331.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle331.StyleInfo.Font.Bold = false;
            gridRangeStyle331.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle331.StyleInfo.Font.Italic = false;
            gridRangeStyle331.StyleInfo.Font.Size = 9F;
            gridRangeStyle331.StyleInfo.Font.Strikeout = false;
            gridRangeStyle331.StyleInfo.Font.Underline = false;
            gridRangeStyle331.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle332.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle332.StyleInfo.Font.Bold = false;
            gridRangeStyle332.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle332.StyleInfo.Font.Italic = false;
            gridRangeStyle332.StyleInfo.Font.Size = 9F;
            gridRangeStyle332.StyleInfo.Font.Strikeout = false;
            gridRangeStyle332.StyleInfo.Font.Underline = false;
            gridRangeStyle332.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle333.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle333.StyleInfo.Font.Bold = false;
            gridRangeStyle333.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle333.StyleInfo.Font.Italic = false;
            gridRangeStyle333.StyleInfo.Font.Size = 9F;
            gridRangeStyle333.StyleInfo.Font.Strikeout = false;
            gridRangeStyle333.StyleInfo.Font.Underline = false;
            gridRangeStyle333.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle334.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle334.StyleInfo.Font.Bold = false;
            gridRangeStyle334.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle334.StyleInfo.Font.Italic = false;
            gridRangeStyle334.StyleInfo.Font.Size = 9F;
            gridRangeStyle334.StyleInfo.Font.Strikeout = false;
            gridRangeStyle334.StyleInfo.Font.Underline = false;
            gridRangeStyle334.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle335.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle335.StyleInfo.Font.Bold = false;
            gridRangeStyle335.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle335.StyleInfo.Font.Italic = false;
            gridRangeStyle335.StyleInfo.Font.Size = 9F;
            gridRangeStyle335.StyleInfo.Font.Strikeout = false;
            gridRangeStyle335.StyleInfo.Font.Underline = false;
            gridRangeStyle335.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle336.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle336.StyleInfo.Font.Bold = false;
            gridRangeStyle336.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle336.StyleInfo.Font.Italic = false;
            gridRangeStyle336.StyleInfo.Font.Size = 9F;
            gridRangeStyle336.StyleInfo.Font.Strikeout = false;
            gridRangeStyle336.StyleInfo.Font.Underline = false;
            gridRangeStyle336.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle337.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle337.StyleInfo.Font.Bold = false;
            gridRangeStyle337.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle337.StyleInfo.Font.Italic = false;
            gridRangeStyle337.StyleInfo.Font.Size = 9F;
            gridRangeStyle337.StyleInfo.Font.Strikeout = false;
            gridRangeStyle337.StyleInfo.Font.Underline = false;
            gridRangeStyle337.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle338.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle338.StyleInfo.Font.Bold = false;
            gridRangeStyle338.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle338.StyleInfo.Font.Italic = false;
            gridRangeStyle338.StyleInfo.Font.Size = 9F;
            gridRangeStyle338.StyleInfo.Font.Strikeout = false;
            gridRangeStyle338.StyleInfo.Font.Underline = false;
            gridRangeStyle338.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle339.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle339.StyleInfo.Font.Bold = false;
            gridRangeStyle339.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle339.StyleInfo.Font.Italic = false;
            gridRangeStyle339.StyleInfo.Font.Size = 9F;
            gridRangeStyle339.StyleInfo.Font.Strikeout = false;
            gridRangeStyle339.StyleInfo.Font.Underline = false;
            gridRangeStyle339.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle340.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle340.StyleInfo.Font.Bold = false;
            gridRangeStyle340.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle340.StyleInfo.Font.Italic = false;
            gridRangeStyle340.StyleInfo.Font.Size = 9F;
            gridRangeStyle340.StyleInfo.Font.Strikeout = false;
            gridRangeStyle340.StyleInfo.Font.Underline = false;
            gridRangeStyle340.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle341.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle341.StyleInfo.Font.Bold = false;
            gridRangeStyle341.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle341.StyleInfo.Font.Italic = false;
            gridRangeStyle341.StyleInfo.Font.Size = 9F;
            gridRangeStyle341.StyleInfo.Font.Strikeout = false;
            gridRangeStyle341.StyleInfo.Font.Underline = false;
            gridRangeStyle341.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle342.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle342.StyleInfo.Font.Bold = false;
            gridRangeStyle342.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle342.StyleInfo.Font.Italic = false;
            gridRangeStyle342.StyleInfo.Font.Size = 9F;
            gridRangeStyle342.StyleInfo.Font.Strikeout = false;
            gridRangeStyle342.StyleInfo.Font.Underline = false;
            gridRangeStyle342.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle343.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle343.StyleInfo.Font.Bold = false;
            gridRangeStyle343.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle343.StyleInfo.Font.Italic = false;
            gridRangeStyle343.StyleInfo.Font.Size = 9F;
            gridRangeStyle343.StyleInfo.Font.Strikeout = false;
            gridRangeStyle343.StyleInfo.Font.Underline = false;
            gridRangeStyle343.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle344.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle344.StyleInfo.Font.Bold = false;
            gridRangeStyle344.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle344.StyleInfo.Font.Italic = false;
            gridRangeStyle344.StyleInfo.Font.Size = 9F;
            gridRangeStyle344.StyleInfo.Font.Strikeout = false;
            gridRangeStyle344.StyleInfo.Font.Underline = false;
            gridRangeStyle344.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle345.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle345.StyleInfo.Font.Bold = false;
            gridRangeStyle345.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle345.StyleInfo.Font.Italic = false;
            gridRangeStyle345.StyleInfo.Font.Size = 9F;
            gridRangeStyle345.StyleInfo.Font.Strikeout = false;
            gridRangeStyle345.StyleInfo.Font.Underline = false;
            gridRangeStyle345.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle346.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle346.StyleInfo.Font.Bold = false;
            gridRangeStyle346.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle346.StyleInfo.Font.Italic = false;
            gridRangeStyle346.StyleInfo.Font.Size = 9F;
            gridRangeStyle346.StyleInfo.Font.Strikeout = false;
            gridRangeStyle346.StyleInfo.Font.Underline = false;
            gridRangeStyle346.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle347.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle347.StyleInfo.Font.Bold = false;
            gridRangeStyle347.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle347.StyleInfo.Font.Italic = false;
            gridRangeStyle347.StyleInfo.Font.Size = 9F;
            gridRangeStyle347.StyleInfo.Font.Strikeout = false;
            gridRangeStyle347.StyleInfo.Font.Underline = false;
            gridRangeStyle347.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle348.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle348.StyleInfo.Font.Bold = false;
            gridRangeStyle348.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle348.StyleInfo.Font.Italic = false;
            gridRangeStyle348.StyleInfo.Font.Size = 9F;
            gridRangeStyle348.StyleInfo.Font.Strikeout = false;
            gridRangeStyle348.StyleInfo.Font.Underline = false;
            gridRangeStyle348.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle349.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle349.StyleInfo.Font.Bold = false;
            gridRangeStyle349.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle349.StyleInfo.Font.Italic = false;
            gridRangeStyle349.StyleInfo.Font.Size = 9F;
            gridRangeStyle349.StyleInfo.Font.Strikeout = false;
            gridRangeStyle349.StyleInfo.Font.Underline = false;
            gridRangeStyle349.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle350.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle350.StyleInfo.Font.Bold = false;
            gridRangeStyle350.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle350.StyleInfo.Font.Italic = false;
            gridRangeStyle350.StyleInfo.Font.Size = 9F;
            gridRangeStyle350.StyleInfo.Font.Strikeout = false;
            gridRangeStyle350.StyleInfo.Font.Underline = false;
            gridRangeStyle350.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle351.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle351.StyleInfo.Font.Bold = false;
            gridRangeStyle351.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle351.StyleInfo.Font.Italic = false;
            gridRangeStyle351.StyleInfo.Font.Size = 9F;
            gridRangeStyle351.StyleInfo.Font.Strikeout = false;
            gridRangeStyle351.StyleInfo.Font.Underline = false;
            gridRangeStyle351.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle352.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle352.StyleInfo.Font.Bold = false;
            gridRangeStyle352.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle352.StyleInfo.Font.Italic = false;
            gridRangeStyle352.StyleInfo.Font.Size = 9F;
            gridRangeStyle352.StyleInfo.Font.Strikeout = false;
            gridRangeStyle352.StyleInfo.Font.Underline = false;
            gridRangeStyle352.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle353.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle353.StyleInfo.Font.Bold = false;
            gridRangeStyle353.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle353.StyleInfo.Font.Italic = false;
            gridRangeStyle353.StyleInfo.Font.Size = 9F;
            gridRangeStyle353.StyleInfo.Font.Strikeout = false;
            gridRangeStyle353.StyleInfo.Font.Underline = false;
            gridRangeStyle353.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle354.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle354.StyleInfo.Font.Bold = false;
            gridRangeStyle354.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle354.StyleInfo.Font.Italic = false;
            gridRangeStyle354.StyleInfo.Font.Size = 9F;
            gridRangeStyle354.StyleInfo.Font.Strikeout = false;
            gridRangeStyle354.StyleInfo.Font.Underline = false;
            gridRangeStyle354.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle355.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle355.StyleInfo.Font.Bold = false;
            gridRangeStyle355.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle355.StyleInfo.Font.Italic = false;
            gridRangeStyle355.StyleInfo.Font.Size = 9F;
            gridRangeStyle355.StyleInfo.Font.Strikeout = false;
            gridRangeStyle355.StyleInfo.Font.Underline = false;
            gridRangeStyle355.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle356.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle356.StyleInfo.Font.Bold = false;
            gridRangeStyle356.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle356.StyleInfo.Font.Italic = false;
            gridRangeStyle356.StyleInfo.Font.Size = 9F;
            gridRangeStyle356.StyleInfo.Font.Strikeout = false;
            gridRangeStyle356.StyleInfo.Font.Underline = false;
            gridRangeStyle356.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle357.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle357.StyleInfo.Font.Bold = false;
            gridRangeStyle357.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle357.StyleInfo.Font.Italic = false;
            gridRangeStyle357.StyleInfo.Font.Size = 9F;
            gridRangeStyle357.StyleInfo.Font.Strikeout = false;
            gridRangeStyle357.StyleInfo.Font.Underline = false;
            gridRangeStyle357.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle358.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle358.StyleInfo.Font.Bold = false;
            gridRangeStyle358.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle358.StyleInfo.Font.Italic = false;
            gridRangeStyle358.StyleInfo.Font.Size = 9F;
            gridRangeStyle358.StyleInfo.Font.Strikeout = false;
            gridRangeStyle358.StyleInfo.Font.Underline = false;
            gridRangeStyle358.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle359.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle359.StyleInfo.Font.Bold = false;
            gridRangeStyle359.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle359.StyleInfo.Font.Italic = false;
            gridRangeStyle359.StyleInfo.Font.Size = 9F;
            gridRangeStyle359.StyleInfo.Font.Strikeout = false;
            gridRangeStyle359.StyleInfo.Font.Underline = false;
            gridRangeStyle359.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle360.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle360.StyleInfo.Font.Bold = false;
            gridRangeStyle360.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle360.StyleInfo.Font.Italic = false;
            gridRangeStyle360.StyleInfo.Font.Size = 9F;
            gridRangeStyle360.StyleInfo.Font.Strikeout = false;
            gridRangeStyle360.StyleInfo.Font.Underline = false;
            gridRangeStyle360.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle361.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle361.StyleInfo.Font.Bold = false;
            gridRangeStyle361.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle361.StyleInfo.Font.Italic = false;
            gridRangeStyle361.StyleInfo.Font.Size = 9F;
            gridRangeStyle361.StyleInfo.Font.Strikeout = false;
            gridRangeStyle361.StyleInfo.Font.Underline = false;
            gridRangeStyle361.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle362.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle362.StyleInfo.Font.Bold = false;
            gridRangeStyle362.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle362.StyleInfo.Font.Italic = false;
            gridRangeStyle362.StyleInfo.Font.Size = 9F;
            gridRangeStyle362.StyleInfo.Font.Strikeout = false;
            gridRangeStyle362.StyleInfo.Font.Underline = false;
            gridRangeStyle362.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle363.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle363.StyleInfo.Font.Bold = false;
            gridRangeStyle363.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle363.StyleInfo.Font.Italic = false;
            gridRangeStyle363.StyleInfo.Font.Size = 9F;
            gridRangeStyle363.StyleInfo.Font.Strikeout = false;
            gridRangeStyle363.StyleInfo.Font.Underline = false;
            gridRangeStyle363.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle364.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle364.StyleInfo.Font.Bold = false;
            gridRangeStyle364.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle364.StyleInfo.Font.Italic = false;
            gridRangeStyle364.StyleInfo.Font.Size = 9F;
            gridRangeStyle364.StyleInfo.Font.Strikeout = false;
            gridRangeStyle364.StyleInfo.Font.Underline = false;
            gridRangeStyle364.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle365.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle365.StyleInfo.Font.Bold = false;
            gridRangeStyle365.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle365.StyleInfo.Font.Italic = false;
            gridRangeStyle365.StyleInfo.Font.Size = 9F;
            gridRangeStyle365.StyleInfo.Font.Strikeout = false;
            gridRangeStyle365.StyleInfo.Font.Underline = false;
            gridRangeStyle365.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle366.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle366.StyleInfo.Font.Bold = false;
            gridRangeStyle366.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle366.StyleInfo.Font.Italic = false;
            gridRangeStyle366.StyleInfo.Font.Size = 9F;
            gridRangeStyle366.StyleInfo.Font.Strikeout = false;
            gridRangeStyle366.StyleInfo.Font.Underline = false;
            gridRangeStyle366.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle367.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle367.StyleInfo.Font.Bold = false;
            gridRangeStyle367.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle367.StyleInfo.Font.Italic = false;
            gridRangeStyle367.StyleInfo.Font.Size = 9F;
            gridRangeStyle367.StyleInfo.Font.Strikeout = false;
            gridRangeStyle367.StyleInfo.Font.Underline = false;
            gridRangeStyle367.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle368.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle368.StyleInfo.Font.Bold = false;
            gridRangeStyle368.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle368.StyleInfo.Font.Italic = false;
            gridRangeStyle368.StyleInfo.Font.Size = 9F;
            gridRangeStyle368.StyleInfo.Font.Strikeout = false;
            gridRangeStyle368.StyleInfo.Font.Underline = false;
            gridRangeStyle368.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle369.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle369.StyleInfo.Font.Bold = false;
            gridRangeStyle369.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle369.StyleInfo.Font.Italic = false;
            gridRangeStyle369.StyleInfo.Font.Size = 9F;
            gridRangeStyle369.StyleInfo.Font.Strikeout = false;
            gridRangeStyle369.StyleInfo.Font.Underline = false;
            gridRangeStyle369.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle370.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle370.StyleInfo.Font.Bold = false;
            gridRangeStyle370.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle370.StyleInfo.Font.Italic = false;
            gridRangeStyle370.StyleInfo.Font.Size = 9F;
            gridRangeStyle370.StyleInfo.Font.Strikeout = false;
            gridRangeStyle370.StyleInfo.Font.Underline = false;
            gridRangeStyle370.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle371.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle371.StyleInfo.Font.Bold = false;
            gridRangeStyle371.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle371.StyleInfo.Font.Italic = false;
            gridRangeStyle371.StyleInfo.Font.Size = 9F;
            gridRangeStyle371.StyleInfo.Font.Strikeout = false;
            gridRangeStyle371.StyleInfo.Font.Underline = false;
            gridRangeStyle371.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle372.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle372.StyleInfo.Font.Bold = false;
            gridRangeStyle372.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle372.StyleInfo.Font.Italic = false;
            gridRangeStyle372.StyleInfo.Font.Size = 9F;
            gridRangeStyle372.StyleInfo.Font.Strikeout = false;
            gridRangeStyle372.StyleInfo.Font.Underline = false;
            gridRangeStyle372.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle373.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle373.StyleInfo.Font.Bold = false;
            gridRangeStyle373.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle373.StyleInfo.Font.Italic = false;
            gridRangeStyle373.StyleInfo.Font.Size = 9F;
            gridRangeStyle373.StyleInfo.Font.Strikeout = false;
            gridRangeStyle373.StyleInfo.Font.Underline = false;
            gridRangeStyle373.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle374.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle374.StyleInfo.Font.Bold = false;
            gridRangeStyle374.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle374.StyleInfo.Font.Italic = false;
            gridRangeStyle374.StyleInfo.Font.Size = 9F;
            gridRangeStyle374.StyleInfo.Font.Strikeout = false;
            gridRangeStyle374.StyleInfo.Font.Underline = false;
            gridRangeStyle374.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle375.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle375.StyleInfo.Font.Bold = false;
            gridRangeStyle375.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle375.StyleInfo.Font.Italic = false;
            gridRangeStyle375.StyleInfo.Font.Size = 9F;
            gridRangeStyle375.StyleInfo.Font.Strikeout = false;
            gridRangeStyle375.StyleInfo.Font.Underline = false;
            gridRangeStyle375.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle376.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle376.StyleInfo.Font.Bold = false;
            gridRangeStyle376.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle376.StyleInfo.Font.Italic = false;
            gridRangeStyle376.StyleInfo.Font.Size = 9F;
            gridRangeStyle376.StyleInfo.Font.Strikeout = false;
            gridRangeStyle376.StyleInfo.Font.Underline = false;
            gridRangeStyle376.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle377.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle377.StyleInfo.Font.Bold = false;
            gridRangeStyle377.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle377.StyleInfo.Font.Italic = false;
            gridRangeStyle377.StyleInfo.Font.Size = 9F;
            gridRangeStyle377.StyleInfo.Font.Strikeout = false;
            gridRangeStyle377.StyleInfo.Font.Underline = false;
            gridRangeStyle377.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle378.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle378.StyleInfo.Font.Bold = false;
            gridRangeStyle378.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle378.StyleInfo.Font.Italic = false;
            gridRangeStyle378.StyleInfo.Font.Size = 9F;
            gridRangeStyle378.StyleInfo.Font.Strikeout = false;
            gridRangeStyle378.StyleInfo.Font.Underline = false;
            gridRangeStyle378.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle379.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle379.StyleInfo.Font.Bold = false;
            gridRangeStyle379.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle379.StyleInfo.Font.Italic = false;
            gridRangeStyle379.StyleInfo.Font.Size = 9F;
            gridRangeStyle379.StyleInfo.Font.Strikeout = false;
            gridRangeStyle379.StyleInfo.Font.Underline = false;
            gridRangeStyle379.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle380.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle380.StyleInfo.Font.Bold = false;
            gridRangeStyle380.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle380.StyleInfo.Font.Italic = false;
            gridRangeStyle380.StyleInfo.Font.Size = 9F;
            gridRangeStyle380.StyleInfo.Font.Strikeout = false;
            gridRangeStyle380.StyleInfo.Font.Underline = false;
            gridRangeStyle380.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle381.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle381.StyleInfo.Font.Bold = false;
            gridRangeStyle381.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle381.StyleInfo.Font.Italic = false;
            gridRangeStyle381.StyleInfo.Font.Size = 9F;
            gridRangeStyle381.StyleInfo.Font.Strikeout = false;
            gridRangeStyle381.StyleInfo.Font.Underline = false;
            gridRangeStyle381.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle382.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle382.StyleInfo.Font.Bold = false;
            gridRangeStyle382.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle382.StyleInfo.Font.Italic = false;
            gridRangeStyle382.StyleInfo.Font.Size = 9F;
            gridRangeStyle382.StyleInfo.Font.Strikeout = false;
            gridRangeStyle382.StyleInfo.Font.Underline = false;
            gridRangeStyle382.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle383.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle383.StyleInfo.Font.Bold = false;
            gridRangeStyle383.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle383.StyleInfo.Font.Italic = false;
            gridRangeStyle383.StyleInfo.Font.Size = 9F;
            gridRangeStyle383.StyleInfo.Font.Strikeout = false;
            gridRangeStyle383.StyleInfo.Font.Underline = false;
            gridRangeStyle383.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle384.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle384.StyleInfo.Font.Bold = false;
            gridRangeStyle384.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle384.StyleInfo.Font.Italic = false;
            gridRangeStyle384.StyleInfo.Font.Size = 9F;
            gridRangeStyle384.StyleInfo.Font.Strikeout = false;
            gridRangeStyle384.StyleInfo.Font.Underline = false;
            gridRangeStyle384.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle385.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle385.StyleInfo.Font.Bold = false;
            gridRangeStyle385.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle385.StyleInfo.Font.Italic = false;
            gridRangeStyle385.StyleInfo.Font.Size = 9F;
            gridRangeStyle385.StyleInfo.Font.Strikeout = false;
            gridRangeStyle385.StyleInfo.Font.Underline = false;
            gridRangeStyle385.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle386.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle386.StyleInfo.Font.Bold = false;
            gridRangeStyle386.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle386.StyleInfo.Font.Italic = false;
            gridRangeStyle386.StyleInfo.Font.Size = 9F;
            gridRangeStyle386.StyleInfo.Font.Strikeout = false;
            gridRangeStyle386.StyleInfo.Font.Underline = false;
            gridRangeStyle386.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle387.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle387.StyleInfo.Font.Bold = false;
            gridRangeStyle387.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle387.StyleInfo.Font.Italic = false;
            gridRangeStyle387.StyleInfo.Font.Size = 9F;
            gridRangeStyle387.StyleInfo.Font.Strikeout = false;
            gridRangeStyle387.StyleInfo.Font.Underline = false;
            gridRangeStyle387.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle388.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle388.StyleInfo.Font.Bold = false;
            gridRangeStyle388.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle388.StyleInfo.Font.Italic = false;
            gridRangeStyle388.StyleInfo.Font.Size = 9F;
            gridRangeStyle388.StyleInfo.Font.Strikeout = false;
            gridRangeStyle388.StyleInfo.Font.Underline = false;
            gridRangeStyle388.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle389.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle389.StyleInfo.Font.Bold = false;
            gridRangeStyle389.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle389.StyleInfo.Font.Italic = false;
            gridRangeStyle389.StyleInfo.Font.Size = 9F;
            gridRangeStyle389.StyleInfo.Font.Strikeout = false;
            gridRangeStyle389.StyleInfo.Font.Underline = false;
            gridRangeStyle389.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle390.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle390.StyleInfo.Font.Bold = false;
            gridRangeStyle390.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle390.StyleInfo.Font.Italic = false;
            gridRangeStyle390.StyleInfo.Font.Size = 9F;
            gridRangeStyle390.StyleInfo.Font.Strikeout = false;
            gridRangeStyle390.StyleInfo.Font.Underline = false;
            gridRangeStyle390.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle391.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle391.StyleInfo.Font.Bold = false;
            gridRangeStyle391.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle391.StyleInfo.Font.Italic = false;
            gridRangeStyle391.StyleInfo.Font.Size = 9F;
            gridRangeStyle391.StyleInfo.Font.Strikeout = false;
            gridRangeStyle391.StyleInfo.Font.Underline = false;
            gridRangeStyle391.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle392.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle392.StyleInfo.Font.Bold = false;
            gridRangeStyle392.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle392.StyleInfo.Font.Italic = false;
            gridRangeStyle392.StyleInfo.Font.Size = 9F;
            gridRangeStyle392.StyleInfo.Font.Strikeout = false;
            gridRangeStyle392.StyleInfo.Font.Underline = false;
            gridRangeStyle392.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle393.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle393.StyleInfo.Font.Bold = false;
            gridRangeStyle393.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle393.StyleInfo.Font.Italic = false;
            gridRangeStyle393.StyleInfo.Font.Size = 9F;
            gridRangeStyle393.StyleInfo.Font.Strikeout = false;
            gridRangeStyle393.StyleInfo.Font.Underline = false;
            gridRangeStyle393.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle394.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle394.StyleInfo.Font.Bold = false;
            gridRangeStyle394.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle394.StyleInfo.Font.Italic = false;
            gridRangeStyle394.StyleInfo.Font.Size = 9F;
            gridRangeStyle394.StyleInfo.Font.Strikeout = false;
            gridRangeStyle394.StyleInfo.Font.Underline = false;
            gridRangeStyle394.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle395.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle395.StyleInfo.Font.Bold = false;
            gridRangeStyle395.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle395.StyleInfo.Font.Italic = false;
            gridRangeStyle395.StyleInfo.Font.Size = 9F;
            gridRangeStyle395.StyleInfo.Font.Strikeout = false;
            gridRangeStyle395.StyleInfo.Font.Underline = false;
            gridRangeStyle395.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle396.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle396.StyleInfo.Font.Bold = false;
            gridRangeStyle396.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle396.StyleInfo.Font.Italic = false;
            gridRangeStyle396.StyleInfo.Font.Size = 9F;
            gridRangeStyle396.StyleInfo.Font.Strikeout = false;
            gridRangeStyle396.StyleInfo.Font.Underline = false;
            gridRangeStyle396.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle397.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle397.StyleInfo.Font.Bold = false;
            gridRangeStyle397.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle397.StyleInfo.Font.Italic = false;
            gridRangeStyle397.StyleInfo.Font.Size = 9F;
            gridRangeStyle397.StyleInfo.Font.Strikeout = false;
            gridRangeStyle397.StyleInfo.Font.Underline = false;
            gridRangeStyle397.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle398.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle398.StyleInfo.Font.Bold = false;
            gridRangeStyle398.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle398.StyleInfo.Font.Italic = false;
            gridRangeStyle398.StyleInfo.Font.Size = 9F;
            gridRangeStyle398.StyleInfo.Font.Strikeout = false;
            gridRangeStyle398.StyleInfo.Font.Underline = false;
            gridRangeStyle398.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle399.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle399.StyleInfo.Font.Bold = false;
            gridRangeStyle399.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle399.StyleInfo.Font.Italic = false;
            gridRangeStyle399.StyleInfo.Font.Size = 9F;
            gridRangeStyle399.StyleInfo.Font.Strikeout = false;
            gridRangeStyle399.StyleInfo.Font.Underline = false;
            gridRangeStyle399.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle400.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle400.StyleInfo.Font.Bold = false;
            gridRangeStyle400.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle400.StyleInfo.Font.Italic = false;
            gridRangeStyle400.StyleInfo.Font.Size = 9F;
            gridRangeStyle400.StyleInfo.Font.Strikeout = false;
            gridRangeStyle400.StyleInfo.Font.Underline = false;
            gridRangeStyle400.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle401.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle401.StyleInfo.Font.Bold = false;
            gridRangeStyle401.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle401.StyleInfo.Font.Italic = false;
            gridRangeStyle401.StyleInfo.Font.Size = 9F;
            gridRangeStyle401.StyleInfo.Font.Strikeout = false;
            gridRangeStyle401.StyleInfo.Font.Underline = false;
            gridRangeStyle401.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle402.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle402.StyleInfo.Font.Bold = false;
            gridRangeStyle402.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle402.StyleInfo.Font.Italic = false;
            gridRangeStyle402.StyleInfo.Font.Size = 9F;
            gridRangeStyle402.StyleInfo.Font.Strikeout = false;
            gridRangeStyle402.StyleInfo.Font.Underline = false;
            gridRangeStyle402.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle403.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle403.StyleInfo.Font.Bold = false;
            gridRangeStyle403.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle403.StyleInfo.Font.Italic = false;
            gridRangeStyle403.StyleInfo.Font.Size = 9F;
            gridRangeStyle403.StyleInfo.Font.Strikeout = false;
            gridRangeStyle403.StyleInfo.Font.Underline = false;
            gridRangeStyle403.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle404.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle404.StyleInfo.Font.Bold = false;
            gridRangeStyle404.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle404.StyleInfo.Font.Italic = false;
            gridRangeStyle404.StyleInfo.Font.Size = 9F;
            gridRangeStyle404.StyleInfo.Font.Strikeout = false;
            gridRangeStyle404.StyleInfo.Font.Underline = false;
            gridRangeStyle404.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle405.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle405.StyleInfo.Font.Bold = false;
            gridRangeStyle405.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle405.StyleInfo.Font.Italic = false;
            gridRangeStyle405.StyleInfo.Font.Size = 9F;
            gridRangeStyle405.StyleInfo.Font.Strikeout = false;
            gridRangeStyle405.StyleInfo.Font.Underline = false;
            gridRangeStyle405.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle406.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle406.StyleInfo.Font.Bold = false;
            gridRangeStyle406.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle406.StyleInfo.Font.Italic = false;
            gridRangeStyle406.StyleInfo.Font.Size = 9F;
            gridRangeStyle406.StyleInfo.Font.Strikeout = false;
            gridRangeStyle406.StyleInfo.Font.Underline = false;
            gridRangeStyle406.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle407.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle407.StyleInfo.Font.Bold = false;
            gridRangeStyle407.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle407.StyleInfo.Font.Italic = false;
            gridRangeStyle407.StyleInfo.Font.Size = 9F;
            gridRangeStyle407.StyleInfo.Font.Strikeout = false;
            gridRangeStyle407.StyleInfo.Font.Underline = false;
            gridRangeStyle407.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle408.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle408.StyleInfo.Font.Bold = false;
            gridRangeStyle408.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle408.StyleInfo.Font.Italic = false;
            gridRangeStyle408.StyleInfo.Font.Size = 9F;
            gridRangeStyle408.StyleInfo.Font.Strikeout = false;
            gridRangeStyle408.StyleInfo.Font.Underline = false;
            gridRangeStyle408.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle409.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle409.StyleInfo.Font.Bold = false;
            gridRangeStyle409.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle409.StyleInfo.Font.Italic = false;
            gridRangeStyle409.StyleInfo.Font.Size = 9F;
            gridRangeStyle409.StyleInfo.Font.Strikeout = false;
            gridRangeStyle409.StyleInfo.Font.Underline = false;
            gridRangeStyle409.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle410.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle410.StyleInfo.Font.Bold = false;
            gridRangeStyle410.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle410.StyleInfo.Font.Italic = false;
            gridRangeStyle410.StyleInfo.Font.Size = 9F;
            gridRangeStyle410.StyleInfo.Font.Strikeout = false;
            gridRangeStyle410.StyleInfo.Font.Underline = false;
            gridRangeStyle410.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle411.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle411.StyleInfo.Font.Bold = false;
            gridRangeStyle411.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle411.StyleInfo.Font.Italic = false;
            gridRangeStyle411.StyleInfo.Font.Size = 9F;
            gridRangeStyle411.StyleInfo.Font.Strikeout = false;
            gridRangeStyle411.StyleInfo.Font.Underline = false;
            gridRangeStyle411.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle412.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle412.StyleInfo.Font.Bold = false;
            gridRangeStyle412.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle412.StyleInfo.Font.Italic = false;
            gridRangeStyle412.StyleInfo.Font.Size = 9F;
            gridRangeStyle412.StyleInfo.Font.Strikeout = false;
            gridRangeStyle412.StyleInfo.Font.Underline = false;
            gridRangeStyle412.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle413.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle413.StyleInfo.Font.Bold = false;
            gridRangeStyle413.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle413.StyleInfo.Font.Italic = false;
            gridRangeStyle413.StyleInfo.Font.Size = 9F;
            gridRangeStyle413.StyleInfo.Font.Strikeout = false;
            gridRangeStyle413.StyleInfo.Font.Underline = false;
            gridRangeStyle413.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle414.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle414.StyleInfo.Font.Bold = false;
            gridRangeStyle414.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle414.StyleInfo.Font.Italic = false;
            gridRangeStyle414.StyleInfo.Font.Size = 9F;
            gridRangeStyle414.StyleInfo.Font.Strikeout = false;
            gridRangeStyle414.StyleInfo.Font.Underline = false;
            gridRangeStyle414.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle415.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle415.StyleInfo.Font.Bold = false;
            gridRangeStyle415.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle415.StyleInfo.Font.Italic = false;
            gridRangeStyle415.StyleInfo.Font.Size = 9F;
            gridRangeStyle415.StyleInfo.Font.Strikeout = false;
            gridRangeStyle415.StyleInfo.Font.Underline = false;
            gridRangeStyle415.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle416.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle416.StyleInfo.Font.Bold = false;
            gridRangeStyle416.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle416.StyleInfo.Font.Italic = false;
            gridRangeStyle416.StyleInfo.Font.Size = 9F;
            gridRangeStyle416.StyleInfo.Font.Strikeout = false;
            gridRangeStyle416.StyleInfo.Font.Underline = false;
            gridRangeStyle416.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle417.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle417.StyleInfo.Font.Bold = false;
            gridRangeStyle417.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle417.StyleInfo.Font.Italic = false;
            gridRangeStyle417.StyleInfo.Font.Size = 9F;
            gridRangeStyle417.StyleInfo.Font.Strikeout = false;
            gridRangeStyle417.StyleInfo.Font.Underline = false;
            gridRangeStyle417.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle418.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle418.StyleInfo.Font.Bold = false;
            gridRangeStyle418.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle418.StyleInfo.Font.Italic = false;
            gridRangeStyle418.StyleInfo.Font.Size = 9F;
            gridRangeStyle418.StyleInfo.Font.Strikeout = false;
            gridRangeStyle418.StyleInfo.Font.Underline = false;
            gridRangeStyle418.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle419.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle419.StyleInfo.Font.Bold = false;
            gridRangeStyle419.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle419.StyleInfo.Font.Italic = false;
            gridRangeStyle419.StyleInfo.Font.Size = 9F;
            gridRangeStyle419.StyleInfo.Font.Strikeout = false;
            gridRangeStyle419.StyleInfo.Font.Underline = false;
            gridRangeStyle419.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle420.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle420.StyleInfo.Font.Bold = false;
            gridRangeStyle420.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle420.StyleInfo.Font.Italic = false;
            gridRangeStyle420.StyleInfo.Font.Size = 9F;
            gridRangeStyle420.StyleInfo.Font.Strikeout = false;
            gridRangeStyle420.StyleInfo.Font.Underline = false;
            gridRangeStyle420.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle421.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle421.StyleInfo.Font.Bold = false;
            gridRangeStyle421.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle421.StyleInfo.Font.Italic = false;
            gridRangeStyle421.StyleInfo.Font.Size = 9F;
            gridRangeStyle421.StyleInfo.Font.Strikeout = false;
            gridRangeStyle421.StyleInfo.Font.Underline = false;
            gridRangeStyle421.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle422.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle422.StyleInfo.Font.Bold = false;
            gridRangeStyle422.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle422.StyleInfo.Font.Italic = false;
            gridRangeStyle422.StyleInfo.Font.Size = 9F;
            gridRangeStyle422.StyleInfo.Font.Strikeout = false;
            gridRangeStyle422.StyleInfo.Font.Underline = false;
            gridRangeStyle422.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle423.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle423.StyleInfo.Font.Bold = false;
            gridRangeStyle423.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle423.StyleInfo.Font.Italic = false;
            gridRangeStyle423.StyleInfo.Font.Size = 9F;
            gridRangeStyle423.StyleInfo.Font.Strikeout = false;
            gridRangeStyle423.StyleInfo.Font.Underline = false;
            gridRangeStyle423.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle424.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle424.StyleInfo.Font.Bold = false;
            gridRangeStyle424.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle424.StyleInfo.Font.Italic = false;
            gridRangeStyle424.StyleInfo.Font.Size = 9F;
            gridRangeStyle424.StyleInfo.Font.Strikeout = false;
            gridRangeStyle424.StyleInfo.Font.Underline = false;
            gridRangeStyle424.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle425.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle425.StyleInfo.Font.Bold = false;
            gridRangeStyle425.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle425.StyleInfo.Font.Italic = false;
            gridRangeStyle425.StyleInfo.Font.Size = 9F;
            gridRangeStyle425.StyleInfo.Font.Strikeout = false;
            gridRangeStyle425.StyleInfo.Font.Underline = false;
            gridRangeStyle425.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle426.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle426.StyleInfo.Font.Bold = false;
            gridRangeStyle426.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle426.StyleInfo.Font.Italic = false;
            gridRangeStyle426.StyleInfo.Font.Size = 9F;
            gridRangeStyle426.StyleInfo.Font.Strikeout = false;
            gridRangeStyle426.StyleInfo.Font.Underline = false;
            gridRangeStyle426.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle427.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle427.StyleInfo.Font.Bold = false;
            gridRangeStyle427.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle427.StyleInfo.Font.Italic = false;
            gridRangeStyle427.StyleInfo.Font.Size = 9F;
            gridRangeStyle427.StyleInfo.Font.Strikeout = false;
            gridRangeStyle427.StyleInfo.Font.Underline = false;
            gridRangeStyle427.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle428.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle428.StyleInfo.Font.Bold = false;
            gridRangeStyle428.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle428.StyleInfo.Font.Italic = false;
            gridRangeStyle428.StyleInfo.Font.Size = 9F;
            gridRangeStyle428.StyleInfo.Font.Strikeout = false;
            gridRangeStyle428.StyleInfo.Font.Underline = false;
            gridRangeStyle428.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle429.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle429.StyleInfo.Font.Bold = false;
            gridRangeStyle429.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle429.StyleInfo.Font.Italic = false;
            gridRangeStyle429.StyleInfo.Font.Size = 9F;
            gridRangeStyle429.StyleInfo.Font.Strikeout = false;
            gridRangeStyle429.StyleInfo.Font.Underline = false;
            gridRangeStyle429.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle430.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle430.StyleInfo.Font.Bold = false;
            gridRangeStyle430.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle430.StyleInfo.Font.Italic = false;
            gridRangeStyle430.StyleInfo.Font.Size = 9F;
            gridRangeStyle430.StyleInfo.Font.Strikeout = false;
            gridRangeStyle430.StyleInfo.Font.Underline = false;
            gridRangeStyle430.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle431.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle431.StyleInfo.Font.Bold = false;
            gridRangeStyle431.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle431.StyleInfo.Font.Italic = false;
            gridRangeStyle431.StyleInfo.Font.Size = 9F;
            gridRangeStyle431.StyleInfo.Font.Strikeout = false;
            gridRangeStyle431.StyleInfo.Font.Underline = false;
            gridRangeStyle431.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle432.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle432.StyleInfo.Font.Bold = false;
            gridRangeStyle432.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle432.StyleInfo.Font.Italic = false;
            gridRangeStyle432.StyleInfo.Font.Size = 9F;
            gridRangeStyle432.StyleInfo.Font.Strikeout = false;
            gridRangeStyle432.StyleInfo.Font.Underline = false;
            gridRangeStyle432.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle433.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle433.StyleInfo.Font.Bold = false;
            gridRangeStyle433.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle433.StyleInfo.Font.Italic = false;
            gridRangeStyle433.StyleInfo.Font.Size = 9F;
            gridRangeStyle433.StyleInfo.Font.Strikeout = false;
            gridRangeStyle433.StyleInfo.Font.Underline = false;
            gridRangeStyle433.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle434.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle434.StyleInfo.Font.Bold = false;
            gridRangeStyle434.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle434.StyleInfo.Font.Italic = false;
            gridRangeStyle434.StyleInfo.Font.Size = 9F;
            gridRangeStyle434.StyleInfo.Font.Strikeout = false;
            gridRangeStyle434.StyleInfo.Font.Underline = false;
            gridRangeStyle434.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle435.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle435.StyleInfo.Font.Bold = false;
            gridRangeStyle435.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle435.StyleInfo.Font.Italic = false;
            gridRangeStyle435.StyleInfo.Font.Size = 9F;
            gridRangeStyle435.StyleInfo.Font.Strikeout = false;
            gridRangeStyle435.StyleInfo.Font.Underline = false;
            gridRangeStyle435.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle436.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle436.StyleInfo.Font.Bold = false;
            gridRangeStyle436.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle436.StyleInfo.Font.Italic = false;
            gridRangeStyle436.StyleInfo.Font.Size = 9F;
            gridRangeStyle436.StyleInfo.Font.Strikeout = false;
            gridRangeStyle436.StyleInfo.Font.Underline = false;
            gridRangeStyle436.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle437.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle437.StyleInfo.Font.Bold = false;
            gridRangeStyle437.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle437.StyleInfo.Font.Italic = false;
            gridRangeStyle437.StyleInfo.Font.Size = 9F;
            gridRangeStyle437.StyleInfo.Font.Strikeout = false;
            gridRangeStyle437.StyleInfo.Font.Underline = false;
            gridRangeStyle437.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle438.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle438.StyleInfo.Font.Bold = false;
            gridRangeStyle438.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle438.StyleInfo.Font.Italic = false;
            gridRangeStyle438.StyleInfo.Font.Size = 9F;
            gridRangeStyle438.StyleInfo.Font.Strikeout = false;
            gridRangeStyle438.StyleInfo.Font.Underline = false;
            gridRangeStyle438.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle439.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle439.StyleInfo.Font.Bold = false;
            gridRangeStyle439.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle439.StyleInfo.Font.Italic = false;
            gridRangeStyle439.StyleInfo.Font.Size = 9F;
            gridRangeStyle439.StyleInfo.Font.Strikeout = false;
            gridRangeStyle439.StyleInfo.Font.Underline = false;
            gridRangeStyle439.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle440.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle440.StyleInfo.Font.Bold = false;
            gridRangeStyle440.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle440.StyleInfo.Font.Italic = false;
            gridRangeStyle440.StyleInfo.Font.Size = 9F;
            gridRangeStyle440.StyleInfo.Font.Strikeout = false;
            gridRangeStyle440.StyleInfo.Font.Underline = false;
            gridRangeStyle440.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle441.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle441.StyleInfo.Font.Bold = false;
            gridRangeStyle441.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle441.StyleInfo.Font.Italic = false;
            gridRangeStyle441.StyleInfo.Font.Size = 9F;
            gridRangeStyle441.StyleInfo.Font.Strikeout = false;
            gridRangeStyle441.StyleInfo.Font.Underline = false;
            gridRangeStyle441.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle442.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle442.StyleInfo.Font.Bold = false;
            gridRangeStyle442.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle442.StyleInfo.Font.Italic = false;
            gridRangeStyle442.StyleInfo.Font.Size = 9F;
            gridRangeStyle442.StyleInfo.Font.Strikeout = false;
            gridRangeStyle442.StyleInfo.Font.Underline = false;
            gridRangeStyle442.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle443.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle443.StyleInfo.Font.Bold = false;
            gridRangeStyle443.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle443.StyleInfo.Font.Italic = false;
            gridRangeStyle443.StyleInfo.Font.Size = 9F;
            gridRangeStyle443.StyleInfo.Font.Strikeout = false;
            gridRangeStyle443.StyleInfo.Font.Underline = false;
            gridRangeStyle443.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle444.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle444.StyleInfo.Font.Bold = false;
            gridRangeStyle444.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle444.StyleInfo.Font.Italic = false;
            gridRangeStyle444.StyleInfo.Font.Size = 9F;
            gridRangeStyle444.StyleInfo.Font.Strikeout = false;
            gridRangeStyle444.StyleInfo.Font.Underline = false;
            gridRangeStyle444.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle445.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle445.StyleInfo.Font.Bold = false;
            gridRangeStyle445.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle445.StyleInfo.Font.Italic = false;
            gridRangeStyle445.StyleInfo.Font.Size = 9F;
            gridRangeStyle445.StyleInfo.Font.Strikeout = false;
            gridRangeStyle445.StyleInfo.Font.Underline = false;
            gridRangeStyle445.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle446.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle446.StyleInfo.Font.Bold = false;
            gridRangeStyle446.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle446.StyleInfo.Font.Italic = false;
            gridRangeStyle446.StyleInfo.Font.Size = 9F;
            gridRangeStyle446.StyleInfo.Font.Strikeout = false;
            gridRangeStyle446.StyleInfo.Font.Underline = false;
            gridRangeStyle446.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle447.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle447.StyleInfo.Font.Bold = false;
            gridRangeStyle447.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle447.StyleInfo.Font.Italic = false;
            gridRangeStyle447.StyleInfo.Font.Size = 9F;
            gridRangeStyle447.StyleInfo.Font.Strikeout = false;
            gridRangeStyle447.StyleInfo.Font.Underline = false;
            gridRangeStyle447.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle448.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle448.StyleInfo.Font.Bold = false;
            gridRangeStyle448.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle448.StyleInfo.Font.Italic = false;
            gridRangeStyle448.StyleInfo.Font.Size = 9F;
            gridRangeStyle448.StyleInfo.Font.Strikeout = false;
            gridRangeStyle448.StyleInfo.Font.Underline = false;
            gridRangeStyle448.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle449.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle449.StyleInfo.Font.Bold = false;
            gridRangeStyle449.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle449.StyleInfo.Font.Italic = false;
            gridRangeStyle449.StyleInfo.Font.Size = 9F;
            gridRangeStyle449.StyleInfo.Font.Strikeout = false;
            gridRangeStyle449.StyleInfo.Font.Underline = false;
            gridRangeStyle449.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle450.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle450.StyleInfo.Font.Bold = false;
            gridRangeStyle450.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle450.StyleInfo.Font.Italic = false;
            gridRangeStyle450.StyleInfo.Font.Size = 9F;
            gridRangeStyle450.StyleInfo.Font.Strikeout = false;
            gridRangeStyle450.StyleInfo.Font.Underline = false;
            gridRangeStyle450.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle451.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle451.StyleInfo.Font.Bold = false;
            gridRangeStyle451.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle451.StyleInfo.Font.Italic = false;
            gridRangeStyle451.StyleInfo.Font.Size = 9F;
            gridRangeStyle451.StyleInfo.Font.Strikeout = false;
            gridRangeStyle451.StyleInfo.Font.Underline = false;
            gridRangeStyle451.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle452.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle452.StyleInfo.Font.Bold = false;
            gridRangeStyle452.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle452.StyleInfo.Font.Italic = false;
            gridRangeStyle452.StyleInfo.Font.Size = 9F;
            gridRangeStyle452.StyleInfo.Font.Strikeout = false;
            gridRangeStyle452.StyleInfo.Font.Underline = false;
            gridRangeStyle452.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle453.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle453.StyleInfo.Font.Bold = false;
            gridRangeStyle453.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle453.StyleInfo.Font.Italic = false;
            gridRangeStyle453.StyleInfo.Font.Size = 9F;
            gridRangeStyle453.StyleInfo.Font.Strikeout = false;
            gridRangeStyle453.StyleInfo.Font.Underline = false;
            gridRangeStyle453.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle454.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle454.StyleInfo.Font.Bold = false;
            gridRangeStyle454.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle454.StyleInfo.Font.Italic = false;
            gridRangeStyle454.StyleInfo.Font.Size = 9F;
            gridRangeStyle454.StyleInfo.Font.Strikeout = false;
            gridRangeStyle454.StyleInfo.Font.Underline = false;
            gridRangeStyle454.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle455.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle455.StyleInfo.Font.Bold = false;
            gridRangeStyle455.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle455.StyleInfo.Font.Italic = false;
            gridRangeStyle455.StyleInfo.Font.Size = 9F;
            gridRangeStyle455.StyleInfo.Font.Strikeout = false;
            gridRangeStyle455.StyleInfo.Font.Underline = false;
            gridRangeStyle455.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle456.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle456.StyleInfo.Font.Bold = false;
            gridRangeStyle456.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle456.StyleInfo.Font.Italic = false;
            gridRangeStyle456.StyleInfo.Font.Size = 9F;
            gridRangeStyle456.StyleInfo.Font.Strikeout = false;
            gridRangeStyle456.StyleInfo.Font.Underline = false;
            gridRangeStyle456.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle457.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle457.StyleInfo.Font.Bold = false;
            gridRangeStyle457.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle457.StyleInfo.Font.Italic = false;
            gridRangeStyle457.StyleInfo.Font.Size = 9F;
            gridRangeStyle457.StyleInfo.Font.Strikeout = false;
            gridRangeStyle457.StyleInfo.Font.Underline = false;
            gridRangeStyle457.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle458.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle458.StyleInfo.Font.Bold = false;
            gridRangeStyle458.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle458.StyleInfo.Font.Italic = false;
            gridRangeStyle458.StyleInfo.Font.Size = 9F;
            gridRangeStyle458.StyleInfo.Font.Strikeout = false;
            gridRangeStyle458.StyleInfo.Font.Underline = false;
            gridRangeStyle458.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle459.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle459.StyleInfo.Font.Bold = false;
            gridRangeStyle459.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle459.StyleInfo.Font.Italic = false;
            gridRangeStyle459.StyleInfo.Font.Size = 9F;
            gridRangeStyle459.StyleInfo.Font.Strikeout = false;
            gridRangeStyle459.StyleInfo.Font.Underline = false;
            gridRangeStyle459.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle460.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle460.StyleInfo.Font.Bold = false;
            gridRangeStyle460.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle460.StyleInfo.Font.Italic = false;
            gridRangeStyle460.StyleInfo.Font.Size = 9F;
            gridRangeStyle460.StyleInfo.Font.Strikeout = false;
            gridRangeStyle460.StyleInfo.Font.Underline = false;
            gridRangeStyle460.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle461.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle461.StyleInfo.Font.Bold = false;
            gridRangeStyle461.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle461.StyleInfo.Font.Italic = false;
            gridRangeStyle461.StyleInfo.Font.Size = 9F;
            gridRangeStyle461.StyleInfo.Font.Strikeout = false;
            gridRangeStyle461.StyleInfo.Font.Underline = false;
            gridRangeStyle461.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle462.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle462.StyleInfo.Font.Bold = false;
            gridRangeStyle462.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle462.StyleInfo.Font.Italic = false;
            gridRangeStyle462.StyleInfo.Font.Size = 9F;
            gridRangeStyle462.StyleInfo.Font.Strikeout = false;
            gridRangeStyle462.StyleInfo.Font.Underline = false;
            gridRangeStyle462.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle463.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle463.StyleInfo.Font.Bold = false;
            gridRangeStyle463.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle463.StyleInfo.Font.Italic = false;
            gridRangeStyle463.StyleInfo.Font.Size = 9F;
            gridRangeStyle463.StyleInfo.Font.Strikeout = false;
            gridRangeStyle463.StyleInfo.Font.Underline = false;
            gridRangeStyle463.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle464.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle464.StyleInfo.Font.Bold = false;
            gridRangeStyle464.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle464.StyleInfo.Font.Italic = false;
            gridRangeStyle464.StyleInfo.Font.Size = 9F;
            gridRangeStyle464.StyleInfo.Font.Strikeout = false;
            gridRangeStyle464.StyleInfo.Font.Underline = false;
            gridRangeStyle464.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle465.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle465.StyleInfo.Font.Bold = false;
            gridRangeStyle465.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle465.StyleInfo.Font.Italic = false;
            gridRangeStyle465.StyleInfo.Font.Size = 9F;
            gridRangeStyle465.StyleInfo.Font.Strikeout = false;
            gridRangeStyle465.StyleInfo.Font.Underline = false;
            gridRangeStyle465.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle466.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle466.StyleInfo.Font.Bold = false;
            gridRangeStyle466.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle466.StyleInfo.Font.Italic = false;
            gridRangeStyle466.StyleInfo.Font.Size = 9F;
            gridRangeStyle466.StyleInfo.Font.Strikeout = false;
            gridRangeStyle466.StyleInfo.Font.Underline = false;
            gridRangeStyle466.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle467.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle467.StyleInfo.Font.Bold = false;
            gridRangeStyle467.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle467.StyleInfo.Font.Italic = false;
            gridRangeStyle467.StyleInfo.Font.Size = 9F;
            gridRangeStyle467.StyleInfo.Font.Strikeout = false;
            gridRangeStyle467.StyleInfo.Font.Underline = false;
            gridRangeStyle467.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle468.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle468.StyleInfo.Font.Bold = false;
            gridRangeStyle468.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle468.StyleInfo.Font.Italic = false;
            gridRangeStyle468.StyleInfo.Font.Size = 9F;
            gridRangeStyle468.StyleInfo.Font.Strikeout = false;
            gridRangeStyle468.StyleInfo.Font.Underline = false;
            gridRangeStyle468.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle469.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle469.StyleInfo.Font.Bold = false;
            gridRangeStyle469.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle469.StyleInfo.Font.Italic = false;
            gridRangeStyle469.StyleInfo.Font.Size = 9F;
            gridRangeStyle469.StyleInfo.Font.Strikeout = false;
            gridRangeStyle469.StyleInfo.Font.Underline = false;
            gridRangeStyle469.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle470.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle470.StyleInfo.Font.Bold = false;
            gridRangeStyle470.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle470.StyleInfo.Font.Italic = false;
            gridRangeStyle470.StyleInfo.Font.Size = 9F;
            gridRangeStyle470.StyleInfo.Font.Strikeout = false;
            gridRangeStyle470.StyleInfo.Font.Underline = false;
            gridRangeStyle470.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle471.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle471.StyleInfo.Font.Bold = false;
            gridRangeStyle471.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle471.StyleInfo.Font.Italic = false;
            gridRangeStyle471.StyleInfo.Font.Size = 9F;
            gridRangeStyle471.StyleInfo.Font.Strikeout = false;
            gridRangeStyle471.StyleInfo.Font.Underline = false;
            gridRangeStyle471.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle472.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle472.StyleInfo.Font.Bold = false;
            gridRangeStyle472.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle472.StyleInfo.Font.Italic = false;
            gridRangeStyle472.StyleInfo.Font.Size = 9F;
            gridRangeStyle472.StyleInfo.Font.Strikeout = false;
            gridRangeStyle472.StyleInfo.Font.Underline = false;
            gridRangeStyle472.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle473.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle473.StyleInfo.Font.Bold = false;
            gridRangeStyle473.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle473.StyleInfo.Font.Italic = false;
            gridRangeStyle473.StyleInfo.Font.Size = 9F;
            gridRangeStyle473.StyleInfo.Font.Strikeout = false;
            gridRangeStyle473.StyleInfo.Font.Underline = false;
            gridRangeStyle473.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle474.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle474.StyleInfo.Font.Bold = false;
            gridRangeStyle474.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle474.StyleInfo.Font.Italic = false;
            gridRangeStyle474.StyleInfo.Font.Size = 9F;
            gridRangeStyle474.StyleInfo.Font.Strikeout = false;
            gridRangeStyle474.StyleInfo.Font.Underline = false;
            gridRangeStyle474.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle475.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle475.StyleInfo.Font.Bold = false;
            gridRangeStyle475.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle475.StyleInfo.Font.Italic = false;
            gridRangeStyle475.StyleInfo.Font.Size = 9F;
            gridRangeStyle475.StyleInfo.Font.Strikeout = false;
            gridRangeStyle475.StyleInfo.Font.Underline = false;
            gridRangeStyle475.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle476.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle476.StyleInfo.Font.Bold = false;
            gridRangeStyle476.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle476.StyleInfo.Font.Italic = false;
            gridRangeStyle476.StyleInfo.Font.Size = 9F;
            gridRangeStyle476.StyleInfo.Font.Strikeout = false;
            gridRangeStyle476.StyleInfo.Font.Underline = false;
            gridRangeStyle476.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle477.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle477.StyleInfo.Font.Bold = false;
            gridRangeStyle477.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle477.StyleInfo.Font.Italic = false;
            gridRangeStyle477.StyleInfo.Font.Size = 9F;
            gridRangeStyle477.StyleInfo.Font.Strikeout = false;
            gridRangeStyle477.StyleInfo.Font.Underline = false;
            gridRangeStyle477.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle478.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle478.StyleInfo.Font.Bold = false;
            gridRangeStyle478.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle478.StyleInfo.Font.Italic = false;
            gridRangeStyle478.StyleInfo.Font.Size = 9F;
            gridRangeStyle478.StyleInfo.Font.Strikeout = false;
            gridRangeStyle478.StyleInfo.Font.Underline = false;
            gridRangeStyle478.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle479.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle479.StyleInfo.Font.Bold = false;
            gridRangeStyle479.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle479.StyleInfo.Font.Italic = false;
            gridRangeStyle479.StyleInfo.Font.Size = 9F;
            gridRangeStyle479.StyleInfo.Font.Strikeout = false;
            gridRangeStyle479.StyleInfo.Font.Underline = false;
            gridRangeStyle479.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle480.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle480.StyleInfo.Font.Bold = false;
            gridRangeStyle480.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle480.StyleInfo.Font.Italic = false;
            gridRangeStyle480.StyleInfo.Font.Size = 9F;
            gridRangeStyle480.StyleInfo.Font.Strikeout = false;
            gridRangeStyle480.StyleInfo.Font.Underline = false;
            gridRangeStyle480.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle481.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle481.StyleInfo.Font.Bold = false;
            gridRangeStyle481.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle481.StyleInfo.Font.Italic = false;
            gridRangeStyle481.StyleInfo.Font.Size = 9F;
            gridRangeStyle481.StyleInfo.Font.Strikeout = false;
            gridRangeStyle481.StyleInfo.Font.Underline = false;
            gridRangeStyle481.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle482.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle482.StyleInfo.Font.Bold = false;
            gridRangeStyle482.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle482.StyleInfo.Font.Italic = false;
            gridRangeStyle482.StyleInfo.Font.Size = 9F;
            gridRangeStyle482.StyleInfo.Font.Strikeout = false;
            gridRangeStyle482.StyleInfo.Font.Underline = false;
            gridRangeStyle482.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle483.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle483.StyleInfo.Font.Bold = false;
            gridRangeStyle483.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle483.StyleInfo.Font.Italic = false;
            gridRangeStyle483.StyleInfo.Font.Size = 9F;
            gridRangeStyle483.StyleInfo.Font.Strikeout = false;
            gridRangeStyle483.StyleInfo.Font.Underline = false;
            gridRangeStyle483.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle484.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle484.StyleInfo.Font.Bold = false;
            gridRangeStyle484.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle484.StyleInfo.Font.Italic = false;
            gridRangeStyle484.StyleInfo.Font.Size = 9F;
            gridRangeStyle484.StyleInfo.Font.Strikeout = false;
            gridRangeStyle484.StyleInfo.Font.Underline = false;
            gridRangeStyle484.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle485.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle485.StyleInfo.Font.Bold = false;
            gridRangeStyle485.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle485.StyleInfo.Font.Italic = false;
            gridRangeStyle485.StyleInfo.Font.Size = 9F;
            gridRangeStyle485.StyleInfo.Font.Strikeout = false;
            gridRangeStyle485.StyleInfo.Font.Underline = false;
            gridRangeStyle485.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle486.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle486.StyleInfo.Font.Bold = false;
            gridRangeStyle486.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle486.StyleInfo.Font.Italic = false;
            gridRangeStyle486.StyleInfo.Font.Size = 9F;
            gridRangeStyle486.StyleInfo.Font.Strikeout = false;
            gridRangeStyle486.StyleInfo.Font.Underline = false;
            gridRangeStyle486.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle487.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle487.StyleInfo.Font.Bold = false;
            gridRangeStyle487.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle487.StyleInfo.Font.Italic = false;
            gridRangeStyle487.StyleInfo.Font.Size = 9F;
            gridRangeStyle487.StyleInfo.Font.Strikeout = false;
            gridRangeStyle487.StyleInfo.Font.Underline = false;
            gridRangeStyle487.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle488.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle488.StyleInfo.Font.Bold = false;
            gridRangeStyle488.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle488.StyleInfo.Font.Italic = false;
            gridRangeStyle488.StyleInfo.Font.Size = 9F;
            gridRangeStyle488.StyleInfo.Font.Strikeout = false;
            gridRangeStyle488.StyleInfo.Font.Underline = false;
            gridRangeStyle488.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle489.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle489.StyleInfo.Font.Bold = false;
            gridRangeStyle489.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle489.StyleInfo.Font.Italic = false;
            gridRangeStyle489.StyleInfo.Font.Size = 9F;
            gridRangeStyle489.StyleInfo.Font.Strikeout = false;
            gridRangeStyle489.StyleInfo.Font.Underline = false;
            gridRangeStyle489.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle490.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle490.StyleInfo.Font.Bold = false;
            gridRangeStyle490.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle490.StyleInfo.Font.Italic = false;
            gridRangeStyle490.StyleInfo.Font.Size = 9F;
            gridRangeStyle490.StyleInfo.Font.Strikeout = false;
            gridRangeStyle490.StyleInfo.Font.Underline = false;
            gridRangeStyle490.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle491.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle491.StyleInfo.Font.Bold = false;
            gridRangeStyle491.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle491.StyleInfo.Font.Italic = false;
            gridRangeStyle491.StyleInfo.Font.Size = 9F;
            gridRangeStyle491.StyleInfo.Font.Strikeout = false;
            gridRangeStyle491.StyleInfo.Font.Underline = false;
            gridRangeStyle491.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle492.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle492.StyleInfo.Font.Bold = false;
            gridRangeStyle492.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle492.StyleInfo.Font.Italic = false;
            gridRangeStyle492.StyleInfo.Font.Size = 9F;
            gridRangeStyle492.StyleInfo.Font.Strikeout = false;
            gridRangeStyle492.StyleInfo.Font.Underline = false;
            gridRangeStyle492.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle493.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle493.StyleInfo.Font.Bold = false;
            gridRangeStyle493.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle493.StyleInfo.Font.Italic = false;
            gridRangeStyle493.StyleInfo.Font.Size = 9F;
            gridRangeStyle493.StyleInfo.Font.Strikeout = false;
            gridRangeStyle493.StyleInfo.Font.Underline = false;
            gridRangeStyle493.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle494.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle494.StyleInfo.Font.Bold = false;
            gridRangeStyle494.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle494.StyleInfo.Font.Italic = false;
            gridRangeStyle494.StyleInfo.Font.Size = 9F;
            gridRangeStyle494.StyleInfo.Font.Strikeout = false;
            gridRangeStyle494.StyleInfo.Font.Underline = false;
            gridRangeStyle494.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle495.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle495.StyleInfo.Font.Bold = false;
            gridRangeStyle495.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle495.StyleInfo.Font.Italic = false;
            gridRangeStyle495.StyleInfo.Font.Size = 9F;
            gridRangeStyle495.StyleInfo.Font.Strikeout = false;
            gridRangeStyle495.StyleInfo.Font.Underline = false;
            gridRangeStyle495.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle496.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle496.StyleInfo.Font.Bold = false;
            gridRangeStyle496.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle496.StyleInfo.Font.Italic = false;
            gridRangeStyle496.StyleInfo.Font.Size = 9F;
            gridRangeStyle496.StyleInfo.Font.Strikeout = false;
            gridRangeStyle496.StyleInfo.Font.Underline = false;
            gridRangeStyle496.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle497.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle497.StyleInfo.Font.Bold = false;
            gridRangeStyle497.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle497.StyleInfo.Font.Italic = false;
            gridRangeStyle497.StyleInfo.Font.Size = 9F;
            gridRangeStyle497.StyleInfo.Font.Strikeout = false;
            gridRangeStyle497.StyleInfo.Font.Underline = false;
            gridRangeStyle497.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle498.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle498.StyleInfo.Font.Bold = false;
            gridRangeStyle498.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle498.StyleInfo.Font.Italic = false;
            gridRangeStyle498.StyleInfo.Font.Size = 9F;
            gridRangeStyle498.StyleInfo.Font.Strikeout = false;
            gridRangeStyle498.StyleInfo.Font.Underline = false;
            gridRangeStyle498.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle499.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle499.StyleInfo.Font.Bold = false;
            gridRangeStyle499.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle499.StyleInfo.Font.Italic = false;
            gridRangeStyle499.StyleInfo.Font.Size = 9F;
            gridRangeStyle499.StyleInfo.Font.Strikeout = false;
            gridRangeStyle499.StyleInfo.Font.Underline = false;
            gridRangeStyle499.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle500.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle500.StyleInfo.Font.Bold = false;
            gridRangeStyle500.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle500.StyleInfo.Font.Italic = false;
            gridRangeStyle500.StyleInfo.Font.Size = 9F;
            gridRangeStyle500.StyleInfo.Font.Strikeout = false;
            gridRangeStyle500.StyleInfo.Font.Underline = false;
            gridRangeStyle500.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle501.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle501.StyleInfo.Font.Bold = false;
            gridRangeStyle501.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle501.StyleInfo.Font.Italic = false;
            gridRangeStyle501.StyleInfo.Font.Size = 9F;
            gridRangeStyle501.StyleInfo.Font.Strikeout = false;
            gridRangeStyle501.StyleInfo.Font.Underline = false;
            gridRangeStyle501.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle502.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle502.StyleInfo.Font.Bold = false;
            gridRangeStyle502.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle502.StyleInfo.Font.Italic = false;
            gridRangeStyle502.StyleInfo.Font.Size = 9F;
            gridRangeStyle502.StyleInfo.Font.Strikeout = false;
            gridRangeStyle502.StyleInfo.Font.Underline = false;
            gridRangeStyle502.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle503.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle503.StyleInfo.Font.Bold = false;
            gridRangeStyle503.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle503.StyleInfo.Font.Italic = false;
            gridRangeStyle503.StyleInfo.Font.Size = 9F;
            gridRangeStyle503.StyleInfo.Font.Strikeout = false;
            gridRangeStyle503.StyleInfo.Font.Underline = false;
            gridRangeStyle503.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle504.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle504.StyleInfo.Font.Bold = false;
            gridRangeStyle504.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle504.StyleInfo.Font.Italic = false;
            gridRangeStyle504.StyleInfo.Font.Size = 9F;
            gridRangeStyle504.StyleInfo.Font.Strikeout = false;
            gridRangeStyle504.StyleInfo.Font.Underline = false;
            gridRangeStyle504.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle505.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle505.StyleInfo.Font.Bold = false;
            gridRangeStyle505.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle505.StyleInfo.Font.Italic = false;
            gridRangeStyle505.StyleInfo.Font.Size = 9F;
            gridRangeStyle505.StyleInfo.Font.Strikeout = false;
            gridRangeStyle505.StyleInfo.Font.Underline = false;
            gridRangeStyle505.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle506.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle506.StyleInfo.Font.Bold = false;
            gridRangeStyle506.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle506.StyleInfo.Font.Italic = false;
            gridRangeStyle506.StyleInfo.Font.Size = 9F;
            gridRangeStyle506.StyleInfo.Font.Strikeout = false;
            gridRangeStyle506.StyleInfo.Font.Underline = false;
            gridRangeStyle506.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle507.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle507.StyleInfo.Font.Bold = false;
            gridRangeStyle507.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle507.StyleInfo.Font.Italic = false;
            gridRangeStyle507.StyleInfo.Font.Size = 9F;
            gridRangeStyle507.StyleInfo.Font.Strikeout = false;
            gridRangeStyle507.StyleInfo.Font.Underline = false;
            gridRangeStyle507.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle508.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle508.StyleInfo.Font.Bold = false;
            gridRangeStyle508.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle508.StyleInfo.Font.Italic = false;
            gridRangeStyle508.StyleInfo.Font.Size = 9F;
            gridRangeStyle508.StyleInfo.Font.Strikeout = false;
            gridRangeStyle508.StyleInfo.Font.Underline = false;
            gridRangeStyle508.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle509.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle509.StyleInfo.Font.Bold = false;
            gridRangeStyle509.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle509.StyleInfo.Font.Italic = false;
            gridRangeStyle509.StyleInfo.Font.Size = 9F;
            gridRangeStyle509.StyleInfo.Font.Strikeout = false;
            gridRangeStyle509.StyleInfo.Font.Underline = false;
            gridRangeStyle509.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle510.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle510.StyleInfo.Font.Bold = false;
            gridRangeStyle510.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle510.StyleInfo.Font.Italic = false;
            gridRangeStyle510.StyleInfo.Font.Size = 9F;
            gridRangeStyle510.StyleInfo.Font.Strikeout = false;
            gridRangeStyle510.StyleInfo.Font.Underline = false;
            gridRangeStyle510.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle511.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle511.StyleInfo.Font.Bold = false;
            gridRangeStyle511.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle511.StyleInfo.Font.Italic = false;
            gridRangeStyle511.StyleInfo.Font.Size = 9F;
            gridRangeStyle511.StyleInfo.Font.Strikeout = false;
            gridRangeStyle511.StyleInfo.Font.Underline = false;
            gridRangeStyle511.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle512.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle512.StyleInfo.Font.Bold = false;
            gridRangeStyle512.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle512.StyleInfo.Font.Italic = false;
            gridRangeStyle512.StyleInfo.Font.Size = 9F;
            gridRangeStyle512.StyleInfo.Font.Strikeout = false;
            gridRangeStyle512.StyleInfo.Font.Underline = false;
            gridRangeStyle512.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle513.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle513.StyleInfo.Font.Bold = false;
            gridRangeStyle513.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle513.StyleInfo.Font.Italic = false;
            gridRangeStyle513.StyleInfo.Font.Size = 9F;
            gridRangeStyle513.StyleInfo.Font.Strikeout = false;
            gridRangeStyle513.StyleInfo.Font.Underline = false;
            gridRangeStyle513.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle514.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle514.StyleInfo.Font.Bold = false;
            gridRangeStyle514.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle514.StyleInfo.Font.Italic = false;
            gridRangeStyle514.StyleInfo.Font.Size = 9F;
            gridRangeStyle514.StyleInfo.Font.Strikeout = false;
            gridRangeStyle514.StyleInfo.Font.Underline = false;
            gridRangeStyle514.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle515.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle515.StyleInfo.Font.Bold = false;
            gridRangeStyle515.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle515.StyleInfo.Font.Italic = false;
            gridRangeStyle515.StyleInfo.Font.Size = 9F;
            gridRangeStyle515.StyleInfo.Font.Strikeout = false;
            gridRangeStyle515.StyleInfo.Font.Underline = false;
            gridRangeStyle515.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle516.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle516.StyleInfo.Font.Bold = false;
            gridRangeStyle516.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle516.StyleInfo.Font.Italic = false;
            gridRangeStyle516.StyleInfo.Font.Size = 9F;
            gridRangeStyle516.StyleInfo.Font.Strikeout = false;
            gridRangeStyle516.StyleInfo.Font.Underline = false;
            gridRangeStyle516.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle517.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle517.StyleInfo.Font.Bold = false;
            gridRangeStyle517.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle517.StyleInfo.Font.Italic = false;
            gridRangeStyle517.StyleInfo.Font.Size = 9F;
            gridRangeStyle517.StyleInfo.Font.Strikeout = false;
            gridRangeStyle517.StyleInfo.Font.Underline = false;
            gridRangeStyle517.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle518.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle518.StyleInfo.Font.Bold = false;
            gridRangeStyle518.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle518.StyleInfo.Font.Italic = false;
            gridRangeStyle518.StyleInfo.Font.Size = 9F;
            gridRangeStyle518.StyleInfo.Font.Strikeout = false;
            gridRangeStyle518.StyleInfo.Font.Underline = false;
            gridRangeStyle518.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle519.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle519.StyleInfo.Font.Bold = false;
            gridRangeStyle519.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle519.StyleInfo.Font.Italic = false;
            gridRangeStyle519.StyleInfo.Font.Size = 9F;
            gridRangeStyle519.StyleInfo.Font.Strikeout = false;
            gridRangeStyle519.StyleInfo.Font.Underline = false;
            gridRangeStyle519.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle520.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle520.StyleInfo.Font.Bold = false;
            gridRangeStyle520.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle520.StyleInfo.Font.Italic = false;
            gridRangeStyle520.StyleInfo.Font.Size = 9F;
            gridRangeStyle520.StyleInfo.Font.Strikeout = false;
            gridRangeStyle520.StyleInfo.Font.Underline = false;
            gridRangeStyle520.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle521.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle521.StyleInfo.Font.Bold = false;
            gridRangeStyle521.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle521.StyleInfo.Font.Italic = false;
            gridRangeStyle521.StyleInfo.Font.Size = 9F;
            gridRangeStyle521.StyleInfo.Font.Strikeout = false;
            gridRangeStyle521.StyleInfo.Font.Underline = false;
            gridRangeStyle521.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle522.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle522.StyleInfo.Font.Bold = false;
            gridRangeStyle522.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle522.StyleInfo.Font.Italic = false;
            gridRangeStyle522.StyleInfo.Font.Size = 9F;
            gridRangeStyle522.StyleInfo.Font.Strikeout = false;
            gridRangeStyle522.StyleInfo.Font.Underline = false;
            gridRangeStyle522.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle523.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle523.StyleInfo.Font.Bold = false;
            gridRangeStyle523.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle523.StyleInfo.Font.Italic = false;
            gridRangeStyle523.StyleInfo.Font.Size = 9F;
            gridRangeStyle523.StyleInfo.Font.Strikeout = false;
            gridRangeStyle523.StyleInfo.Font.Underline = false;
            gridRangeStyle523.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle524.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle524.StyleInfo.Font.Bold = false;
            gridRangeStyle524.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle524.StyleInfo.Font.Italic = false;
            gridRangeStyle524.StyleInfo.Font.Size = 9F;
            gridRangeStyle524.StyleInfo.Font.Strikeout = false;
            gridRangeStyle524.StyleInfo.Font.Underline = false;
            gridRangeStyle524.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle525.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle525.StyleInfo.Font.Bold = false;
            gridRangeStyle525.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle525.StyleInfo.Font.Italic = false;
            gridRangeStyle525.StyleInfo.Font.Size = 9F;
            gridRangeStyle525.StyleInfo.Font.Strikeout = false;
            gridRangeStyle525.StyleInfo.Font.Underline = false;
            gridRangeStyle525.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle526.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle526.StyleInfo.Font.Bold = false;
            gridRangeStyle526.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle526.StyleInfo.Font.Italic = false;
            gridRangeStyle526.StyleInfo.Font.Size = 9F;
            gridRangeStyle526.StyleInfo.Font.Strikeout = false;
            gridRangeStyle526.StyleInfo.Font.Underline = false;
            gridRangeStyle526.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle527.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle527.StyleInfo.Font.Bold = false;
            gridRangeStyle527.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle527.StyleInfo.Font.Italic = false;
            gridRangeStyle527.StyleInfo.Font.Size = 9F;
            gridRangeStyle527.StyleInfo.Font.Strikeout = false;
            gridRangeStyle527.StyleInfo.Font.Underline = false;
            gridRangeStyle527.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle528.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle528.StyleInfo.Font.Bold = false;
            gridRangeStyle528.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle528.StyleInfo.Font.Italic = false;
            gridRangeStyle528.StyleInfo.Font.Size = 9F;
            gridRangeStyle528.StyleInfo.Font.Strikeout = false;
            gridRangeStyle528.StyleInfo.Font.Underline = false;
            gridRangeStyle528.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle529.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle529.StyleInfo.Font.Bold = false;
            gridRangeStyle529.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle529.StyleInfo.Font.Italic = false;
            gridRangeStyle529.StyleInfo.Font.Size = 9F;
            gridRangeStyle529.StyleInfo.Font.Strikeout = false;
            gridRangeStyle529.StyleInfo.Font.Underline = false;
            gridRangeStyle529.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle530.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle530.StyleInfo.Font.Bold = false;
            gridRangeStyle530.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle530.StyleInfo.Font.Italic = false;
            gridRangeStyle530.StyleInfo.Font.Size = 9F;
            gridRangeStyle530.StyleInfo.Font.Strikeout = false;
            gridRangeStyle530.StyleInfo.Font.Underline = false;
            gridRangeStyle530.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle531.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle531.StyleInfo.Font.Bold = false;
            gridRangeStyle531.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle531.StyleInfo.Font.Italic = false;
            gridRangeStyle531.StyleInfo.Font.Size = 9F;
            gridRangeStyle531.StyleInfo.Font.Strikeout = false;
            gridRangeStyle531.StyleInfo.Font.Underline = false;
            gridRangeStyle531.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle532.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle532.StyleInfo.Font.Bold = false;
            gridRangeStyle532.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle532.StyleInfo.Font.Italic = false;
            gridRangeStyle532.StyleInfo.Font.Size = 9F;
            gridRangeStyle532.StyleInfo.Font.Strikeout = false;
            gridRangeStyle532.StyleInfo.Font.Underline = false;
            gridRangeStyle532.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle533.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle533.StyleInfo.Font.Bold = false;
            gridRangeStyle533.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle533.StyleInfo.Font.Italic = false;
            gridRangeStyle533.StyleInfo.Font.Size = 9F;
            gridRangeStyle533.StyleInfo.Font.Strikeout = false;
            gridRangeStyle533.StyleInfo.Font.Underline = false;
            gridRangeStyle533.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle534.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle534.StyleInfo.Font.Bold = false;
            gridRangeStyle534.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle534.StyleInfo.Font.Italic = false;
            gridRangeStyle534.StyleInfo.Font.Size = 9F;
            gridRangeStyle534.StyleInfo.Font.Strikeout = false;
            gridRangeStyle534.StyleInfo.Font.Underline = false;
            gridRangeStyle534.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle535.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle535.StyleInfo.Font.Bold = false;
            gridRangeStyle535.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle535.StyleInfo.Font.Italic = false;
            gridRangeStyle535.StyleInfo.Font.Size = 9F;
            gridRangeStyle535.StyleInfo.Font.Strikeout = false;
            gridRangeStyle535.StyleInfo.Font.Underline = false;
            gridRangeStyle535.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle536.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle536.StyleInfo.Font.Bold = false;
            gridRangeStyle536.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle536.StyleInfo.Font.Italic = false;
            gridRangeStyle536.StyleInfo.Font.Size = 9F;
            gridRangeStyle536.StyleInfo.Font.Strikeout = false;
            gridRangeStyle536.StyleInfo.Font.Underline = false;
            gridRangeStyle536.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle537.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle537.StyleInfo.Font.Bold = false;
            gridRangeStyle537.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle537.StyleInfo.Font.Italic = false;
            gridRangeStyle537.StyleInfo.Font.Size = 9F;
            gridRangeStyle537.StyleInfo.Font.Strikeout = false;
            gridRangeStyle537.StyleInfo.Font.Underline = false;
            gridRangeStyle537.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle538.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle538.StyleInfo.Font.Bold = false;
            gridRangeStyle538.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle538.StyleInfo.Font.Italic = false;
            gridRangeStyle538.StyleInfo.Font.Size = 9F;
            gridRangeStyle538.StyleInfo.Font.Strikeout = false;
            gridRangeStyle538.StyleInfo.Font.Underline = false;
            gridRangeStyle538.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle539.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle539.StyleInfo.Font.Bold = false;
            gridRangeStyle539.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle539.StyleInfo.Font.Italic = false;
            gridRangeStyle539.StyleInfo.Font.Size = 9F;
            gridRangeStyle539.StyleInfo.Font.Strikeout = false;
            gridRangeStyle539.StyleInfo.Font.Underline = false;
            gridRangeStyle539.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle540.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle540.StyleInfo.Font.Bold = false;
            gridRangeStyle540.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle540.StyleInfo.Font.Italic = false;
            gridRangeStyle540.StyleInfo.Font.Size = 9F;
            gridRangeStyle540.StyleInfo.Font.Strikeout = false;
            gridRangeStyle540.StyleInfo.Font.Underline = false;
            gridRangeStyle540.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle541.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle541.StyleInfo.Font.Bold = false;
            gridRangeStyle541.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle541.StyleInfo.Font.Italic = false;
            gridRangeStyle541.StyleInfo.Font.Size = 9F;
            gridRangeStyle541.StyleInfo.Font.Strikeout = false;
            gridRangeStyle541.StyleInfo.Font.Underline = false;
            gridRangeStyle541.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle542.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle542.StyleInfo.Font.Bold = false;
            gridRangeStyle542.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle542.StyleInfo.Font.Italic = false;
            gridRangeStyle542.StyleInfo.Font.Size = 9F;
            gridRangeStyle542.StyleInfo.Font.Strikeout = false;
            gridRangeStyle542.StyleInfo.Font.Underline = false;
            gridRangeStyle542.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle543.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle543.StyleInfo.Font.Bold = false;
            gridRangeStyle543.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle543.StyleInfo.Font.Italic = false;
            gridRangeStyle543.StyleInfo.Font.Size = 9F;
            gridRangeStyle543.StyleInfo.Font.Strikeout = false;
            gridRangeStyle543.StyleInfo.Font.Underline = false;
            gridRangeStyle543.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle544.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle544.StyleInfo.Font.Bold = false;
            gridRangeStyle544.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle544.StyleInfo.Font.Italic = false;
            gridRangeStyle544.StyleInfo.Font.Size = 9F;
            gridRangeStyle544.StyleInfo.Font.Strikeout = false;
            gridRangeStyle544.StyleInfo.Font.Underline = false;
            gridRangeStyle544.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle545.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle545.StyleInfo.Font.Bold = false;
            gridRangeStyle545.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle545.StyleInfo.Font.Italic = false;
            gridRangeStyle545.StyleInfo.Font.Size = 9F;
            gridRangeStyle545.StyleInfo.Font.Strikeout = false;
            gridRangeStyle545.StyleInfo.Font.Underline = false;
            gridRangeStyle545.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle546.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle546.StyleInfo.Font.Bold = false;
            gridRangeStyle546.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle546.StyleInfo.Font.Italic = false;
            gridRangeStyle546.StyleInfo.Font.Size = 9F;
            gridRangeStyle546.StyleInfo.Font.Strikeout = false;
            gridRangeStyle546.StyleInfo.Font.Underline = false;
            gridRangeStyle546.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle547.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle547.StyleInfo.Font.Bold = false;
            gridRangeStyle547.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle547.StyleInfo.Font.Italic = false;
            gridRangeStyle547.StyleInfo.Font.Size = 9F;
            gridRangeStyle547.StyleInfo.Font.Strikeout = false;
            gridRangeStyle547.StyleInfo.Font.Underline = false;
            gridRangeStyle547.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle548.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle548.StyleInfo.Font.Bold = false;
            gridRangeStyle548.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle548.StyleInfo.Font.Italic = false;
            gridRangeStyle548.StyleInfo.Font.Size = 9F;
            gridRangeStyle548.StyleInfo.Font.Strikeout = false;
            gridRangeStyle548.StyleInfo.Font.Underline = false;
            gridRangeStyle548.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle549.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle549.StyleInfo.Font.Bold = false;
            gridRangeStyle549.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle549.StyleInfo.Font.Italic = false;
            gridRangeStyle549.StyleInfo.Font.Size = 9F;
            gridRangeStyle549.StyleInfo.Font.Strikeout = false;
            gridRangeStyle549.StyleInfo.Font.Underline = false;
            gridRangeStyle549.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle550.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle550.StyleInfo.Font.Bold = false;
            gridRangeStyle550.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle550.StyleInfo.Font.Italic = false;
            gridRangeStyle550.StyleInfo.Font.Size = 9F;
            gridRangeStyle550.StyleInfo.Font.Strikeout = false;
            gridRangeStyle550.StyleInfo.Font.Underline = false;
            gridRangeStyle550.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle551.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle551.StyleInfo.Font.Bold = false;
            gridRangeStyle551.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle551.StyleInfo.Font.Italic = false;
            gridRangeStyle551.StyleInfo.Font.Size = 9F;
            gridRangeStyle551.StyleInfo.Font.Strikeout = false;
            gridRangeStyle551.StyleInfo.Font.Underline = false;
            gridRangeStyle551.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle552.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle552.StyleInfo.Font.Bold = false;
            gridRangeStyle552.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle552.StyleInfo.Font.Italic = false;
            gridRangeStyle552.StyleInfo.Font.Size = 9F;
            gridRangeStyle552.StyleInfo.Font.Strikeout = false;
            gridRangeStyle552.StyleInfo.Font.Underline = false;
            gridRangeStyle552.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle553.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle553.StyleInfo.Font.Bold = false;
            gridRangeStyle553.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle553.StyleInfo.Font.Italic = false;
            gridRangeStyle553.StyleInfo.Font.Size = 9F;
            gridRangeStyle553.StyleInfo.Font.Strikeout = false;
            gridRangeStyle553.StyleInfo.Font.Underline = false;
            gridRangeStyle553.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle554.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle554.StyleInfo.Font.Bold = false;
            gridRangeStyle554.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle554.StyleInfo.Font.Italic = false;
            gridRangeStyle554.StyleInfo.Font.Size = 9F;
            gridRangeStyle554.StyleInfo.Font.Strikeout = false;
            gridRangeStyle554.StyleInfo.Font.Underline = false;
            gridRangeStyle554.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle555.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle555.StyleInfo.Font.Bold = false;
            gridRangeStyle555.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle555.StyleInfo.Font.Italic = false;
            gridRangeStyle555.StyleInfo.Font.Size = 9F;
            gridRangeStyle555.StyleInfo.Font.Strikeout = false;
            gridRangeStyle555.StyleInfo.Font.Underline = false;
            gridRangeStyle555.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle556.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle556.StyleInfo.Font.Bold = false;
            gridRangeStyle556.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle556.StyleInfo.Font.Italic = false;
            gridRangeStyle556.StyleInfo.Font.Size = 9F;
            gridRangeStyle556.StyleInfo.Font.Strikeout = false;
            gridRangeStyle556.StyleInfo.Font.Underline = false;
            gridRangeStyle556.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle557.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle557.StyleInfo.Font.Bold = false;
            gridRangeStyle557.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle557.StyleInfo.Font.Italic = false;
            gridRangeStyle557.StyleInfo.Font.Size = 9F;
            gridRangeStyle557.StyleInfo.Font.Strikeout = false;
            gridRangeStyle557.StyleInfo.Font.Underline = false;
            gridRangeStyle557.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle558.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle558.StyleInfo.Font.Bold = false;
            gridRangeStyle558.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle558.StyleInfo.Font.Italic = false;
            gridRangeStyle558.StyleInfo.Font.Size = 9F;
            gridRangeStyle558.StyleInfo.Font.Strikeout = false;
            gridRangeStyle558.StyleInfo.Font.Underline = false;
            gridRangeStyle558.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle559.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle559.StyleInfo.Font.Bold = false;
            gridRangeStyle559.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle559.StyleInfo.Font.Italic = false;
            gridRangeStyle559.StyleInfo.Font.Size = 9F;
            gridRangeStyle559.StyleInfo.Font.Strikeout = false;
            gridRangeStyle559.StyleInfo.Font.Underline = false;
            gridRangeStyle559.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle560.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle560.StyleInfo.Font.Bold = false;
            gridRangeStyle560.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle560.StyleInfo.Font.Italic = false;
            gridRangeStyle560.StyleInfo.Font.Size = 9F;
            gridRangeStyle560.StyleInfo.Font.Strikeout = false;
            gridRangeStyle560.StyleInfo.Font.Underline = false;
            gridRangeStyle560.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle561.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle561.StyleInfo.Font.Bold = false;
            gridRangeStyle561.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle561.StyleInfo.Font.Italic = false;
            gridRangeStyle561.StyleInfo.Font.Size = 9F;
            gridRangeStyle561.StyleInfo.Font.Strikeout = false;
            gridRangeStyle561.StyleInfo.Font.Underline = false;
            gridRangeStyle561.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle562.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle562.StyleInfo.Font.Bold = false;
            gridRangeStyle562.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle562.StyleInfo.Font.Italic = false;
            gridRangeStyle562.StyleInfo.Font.Size = 9F;
            gridRangeStyle562.StyleInfo.Font.Strikeout = false;
            gridRangeStyle562.StyleInfo.Font.Underline = false;
            gridRangeStyle562.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle563.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle563.StyleInfo.Font.Bold = false;
            gridRangeStyle563.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle563.StyleInfo.Font.Italic = false;
            gridRangeStyle563.StyleInfo.Font.Size = 9F;
            gridRangeStyle563.StyleInfo.Font.Strikeout = false;
            gridRangeStyle563.StyleInfo.Font.Underline = false;
            gridRangeStyle563.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle564.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle564.StyleInfo.Font.Bold = false;
            gridRangeStyle564.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle564.StyleInfo.Font.Italic = false;
            gridRangeStyle564.StyleInfo.Font.Size = 9F;
            gridRangeStyle564.StyleInfo.Font.Strikeout = false;
            gridRangeStyle564.StyleInfo.Font.Underline = false;
            gridRangeStyle564.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle565.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle565.StyleInfo.Font.Bold = false;
            gridRangeStyle565.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle565.StyleInfo.Font.Italic = false;
            gridRangeStyle565.StyleInfo.Font.Size = 9F;
            gridRangeStyle565.StyleInfo.Font.Strikeout = false;
            gridRangeStyle565.StyleInfo.Font.Underline = false;
            gridRangeStyle565.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle566.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle566.StyleInfo.Font.Bold = false;
            gridRangeStyle566.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle566.StyleInfo.Font.Italic = false;
            gridRangeStyle566.StyleInfo.Font.Size = 9F;
            gridRangeStyle566.StyleInfo.Font.Strikeout = false;
            gridRangeStyle566.StyleInfo.Font.Underline = false;
            gridRangeStyle566.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle567.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle567.StyleInfo.Font.Bold = false;
            gridRangeStyle567.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle567.StyleInfo.Font.Italic = false;
            gridRangeStyle567.StyleInfo.Font.Size = 9F;
            gridRangeStyle567.StyleInfo.Font.Strikeout = false;
            gridRangeStyle567.StyleInfo.Font.Underline = false;
            gridRangeStyle567.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle568.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle568.StyleInfo.Font.Bold = false;
            gridRangeStyle568.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle568.StyleInfo.Font.Italic = false;
            gridRangeStyle568.StyleInfo.Font.Size = 9F;
            gridRangeStyle568.StyleInfo.Font.Strikeout = false;
            gridRangeStyle568.StyleInfo.Font.Underline = false;
            gridRangeStyle568.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle569.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle569.StyleInfo.Font.Bold = false;
            gridRangeStyle569.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle569.StyleInfo.Font.Italic = false;
            gridRangeStyle569.StyleInfo.Font.Size = 9F;
            gridRangeStyle569.StyleInfo.Font.Strikeout = false;
            gridRangeStyle569.StyleInfo.Font.Underline = false;
            gridRangeStyle569.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle570.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle570.StyleInfo.Font.Bold = false;
            gridRangeStyle570.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle570.StyleInfo.Font.Italic = false;
            gridRangeStyle570.StyleInfo.Font.Size = 9F;
            gridRangeStyle570.StyleInfo.Font.Strikeout = false;
            gridRangeStyle570.StyleInfo.Font.Underline = false;
            gridRangeStyle570.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle571.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle571.StyleInfo.Font.Bold = false;
            gridRangeStyle571.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle571.StyleInfo.Font.Italic = false;
            gridRangeStyle571.StyleInfo.Font.Size = 9F;
            gridRangeStyle571.StyleInfo.Font.Strikeout = false;
            gridRangeStyle571.StyleInfo.Font.Underline = false;
            gridRangeStyle571.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle572.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle572.StyleInfo.Font.Bold = false;
            gridRangeStyle572.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle572.StyleInfo.Font.Italic = false;
            gridRangeStyle572.StyleInfo.Font.Size = 9F;
            gridRangeStyle572.StyleInfo.Font.Strikeout = false;
            gridRangeStyle572.StyleInfo.Font.Underline = false;
            gridRangeStyle572.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle573.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle573.StyleInfo.Font.Bold = false;
            gridRangeStyle573.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle573.StyleInfo.Font.Italic = false;
            gridRangeStyle573.StyleInfo.Font.Size = 9F;
            gridRangeStyle573.StyleInfo.Font.Strikeout = false;
            gridRangeStyle573.StyleInfo.Font.Underline = false;
            gridRangeStyle573.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle574.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle574.StyleInfo.Font.Bold = false;
            gridRangeStyle574.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle574.StyleInfo.Font.Italic = false;
            gridRangeStyle574.StyleInfo.Font.Size = 9F;
            gridRangeStyle574.StyleInfo.Font.Strikeout = false;
            gridRangeStyle574.StyleInfo.Font.Underline = false;
            gridRangeStyle574.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle575.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle575.StyleInfo.Font.Bold = false;
            gridRangeStyle575.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle575.StyleInfo.Font.Italic = false;
            gridRangeStyle575.StyleInfo.Font.Size = 9F;
            gridRangeStyle575.StyleInfo.Font.Strikeout = false;
            gridRangeStyle575.StyleInfo.Font.Underline = false;
            gridRangeStyle575.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle576.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle576.StyleInfo.Font.Bold = false;
            gridRangeStyle576.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle576.StyleInfo.Font.Italic = false;
            gridRangeStyle576.StyleInfo.Font.Size = 9F;
            gridRangeStyle576.StyleInfo.Font.Strikeout = false;
            gridRangeStyle576.StyleInfo.Font.Underline = false;
            gridRangeStyle576.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle577.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle577.StyleInfo.Font.Bold = false;
            gridRangeStyle577.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle577.StyleInfo.Font.Italic = false;
            gridRangeStyle577.StyleInfo.Font.Size = 9F;
            gridRangeStyle577.StyleInfo.Font.Strikeout = false;
            gridRangeStyle577.StyleInfo.Font.Underline = false;
            gridRangeStyle577.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle578.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle578.StyleInfo.Font.Bold = false;
            gridRangeStyle578.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle578.StyleInfo.Font.Italic = false;
            gridRangeStyle578.StyleInfo.Font.Size = 9F;
            gridRangeStyle578.StyleInfo.Font.Strikeout = false;
            gridRangeStyle578.StyleInfo.Font.Underline = false;
            gridRangeStyle578.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle579.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle579.StyleInfo.Font.Bold = false;
            gridRangeStyle579.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle579.StyleInfo.Font.Italic = false;
            gridRangeStyle579.StyleInfo.Font.Size = 9F;
            gridRangeStyle579.StyleInfo.Font.Strikeout = false;
            gridRangeStyle579.StyleInfo.Font.Underline = false;
            gridRangeStyle579.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle580.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle580.StyleInfo.Font.Bold = false;
            gridRangeStyle580.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle580.StyleInfo.Font.Italic = false;
            gridRangeStyle580.StyleInfo.Font.Size = 9F;
            gridRangeStyle580.StyleInfo.Font.Strikeout = false;
            gridRangeStyle580.StyleInfo.Font.Underline = false;
            gridRangeStyle580.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle581.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle581.StyleInfo.Font.Bold = false;
            gridRangeStyle581.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle581.StyleInfo.Font.Italic = false;
            gridRangeStyle581.StyleInfo.Font.Size = 9F;
            gridRangeStyle581.StyleInfo.Font.Strikeout = false;
            gridRangeStyle581.StyleInfo.Font.Underline = false;
            gridRangeStyle581.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle582.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle582.StyleInfo.Font.Bold = false;
            gridRangeStyle582.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle582.StyleInfo.Font.Italic = false;
            gridRangeStyle582.StyleInfo.Font.Size = 9F;
            gridRangeStyle582.StyleInfo.Font.Strikeout = false;
            gridRangeStyle582.StyleInfo.Font.Underline = false;
            gridRangeStyle582.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle583.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle583.StyleInfo.Font.Bold = false;
            gridRangeStyle583.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle583.StyleInfo.Font.Italic = false;
            gridRangeStyle583.StyleInfo.Font.Size = 9F;
            gridRangeStyle583.StyleInfo.Font.Strikeout = false;
            gridRangeStyle583.StyleInfo.Font.Underline = false;
            gridRangeStyle583.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle584.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle584.StyleInfo.Font.Bold = false;
            gridRangeStyle584.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle584.StyleInfo.Font.Italic = false;
            gridRangeStyle584.StyleInfo.Font.Size = 9F;
            gridRangeStyle584.StyleInfo.Font.Strikeout = false;
            gridRangeStyle584.StyleInfo.Font.Underline = false;
            gridRangeStyle584.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle585.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle585.StyleInfo.Font.Bold = false;
            gridRangeStyle585.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle585.StyleInfo.Font.Italic = false;
            gridRangeStyle585.StyleInfo.Font.Size = 9F;
            gridRangeStyle585.StyleInfo.Font.Strikeout = false;
            gridRangeStyle585.StyleInfo.Font.Underline = false;
            gridRangeStyle585.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle586.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle586.StyleInfo.Font.Bold = false;
            gridRangeStyle586.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle586.StyleInfo.Font.Italic = false;
            gridRangeStyle586.StyleInfo.Font.Size = 9F;
            gridRangeStyle586.StyleInfo.Font.Strikeout = false;
            gridRangeStyle586.StyleInfo.Font.Underline = false;
            gridRangeStyle586.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle587.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle587.StyleInfo.Font.Bold = false;
            gridRangeStyle587.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle587.StyleInfo.Font.Italic = false;
            gridRangeStyle587.StyleInfo.Font.Size = 9F;
            gridRangeStyle587.StyleInfo.Font.Strikeout = false;
            gridRangeStyle587.StyleInfo.Font.Underline = false;
            gridRangeStyle587.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle588.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle588.StyleInfo.Font.Bold = false;
            gridRangeStyle588.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle588.StyleInfo.Font.Italic = false;
            gridRangeStyle588.StyleInfo.Font.Size = 9F;
            gridRangeStyle588.StyleInfo.Font.Strikeout = false;
            gridRangeStyle588.StyleInfo.Font.Underline = false;
            gridRangeStyle588.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle589.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle589.StyleInfo.Font.Bold = false;
            gridRangeStyle589.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle589.StyleInfo.Font.Italic = false;
            gridRangeStyle589.StyleInfo.Font.Size = 9F;
            gridRangeStyle589.StyleInfo.Font.Strikeout = false;
            gridRangeStyle589.StyleInfo.Font.Underline = false;
            gridRangeStyle589.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle590.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle590.StyleInfo.Font.Bold = false;
            gridRangeStyle590.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle590.StyleInfo.Font.Italic = false;
            gridRangeStyle590.StyleInfo.Font.Size = 9F;
            gridRangeStyle590.StyleInfo.Font.Strikeout = false;
            gridRangeStyle590.StyleInfo.Font.Underline = false;
            gridRangeStyle590.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle591.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle591.StyleInfo.Font.Bold = false;
            gridRangeStyle591.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle591.StyleInfo.Font.Italic = false;
            gridRangeStyle591.StyleInfo.Font.Size = 9F;
            gridRangeStyle591.StyleInfo.Font.Strikeout = false;
            gridRangeStyle591.StyleInfo.Font.Underline = false;
            gridRangeStyle591.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle592.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle592.StyleInfo.Font.Bold = false;
            gridRangeStyle592.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle592.StyleInfo.Font.Italic = false;
            gridRangeStyle592.StyleInfo.Font.Size = 9F;
            gridRangeStyle592.StyleInfo.Font.Strikeout = false;
            gridRangeStyle592.StyleInfo.Font.Underline = false;
            gridRangeStyle592.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle593.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle593.StyleInfo.Font.Bold = false;
            gridRangeStyle593.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle593.StyleInfo.Font.Italic = false;
            gridRangeStyle593.StyleInfo.Font.Size = 9F;
            gridRangeStyle593.StyleInfo.Font.Strikeout = false;
            gridRangeStyle593.StyleInfo.Font.Underline = false;
            gridRangeStyle593.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle594.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle594.StyleInfo.Font.Bold = false;
            gridRangeStyle594.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle594.StyleInfo.Font.Italic = false;
            gridRangeStyle594.StyleInfo.Font.Size = 9F;
            gridRangeStyle594.StyleInfo.Font.Strikeout = false;
            gridRangeStyle594.StyleInfo.Font.Underline = false;
            gridRangeStyle594.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle595.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle595.StyleInfo.Font.Bold = false;
            gridRangeStyle595.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle595.StyleInfo.Font.Italic = false;
            gridRangeStyle595.StyleInfo.Font.Size = 9F;
            gridRangeStyle595.StyleInfo.Font.Strikeout = false;
            gridRangeStyle595.StyleInfo.Font.Underline = false;
            gridRangeStyle595.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle596.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle596.StyleInfo.Font.Bold = false;
            gridRangeStyle596.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle596.StyleInfo.Font.Italic = false;
            gridRangeStyle596.StyleInfo.Font.Size = 9F;
            gridRangeStyle596.StyleInfo.Font.Strikeout = false;
            gridRangeStyle596.StyleInfo.Font.Underline = false;
            gridRangeStyle596.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle597.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle597.StyleInfo.Font.Bold = false;
            gridRangeStyle597.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle597.StyleInfo.Font.Italic = false;
            gridRangeStyle597.StyleInfo.Font.Size = 9F;
            gridRangeStyle597.StyleInfo.Font.Strikeout = false;
            gridRangeStyle597.StyleInfo.Font.Underline = false;
            gridRangeStyle597.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle598.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle598.StyleInfo.Font.Bold = false;
            gridRangeStyle598.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle598.StyleInfo.Font.Italic = false;
            gridRangeStyle598.StyleInfo.Font.Size = 9F;
            gridRangeStyle598.StyleInfo.Font.Strikeout = false;
            gridRangeStyle598.StyleInfo.Font.Underline = false;
            gridRangeStyle598.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle599.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle599.StyleInfo.Font.Bold = false;
            gridRangeStyle599.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle599.StyleInfo.Font.Italic = false;
            gridRangeStyle599.StyleInfo.Font.Size = 9F;
            gridRangeStyle599.StyleInfo.Font.Strikeout = false;
            gridRangeStyle599.StyleInfo.Font.Underline = false;
            gridRangeStyle599.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle600.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle600.StyleInfo.Font.Bold = false;
            gridRangeStyle600.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle600.StyleInfo.Font.Italic = false;
            gridRangeStyle600.StyleInfo.Font.Size = 9F;
            gridRangeStyle600.StyleInfo.Font.Strikeout = false;
            gridRangeStyle600.StyleInfo.Font.Underline = false;
            gridRangeStyle600.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle601.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle601.StyleInfo.Font.Bold = false;
            gridRangeStyle601.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle601.StyleInfo.Font.Italic = false;
            gridRangeStyle601.StyleInfo.Font.Size = 9F;
            gridRangeStyle601.StyleInfo.Font.Strikeout = false;
            gridRangeStyle601.StyleInfo.Font.Underline = false;
            gridRangeStyle601.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle602.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle602.StyleInfo.Font.Bold = false;
            gridRangeStyle602.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle602.StyleInfo.Font.Italic = false;
            gridRangeStyle602.StyleInfo.Font.Size = 9F;
            gridRangeStyle602.StyleInfo.Font.Strikeout = false;
            gridRangeStyle602.StyleInfo.Font.Underline = false;
            gridRangeStyle602.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle603.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle603.StyleInfo.Font.Bold = false;
            gridRangeStyle603.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle603.StyleInfo.Font.Italic = false;
            gridRangeStyle603.StyleInfo.Font.Size = 9F;
            gridRangeStyle603.StyleInfo.Font.Strikeout = false;
            gridRangeStyle603.StyleInfo.Font.Underline = false;
            gridRangeStyle603.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle604.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle604.StyleInfo.Font.Bold = false;
            gridRangeStyle604.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle604.StyleInfo.Font.Italic = false;
            gridRangeStyle604.StyleInfo.Font.Size = 9F;
            gridRangeStyle604.StyleInfo.Font.Strikeout = false;
            gridRangeStyle604.StyleInfo.Font.Underline = false;
            gridRangeStyle604.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle605.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle605.StyleInfo.Font.Bold = false;
            gridRangeStyle605.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle605.StyleInfo.Font.Italic = false;
            gridRangeStyle605.StyleInfo.Font.Size = 9F;
            gridRangeStyle605.StyleInfo.Font.Strikeout = false;
            gridRangeStyle605.StyleInfo.Font.Underline = false;
            gridRangeStyle605.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle606.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle606.StyleInfo.Font.Bold = false;
            gridRangeStyle606.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle606.StyleInfo.Font.Italic = false;
            gridRangeStyle606.StyleInfo.Font.Size = 9F;
            gridRangeStyle606.StyleInfo.Font.Strikeout = false;
            gridRangeStyle606.StyleInfo.Font.Underline = false;
            gridRangeStyle606.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle607.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle607.StyleInfo.Font.Bold = false;
            gridRangeStyle607.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle607.StyleInfo.Font.Italic = false;
            gridRangeStyle607.StyleInfo.Font.Size = 9F;
            gridRangeStyle607.StyleInfo.Font.Strikeout = false;
            gridRangeStyle607.StyleInfo.Font.Underline = false;
            gridRangeStyle607.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle608.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle608.StyleInfo.Font.Bold = false;
            gridRangeStyle608.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle608.StyleInfo.Font.Italic = false;
            gridRangeStyle608.StyleInfo.Font.Size = 9F;
            gridRangeStyle608.StyleInfo.Font.Strikeout = false;
            gridRangeStyle608.StyleInfo.Font.Underline = false;
            gridRangeStyle608.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle609.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle609.StyleInfo.Font.Bold = false;
            gridRangeStyle609.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle609.StyleInfo.Font.Italic = false;
            gridRangeStyle609.StyleInfo.Font.Size = 9F;
            gridRangeStyle609.StyleInfo.Font.Strikeout = false;
            gridRangeStyle609.StyleInfo.Font.Underline = false;
            gridRangeStyle609.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle610.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle610.StyleInfo.Font.Bold = false;
            gridRangeStyle610.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle610.StyleInfo.Font.Italic = false;
            gridRangeStyle610.StyleInfo.Font.Size = 9F;
            gridRangeStyle610.StyleInfo.Font.Strikeout = false;
            gridRangeStyle610.StyleInfo.Font.Underline = false;
            gridRangeStyle610.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle611.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle611.StyleInfo.Font.Bold = false;
            gridRangeStyle611.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle611.StyleInfo.Font.Italic = false;
            gridRangeStyle611.StyleInfo.Font.Size = 9F;
            gridRangeStyle611.StyleInfo.Font.Strikeout = false;
            gridRangeStyle611.StyleInfo.Font.Underline = false;
            gridRangeStyle611.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle612.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle612.StyleInfo.Font.Bold = false;
            gridRangeStyle612.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle612.StyleInfo.Font.Italic = false;
            gridRangeStyle612.StyleInfo.Font.Size = 9F;
            gridRangeStyle612.StyleInfo.Font.Strikeout = false;
            gridRangeStyle612.StyleInfo.Font.Underline = false;
            gridRangeStyle612.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle613.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle613.StyleInfo.Font.Bold = false;
            gridRangeStyle613.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle613.StyleInfo.Font.Italic = false;
            gridRangeStyle613.StyleInfo.Font.Size = 9F;
            gridRangeStyle613.StyleInfo.Font.Strikeout = false;
            gridRangeStyle613.StyleInfo.Font.Underline = false;
            gridRangeStyle613.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle614.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle614.StyleInfo.Font.Bold = false;
            gridRangeStyle614.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle614.StyleInfo.Font.Italic = false;
            gridRangeStyle614.StyleInfo.Font.Size = 9F;
            gridRangeStyle614.StyleInfo.Font.Strikeout = false;
            gridRangeStyle614.StyleInfo.Font.Underline = false;
            gridRangeStyle614.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle615.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle615.StyleInfo.Font.Bold = false;
            gridRangeStyle615.StyleInfo.Font.Facename = "Arial";
            gridRangeStyle615.StyleInfo.Font.Italic = false;
            gridRangeStyle615.StyleInfo.Font.Size = 9F;
            gridRangeStyle615.StyleInfo.Font.Strikeout = false;
            gridRangeStyle615.StyleInfo.Font.Underline = false;
            gridRangeStyle615.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            this.gridFaxList.RangeStyles.AddRange(new Syncfusion.Windows.Forms.Grid.GridRangeStyle[] {
            gridRangeStyle265,
            gridRangeStyle266,
            gridRangeStyle267,
            gridRangeStyle268,
            gridRangeStyle269,
            gridRangeStyle270,
            gridRangeStyle271,
            gridRangeStyle272,
            gridRangeStyle273,
            gridRangeStyle274,
            gridRangeStyle275,
            gridRangeStyle276,
            gridRangeStyle277,
            gridRangeStyle278,
            gridRangeStyle279,
            gridRangeStyle280,
            gridRangeStyle281,
            gridRangeStyle282,
            gridRangeStyle283,
            gridRangeStyle284,
            gridRangeStyle285,
            gridRangeStyle286,
            gridRangeStyle287,
            gridRangeStyle288,
            gridRangeStyle289,
            gridRangeStyle290,
            gridRangeStyle291,
            gridRangeStyle292,
            gridRangeStyle293,
            gridRangeStyle294,
            gridRangeStyle295,
            gridRangeStyle296,
            gridRangeStyle297,
            gridRangeStyle298,
            gridRangeStyle299,
            gridRangeStyle300,
            gridRangeStyle301,
            gridRangeStyle302,
            gridRangeStyle303,
            gridRangeStyle304,
            gridRangeStyle305,
            gridRangeStyle306,
            gridRangeStyle307,
            gridRangeStyle308,
            gridRangeStyle309,
            gridRangeStyle310,
            gridRangeStyle311,
            gridRangeStyle312,
            gridRangeStyle313,
            gridRangeStyle314,
            gridRangeStyle315,
            gridRangeStyle316,
            gridRangeStyle317,
            gridRangeStyle318,
            gridRangeStyle319,
            gridRangeStyle320,
            gridRangeStyle321,
            gridRangeStyle322,
            gridRangeStyle323,
            gridRangeStyle324,
            gridRangeStyle325,
            gridRangeStyle326,
            gridRangeStyle327,
            gridRangeStyle328,
            gridRangeStyle329,
            gridRangeStyle330,
            gridRangeStyle331,
            gridRangeStyle332,
            gridRangeStyle333,
            gridRangeStyle334,
            gridRangeStyle335,
            gridRangeStyle336,
            gridRangeStyle337,
            gridRangeStyle338,
            gridRangeStyle339,
            gridRangeStyle340,
            gridRangeStyle341,
            gridRangeStyle342,
            gridRangeStyle343,
            gridRangeStyle344,
            gridRangeStyle345,
            gridRangeStyle346,
            gridRangeStyle347,
            gridRangeStyle348,
            gridRangeStyle349,
            gridRangeStyle350,
            gridRangeStyle351,
            gridRangeStyle352,
            gridRangeStyle353,
            gridRangeStyle354,
            gridRangeStyle355,
            gridRangeStyle356,
            gridRangeStyle357,
            gridRangeStyle358,
            gridRangeStyle359,
            gridRangeStyle360,
            gridRangeStyle361,
            gridRangeStyle362,
            gridRangeStyle363,
            gridRangeStyle364,
            gridRangeStyle365,
            gridRangeStyle366,
            gridRangeStyle367,
            gridRangeStyle368,
            gridRangeStyle369,
            gridRangeStyle370,
            gridRangeStyle371,
            gridRangeStyle372,
            gridRangeStyle373,
            gridRangeStyle374,
            gridRangeStyle375,
            gridRangeStyle376,
            gridRangeStyle377,
            gridRangeStyle378,
            gridRangeStyle379,
            gridRangeStyle380,
            gridRangeStyle381,
            gridRangeStyle382,
            gridRangeStyle383,
            gridRangeStyle384,
            gridRangeStyle385,
            gridRangeStyle386,
            gridRangeStyle387,
            gridRangeStyle388,
            gridRangeStyle389,
            gridRangeStyle390,
            gridRangeStyle391,
            gridRangeStyle392,
            gridRangeStyle393,
            gridRangeStyle394,
            gridRangeStyle395,
            gridRangeStyle396,
            gridRangeStyle397,
            gridRangeStyle398,
            gridRangeStyle399,
            gridRangeStyle400,
            gridRangeStyle401,
            gridRangeStyle402,
            gridRangeStyle403,
            gridRangeStyle404,
            gridRangeStyle405,
            gridRangeStyle406,
            gridRangeStyle407,
            gridRangeStyle408,
            gridRangeStyle409,
            gridRangeStyle410,
            gridRangeStyle411,
            gridRangeStyle412,
            gridRangeStyle413,
            gridRangeStyle414,
            gridRangeStyle415,
            gridRangeStyle416,
            gridRangeStyle417,
            gridRangeStyle418,
            gridRangeStyle419,
            gridRangeStyle420,
            gridRangeStyle421,
            gridRangeStyle422,
            gridRangeStyle423,
            gridRangeStyle424,
            gridRangeStyle425,
            gridRangeStyle426,
            gridRangeStyle427,
            gridRangeStyle428,
            gridRangeStyle429,
            gridRangeStyle430,
            gridRangeStyle431,
            gridRangeStyle432,
            gridRangeStyle433,
            gridRangeStyle434,
            gridRangeStyle435,
            gridRangeStyle436,
            gridRangeStyle437,
            gridRangeStyle438,
            gridRangeStyle439,
            gridRangeStyle440,
            gridRangeStyle441,
            gridRangeStyle442,
            gridRangeStyle443,
            gridRangeStyle444,
            gridRangeStyle445,
            gridRangeStyle446,
            gridRangeStyle447,
            gridRangeStyle448,
            gridRangeStyle449,
            gridRangeStyle450,
            gridRangeStyle451,
            gridRangeStyle452,
            gridRangeStyle453,
            gridRangeStyle454,
            gridRangeStyle455,
            gridRangeStyle456,
            gridRangeStyle457,
            gridRangeStyle458,
            gridRangeStyle459,
            gridRangeStyle460,
            gridRangeStyle461,
            gridRangeStyle462,
            gridRangeStyle463,
            gridRangeStyle464,
            gridRangeStyle465,
            gridRangeStyle466,
            gridRangeStyle467,
            gridRangeStyle468,
            gridRangeStyle469,
            gridRangeStyle470,
            gridRangeStyle471,
            gridRangeStyle472,
            gridRangeStyle473,
            gridRangeStyle474,
            gridRangeStyle475,
            gridRangeStyle476,
            gridRangeStyle477,
            gridRangeStyle478,
            gridRangeStyle479,
            gridRangeStyle480,
            gridRangeStyle481,
            gridRangeStyle482,
            gridRangeStyle483,
            gridRangeStyle484,
            gridRangeStyle485,
            gridRangeStyle486,
            gridRangeStyle487,
            gridRangeStyle488,
            gridRangeStyle489,
            gridRangeStyle490,
            gridRangeStyle491,
            gridRangeStyle492,
            gridRangeStyle493,
            gridRangeStyle494,
            gridRangeStyle495,
            gridRangeStyle496,
            gridRangeStyle497,
            gridRangeStyle498,
            gridRangeStyle499,
            gridRangeStyle500,
            gridRangeStyle501,
            gridRangeStyle502,
            gridRangeStyle503,
            gridRangeStyle504,
            gridRangeStyle505,
            gridRangeStyle506,
            gridRangeStyle507,
            gridRangeStyle508,
            gridRangeStyle509,
            gridRangeStyle510,
            gridRangeStyle511,
            gridRangeStyle512,
            gridRangeStyle513,
            gridRangeStyle514,
            gridRangeStyle515,
            gridRangeStyle516,
            gridRangeStyle517,
            gridRangeStyle518,
            gridRangeStyle519,
            gridRangeStyle520,
            gridRangeStyle521,
            gridRangeStyle522,
            gridRangeStyle523,
            gridRangeStyle524,
            gridRangeStyle525,
            gridRangeStyle526,
            gridRangeStyle527,
            gridRangeStyle528,
            gridRangeStyle529,
            gridRangeStyle530,
            gridRangeStyle531,
            gridRangeStyle532,
            gridRangeStyle533,
            gridRangeStyle534,
            gridRangeStyle535,
            gridRangeStyle536,
            gridRangeStyle537,
            gridRangeStyle538,
            gridRangeStyle539,
            gridRangeStyle540,
            gridRangeStyle541,
            gridRangeStyle542,
            gridRangeStyle543,
            gridRangeStyle544,
            gridRangeStyle545,
            gridRangeStyle546,
            gridRangeStyle547,
            gridRangeStyle548,
            gridRangeStyle549,
            gridRangeStyle550,
            gridRangeStyle551,
            gridRangeStyle552,
            gridRangeStyle553,
            gridRangeStyle554,
            gridRangeStyle555,
            gridRangeStyle556,
            gridRangeStyle557,
            gridRangeStyle558,
            gridRangeStyle559,
            gridRangeStyle560,
            gridRangeStyle561,
            gridRangeStyle562,
            gridRangeStyle563,
            gridRangeStyle564,
            gridRangeStyle565,
            gridRangeStyle566,
            gridRangeStyle567,
            gridRangeStyle568,
            gridRangeStyle569,
            gridRangeStyle570,
            gridRangeStyle571,
            gridRangeStyle572,
            gridRangeStyle573,
            gridRangeStyle574,
            gridRangeStyle575,
            gridRangeStyle576,
            gridRangeStyle577,
            gridRangeStyle578,
            gridRangeStyle579,
            gridRangeStyle580,
            gridRangeStyle581,
            gridRangeStyle582,
            gridRangeStyle583,
            gridRangeStyle584,
            gridRangeStyle585,
            gridRangeStyle586,
            gridRangeStyle587,
            gridRangeStyle588,
            gridRangeStyle589,
            gridRangeStyle590,
            gridRangeStyle591,
            gridRangeStyle592,
            gridRangeStyle593,
            gridRangeStyle594,
            gridRangeStyle595,
            gridRangeStyle596,
            gridRangeStyle597,
            gridRangeStyle598,
            gridRangeStyle599,
            gridRangeStyle600,
            gridRangeStyle601,
            gridRangeStyle602,
            gridRangeStyle603,
            gridRangeStyle604,
            gridRangeStyle605,
            gridRangeStyle606,
            gridRangeStyle607,
            gridRangeStyle608,
            gridRangeStyle609,
            gridRangeStyle610,
            gridRangeStyle611,
            gridRangeStyle612,
            gridRangeStyle613,
            gridRangeStyle614,
            gridRangeStyle615});
            this.gridFaxList.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
            new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 21)});
            this.gridFaxList.SerializeCellsBehavior = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeAsRangeStylesIntoCode;
            this.gridFaxList.Size = new System.Drawing.Size(637, 138);
            this.gridFaxList.SmartSizeBox = false;
            this.gridFaxList.TabIndex = 8;
            this.gridFaxList.CellButtonClicked += new Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventHandler(this.gridFaxList_CellButtonClicked);
            // 
            // txtNotes
            // 
            this.autoSendFaxList.SetAutoComplete(this.txtNotes, Syncfusion.Windows.Forms.Tools.AutoCompleteModes.Disabled);
            this.txtNotes.Location = new System.Drawing.Point(66, 333);
            this.txtNotes.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
            this.txtNotes.Multiline = true;
            this.txtNotes.Name = "txtNotes";
            this.txtNotes.Size = new System.Drawing.Size(380, 64);
            this.txtNotes.TabIndex = 5;
            // 
            // tabMonitorFax
            // 
            this.tabMonitorFax.Controls.Add(this.buttonDeletecompletedFaxes);
            this.tabMonitorFax.Controls.Add(this.pdfPageView1);
            this.tabMonitorFax.Controls.Add(this.buttonCancel);
            this.tabMonitorFax.Controls.Add(this.txtResend);
            this.tabMonitorFax.Controls.Add(this.label6);
            this.tabMonitorFax.Controls.Add(this.butResend);
            this.tabMonitorFax.Controls.Add(this.butFaxRefresh);
            this.tabMonitorFax.Controls.Add(this.gridMonitorFaxes);
            this.tabMonitorFax.Image = null;
            this.tabMonitorFax.ImageSize = new System.Drawing.Size(16, 16);
            this.tabMonitorFax.Location = new System.Drawing.Point(1, 29);
            this.tabMonitorFax.Name = "tabMonitorFax";
            this.tabMonitorFax.Size = new System.Drawing.Size(1013, 710);
            this.tabMonitorFax.TabIndex = 1;
            this.tabMonitorFax.Text = "InBox";
            this.tabMonitorFax.ThemesEnabled = false;
            // 
            // buttonDeletecompletedFaxes
            // 
            this.buttonDeletecompletedFaxes.AutoSize = true;
            this.buttonDeletecompletedFaxes.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonDeletecompletedFaxes.Location = new System.Drawing.Point(122, 4);
            this.buttonDeletecompletedFaxes.Margin = new System.Windows.Forms.Padding(35, 17, 35, 17);
            this.buttonDeletecompletedFaxes.Name = "buttonDeletecompletedFaxes";
            this.buttonDeletecompletedFaxes.Size = new System.Drawing.Size(180, 29);
            this.buttonDeletecompletedFaxes.TabIndex = 86;
            this.buttonDeletecompletedFaxes.Text = "Remove Checked Faxes";
            this.buttonDeletecompletedFaxes.UseVisualStyleBackColor = true;
            this.buttonDeletecompletedFaxes.Click += new System.EventHandler(this.buttonDeletecompletedFaxes_Click);
            // 
            // buttonCancel
            // 
            this.buttonCancel.Location = new System.Drawing.Point(388, 309);
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.Size = new System.Drawing.Size(86, 22);
            this.buttonCancel.TabIndex = 53;
            this.buttonCancel.Text = "Cancel";
            this.buttonCancel.UseVisualStyleBackColor = true;
            this.buttonCancel.Visible = false;
            this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click_1);
            // 
            // tabEditSendTo
            // 
            this.tabEditSendTo.Controls.Add(this.gridSendTo);
            this.tabEditSendTo.Image = null;
            this.tabEditSendTo.ImageSize = new System.Drawing.Size(16, 16);
            this.tabEditSendTo.Location = new System.Drawing.Point(1, 29);
            this.tabEditSendTo.Name = "tabEditSendTo";
            this.tabEditSendTo.Size = new System.Drawing.Size(1013, 710);
            this.tabEditSendTo.TabIndex = 2;
            this.tabEditSendTo.TabVisible = false;
            this.tabEditSendTo.Text = "Edit Send To";
            this.tabEditSendTo.ThemesEnabled = false;
            // 
            // gridSendTo
            // 
            gridBaseStyle17.Name = "Header";
            gridBaseStyle17.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle17.StyleInfo.Borders.Left = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle17.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle17.StyleInfo.Borders.Top = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle17.StyleInfo.CellType = "Header";
            gridBaseStyle17.StyleInfo.Font.Bold = true;
            gridBaseStyle17.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
            gridBaseStyle17.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
            gridBaseStyle18.Name = "Standard";
            gridBaseStyle18.StyleInfo.Font.Facename = "Tahoma";
            gridBaseStyle18.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
            gridBaseStyle19.Name = "Row Header";
            gridBaseStyle19.StyleInfo.BaseStyle = "Header";
            gridBaseStyle19.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
            gridBaseStyle19.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
            gridBaseStyle20.Name = "Column Header";
            gridBaseStyle20.StyleInfo.BaseStyle = "Header";
            gridBaseStyle20.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
            this.gridSendTo.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
            gridBaseStyle17,
            gridBaseStyle18,
            gridBaseStyle19,
            gridBaseStyle20});
            this.gridSendTo.ColHiddenEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColHidden[] {
            new Syncfusion.Windows.Forms.Grid.GridColHidden(0)});
            this.gridSendTo.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
            new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 35)});
            this.gridSendTo.Font = new System.Drawing.Font("Verdana", 9F);
            this.gridSendTo.Location = new System.Drawing.Point(9, 27);
            this.gridSendTo.Margin = new System.Windows.Forms.Padding(35, 17, 35, 17);
            this.gridSendTo.Name = "gridSendTo";
            gridRangeStyle862.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle862.StyleInfo.Font.Bold = false;
            gridRangeStyle862.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle862.StyleInfo.Font.Italic = false;
            gridRangeStyle862.StyleInfo.Font.Size = 9F;
            gridRangeStyle862.StyleInfo.Font.Strikeout = false;
            gridRangeStyle862.StyleInfo.Font.Underline = false;
            gridRangeStyle862.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle863.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle863.StyleInfo.Font.Bold = false;
            gridRangeStyle863.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle863.StyleInfo.Font.Italic = false;
            gridRangeStyle863.StyleInfo.Font.Size = 9F;
            gridRangeStyle863.StyleInfo.Font.Strikeout = false;
            gridRangeStyle863.StyleInfo.Font.Underline = false;
            gridRangeStyle863.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle864.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle864.StyleInfo.Font.Bold = false;
            gridRangeStyle864.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle864.StyleInfo.Font.Italic = false;
            gridRangeStyle864.StyleInfo.Font.Size = 9F;
            gridRangeStyle864.StyleInfo.Font.Strikeout = false;
            gridRangeStyle864.StyleInfo.Font.Underline = false;
            gridRangeStyle864.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle865.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle865.StyleInfo.Font.Bold = false;
            gridRangeStyle865.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle865.StyleInfo.Font.Italic = false;
            gridRangeStyle865.StyleInfo.Font.Size = 9F;
            gridRangeStyle865.StyleInfo.Font.Strikeout = false;
            gridRangeStyle865.StyleInfo.Font.Underline = false;
            gridRangeStyle865.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle866.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle866.StyleInfo.Font.Bold = false;
            gridRangeStyle866.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle866.StyleInfo.Font.Italic = false;
            gridRangeStyle866.StyleInfo.Font.Size = 9F;
            gridRangeStyle866.StyleInfo.Font.Strikeout = false;
            gridRangeStyle866.StyleInfo.Font.Underline = false;
            gridRangeStyle866.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle867.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle867.StyleInfo.Font.Bold = false;
            gridRangeStyle867.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle867.StyleInfo.Font.Italic = false;
            gridRangeStyle867.StyleInfo.Font.Size = 9F;
            gridRangeStyle867.StyleInfo.Font.Strikeout = false;
            gridRangeStyle867.StyleInfo.Font.Underline = false;
            gridRangeStyle867.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle868.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle868.StyleInfo.Font.Bold = false;
            gridRangeStyle868.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle868.StyleInfo.Font.Italic = false;
            gridRangeStyle868.StyleInfo.Font.Size = 9F;
            gridRangeStyle868.StyleInfo.Font.Strikeout = false;
            gridRangeStyle868.StyleInfo.Font.Underline = false;
            gridRangeStyle868.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle869.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle869.StyleInfo.Font.Bold = false;
            gridRangeStyle869.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle869.StyleInfo.Font.Italic = false;
            gridRangeStyle869.StyleInfo.Font.Size = 9F;
            gridRangeStyle869.StyleInfo.Font.Strikeout = false;
            gridRangeStyle869.StyleInfo.Font.Underline = false;
            gridRangeStyle869.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle870.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle870.StyleInfo.Font.Bold = false;
            gridRangeStyle870.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle870.StyleInfo.Font.Italic = false;
            gridRangeStyle870.StyleInfo.Font.Size = 9F;
            gridRangeStyle870.StyleInfo.Font.Strikeout = false;
            gridRangeStyle870.StyleInfo.Font.Underline = false;
            gridRangeStyle870.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle871.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle871.StyleInfo.Font.Bold = false;
            gridRangeStyle871.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle871.StyleInfo.Font.Italic = false;
            gridRangeStyle871.StyleInfo.Font.Size = 9F;
            gridRangeStyle871.StyleInfo.Font.Strikeout = false;
            gridRangeStyle871.StyleInfo.Font.Underline = false;
            gridRangeStyle871.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle872.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle872.StyleInfo.Font.Bold = false;
            gridRangeStyle872.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle872.StyleInfo.Font.Italic = false;
            gridRangeStyle872.StyleInfo.Font.Size = 9F;
            gridRangeStyle872.StyleInfo.Font.Strikeout = false;
            gridRangeStyle872.StyleInfo.Font.Underline = false;
            gridRangeStyle872.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle873.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle873.StyleInfo.Font.Bold = false;
            gridRangeStyle873.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle873.StyleInfo.Font.Italic = false;
            gridRangeStyle873.StyleInfo.Font.Size = 9F;
            gridRangeStyle873.StyleInfo.Font.Strikeout = false;
            gridRangeStyle873.StyleInfo.Font.Underline = false;
            gridRangeStyle873.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle874.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle874.StyleInfo.Font.Bold = false;
            gridRangeStyle874.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle874.StyleInfo.Font.Italic = false;
            gridRangeStyle874.StyleInfo.Font.Size = 9F;
            gridRangeStyle874.StyleInfo.Font.Strikeout = false;
            gridRangeStyle874.StyleInfo.Font.Underline = false;
            gridRangeStyle874.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle875.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle875.StyleInfo.Font.Bold = false;
            gridRangeStyle875.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle875.StyleInfo.Font.Italic = false;
            gridRangeStyle875.StyleInfo.Font.Size = 9F;
            gridRangeStyle875.StyleInfo.Font.Strikeout = false;
            gridRangeStyle875.StyleInfo.Font.Underline = false;
            gridRangeStyle875.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle876.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle876.StyleInfo.Font.Bold = false;
            gridRangeStyle876.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle876.StyleInfo.Font.Italic = false;
            gridRangeStyle876.StyleInfo.Font.Size = 9F;
            gridRangeStyle876.StyleInfo.Font.Strikeout = false;
            gridRangeStyle876.StyleInfo.Font.Underline = false;
            gridRangeStyle876.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle877.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle877.StyleInfo.Font.Bold = false;
            gridRangeStyle877.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle877.StyleInfo.Font.Italic = false;
            gridRangeStyle877.StyleInfo.Font.Size = 9F;
            gridRangeStyle877.StyleInfo.Font.Strikeout = false;
            gridRangeStyle877.StyleInfo.Font.Underline = false;
            gridRangeStyle877.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle878.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle878.StyleInfo.Font.Bold = false;
            gridRangeStyle878.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle878.StyleInfo.Font.Italic = false;
            gridRangeStyle878.StyleInfo.Font.Size = 9F;
            gridRangeStyle878.StyleInfo.Font.Strikeout = false;
            gridRangeStyle878.StyleInfo.Font.Underline = false;
            gridRangeStyle878.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle879.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle879.StyleInfo.Font.Bold = false;
            gridRangeStyle879.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle879.StyleInfo.Font.Italic = false;
            gridRangeStyle879.StyleInfo.Font.Size = 9F;
            gridRangeStyle879.StyleInfo.Font.Strikeout = false;
            gridRangeStyle879.StyleInfo.Font.Underline = false;
            gridRangeStyle879.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle880.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle880.StyleInfo.Font.Bold = false;
            gridRangeStyle880.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle880.StyleInfo.Font.Italic = false;
            gridRangeStyle880.StyleInfo.Font.Size = 9F;
            gridRangeStyle880.StyleInfo.Font.Strikeout = false;
            gridRangeStyle880.StyleInfo.Font.Underline = false;
            gridRangeStyle880.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle881.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle881.StyleInfo.Font.Bold = false;
            gridRangeStyle881.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle881.StyleInfo.Font.Italic = false;
            gridRangeStyle881.StyleInfo.Font.Size = 9F;
            gridRangeStyle881.StyleInfo.Font.Strikeout = false;
            gridRangeStyle881.StyleInfo.Font.Underline = false;
            gridRangeStyle881.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle882.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle882.StyleInfo.Font.Bold = false;
            gridRangeStyle882.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle882.StyleInfo.Font.Italic = false;
            gridRangeStyle882.StyleInfo.Font.Size = 9F;
            gridRangeStyle882.StyleInfo.Font.Strikeout = false;
            gridRangeStyle882.StyleInfo.Font.Underline = false;
            gridRangeStyle882.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle883.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle883.StyleInfo.Font.Bold = false;
            gridRangeStyle883.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle883.StyleInfo.Font.Italic = false;
            gridRangeStyle883.StyleInfo.Font.Size = 9F;
            gridRangeStyle883.StyleInfo.Font.Strikeout = false;
            gridRangeStyle883.StyleInfo.Font.Underline = false;
            gridRangeStyle883.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle884.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle884.StyleInfo.Font.Bold = false;
            gridRangeStyle884.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle884.StyleInfo.Font.Italic = false;
            gridRangeStyle884.StyleInfo.Font.Size = 9F;
            gridRangeStyle884.StyleInfo.Font.Strikeout = false;
            gridRangeStyle884.StyleInfo.Font.Underline = false;
            gridRangeStyle884.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle885.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle885.StyleInfo.Font.Bold = false;
            gridRangeStyle885.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle885.StyleInfo.Font.Italic = false;
            gridRangeStyle885.StyleInfo.Font.Size = 9F;
            gridRangeStyle885.StyleInfo.Font.Strikeout = false;
            gridRangeStyle885.StyleInfo.Font.Underline = false;
            gridRangeStyle885.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle886.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle886.StyleInfo.Font.Bold = false;
            gridRangeStyle886.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle886.StyleInfo.Font.Italic = false;
            gridRangeStyle886.StyleInfo.Font.Size = 9F;
            gridRangeStyle886.StyleInfo.Font.Strikeout = false;
            gridRangeStyle886.StyleInfo.Font.Underline = false;
            gridRangeStyle886.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle887.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle887.StyleInfo.Font.Bold = false;
            gridRangeStyle887.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle887.StyleInfo.Font.Italic = false;
            gridRangeStyle887.StyleInfo.Font.Size = 9F;
            gridRangeStyle887.StyleInfo.Font.Strikeout = false;
            gridRangeStyle887.StyleInfo.Font.Underline = false;
            gridRangeStyle887.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle888.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle888.StyleInfo.Font.Bold = false;
            gridRangeStyle888.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle888.StyleInfo.Font.Italic = false;
            gridRangeStyle888.StyleInfo.Font.Size = 9F;
            gridRangeStyle888.StyleInfo.Font.Strikeout = false;
            gridRangeStyle888.StyleInfo.Font.Underline = false;
            gridRangeStyle888.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle889.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle889.StyleInfo.Font.Bold = false;
            gridRangeStyle889.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle889.StyleInfo.Font.Italic = false;
            gridRangeStyle889.StyleInfo.Font.Size = 9F;
            gridRangeStyle889.StyleInfo.Font.Strikeout = false;
            gridRangeStyle889.StyleInfo.Font.Underline = false;
            gridRangeStyle889.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle890.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle890.StyleInfo.Font.Bold = false;
            gridRangeStyle890.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle890.StyleInfo.Font.Italic = false;
            gridRangeStyle890.StyleInfo.Font.Size = 9F;
            gridRangeStyle890.StyleInfo.Font.Strikeout = false;
            gridRangeStyle890.StyleInfo.Font.Underline = false;
            gridRangeStyle890.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle891.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle891.StyleInfo.Font.Bold = false;
            gridRangeStyle891.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle891.StyleInfo.Font.Italic = false;
            gridRangeStyle891.StyleInfo.Font.Size = 9F;
            gridRangeStyle891.StyleInfo.Font.Strikeout = false;
            gridRangeStyle891.StyleInfo.Font.Underline = false;
            gridRangeStyle891.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle892.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle892.StyleInfo.Font.Bold = false;
            gridRangeStyle892.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle892.StyleInfo.Font.Italic = false;
            gridRangeStyle892.StyleInfo.Font.Size = 9F;
            gridRangeStyle892.StyleInfo.Font.Strikeout = false;
            gridRangeStyle892.StyleInfo.Font.Underline = false;
            gridRangeStyle892.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle893.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle893.StyleInfo.Font.Bold = false;
            gridRangeStyle893.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle893.StyleInfo.Font.Italic = false;
            gridRangeStyle893.StyleInfo.Font.Size = 9F;
            gridRangeStyle893.StyleInfo.Font.Strikeout = false;
            gridRangeStyle893.StyleInfo.Font.Underline = false;
            gridRangeStyle893.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle894.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle894.StyleInfo.Font.Bold = false;
            gridRangeStyle894.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle894.StyleInfo.Font.Italic = false;
            gridRangeStyle894.StyleInfo.Font.Size = 9F;
            gridRangeStyle894.StyleInfo.Font.Strikeout = false;
            gridRangeStyle894.StyleInfo.Font.Underline = false;
            gridRangeStyle894.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle895.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle895.StyleInfo.Font.Bold = false;
            gridRangeStyle895.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle895.StyleInfo.Font.Italic = false;
            gridRangeStyle895.StyleInfo.Font.Size = 9F;
            gridRangeStyle895.StyleInfo.Font.Strikeout = false;
            gridRangeStyle895.StyleInfo.Font.Underline = false;
            gridRangeStyle895.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle896.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle896.StyleInfo.Font.Bold = false;
            gridRangeStyle896.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle896.StyleInfo.Font.Italic = false;
            gridRangeStyle896.StyleInfo.Font.Size = 9F;
            gridRangeStyle896.StyleInfo.Font.Strikeout = false;
            gridRangeStyle896.StyleInfo.Font.Underline = false;
            gridRangeStyle896.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle897.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle897.StyleInfo.Font.Bold = false;
            gridRangeStyle897.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle897.StyleInfo.Font.Italic = false;
            gridRangeStyle897.StyleInfo.Font.Size = 9F;
            gridRangeStyle897.StyleInfo.Font.Strikeout = false;
            gridRangeStyle897.StyleInfo.Font.Underline = false;
            gridRangeStyle897.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle898.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle898.StyleInfo.Font.Bold = false;
            gridRangeStyle898.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle898.StyleInfo.Font.Italic = false;
            gridRangeStyle898.StyleInfo.Font.Size = 9F;
            gridRangeStyle898.StyleInfo.Font.Strikeout = false;
            gridRangeStyle898.StyleInfo.Font.Underline = false;
            gridRangeStyle898.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle899.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle899.StyleInfo.Font.Bold = false;
            gridRangeStyle899.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle899.StyleInfo.Font.Italic = false;
            gridRangeStyle899.StyleInfo.Font.Size = 9F;
            gridRangeStyle899.StyleInfo.Font.Strikeout = false;
            gridRangeStyle899.StyleInfo.Font.Underline = false;
            gridRangeStyle899.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle900.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle900.StyleInfo.Font.Bold = false;
            gridRangeStyle900.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle900.StyleInfo.Font.Italic = false;
            gridRangeStyle900.StyleInfo.Font.Size = 9F;
            gridRangeStyle900.StyleInfo.Font.Strikeout = false;
            gridRangeStyle900.StyleInfo.Font.Underline = false;
            gridRangeStyle900.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle901.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle901.StyleInfo.Font.Bold = false;
            gridRangeStyle901.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle901.StyleInfo.Font.Italic = false;
            gridRangeStyle901.StyleInfo.Font.Size = 9F;
            gridRangeStyle901.StyleInfo.Font.Strikeout = false;
            gridRangeStyle901.StyleInfo.Font.Underline = false;
            gridRangeStyle901.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle902.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle902.StyleInfo.Font.Bold = false;
            gridRangeStyle902.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle902.StyleInfo.Font.Italic = false;
            gridRangeStyle902.StyleInfo.Font.Size = 9F;
            gridRangeStyle902.StyleInfo.Font.Strikeout = false;
            gridRangeStyle902.StyleInfo.Font.Underline = false;
            gridRangeStyle902.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle903.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle903.StyleInfo.Font.Bold = false;
            gridRangeStyle903.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle903.StyleInfo.Font.Italic = false;
            gridRangeStyle903.StyleInfo.Font.Size = 9F;
            gridRangeStyle903.StyleInfo.Font.Strikeout = false;
            gridRangeStyle903.StyleInfo.Font.Underline = false;
            gridRangeStyle903.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle904.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle904.StyleInfo.Font.Bold = false;
            gridRangeStyle904.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle904.StyleInfo.Font.Italic = false;
            gridRangeStyle904.StyleInfo.Font.Size = 9F;
            gridRangeStyle904.StyleInfo.Font.Strikeout = false;
            gridRangeStyle904.StyleInfo.Font.Underline = false;
            gridRangeStyle904.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle905.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle905.StyleInfo.Font.Bold = false;
            gridRangeStyle905.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle905.StyleInfo.Font.Italic = false;
            gridRangeStyle905.StyleInfo.Font.Size = 9F;
            gridRangeStyle905.StyleInfo.Font.Strikeout = false;
            gridRangeStyle905.StyleInfo.Font.Underline = false;
            gridRangeStyle905.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle906.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle906.StyleInfo.Font.Bold = false;
            gridRangeStyle906.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle906.StyleInfo.Font.Italic = false;
            gridRangeStyle906.StyleInfo.Font.Size = 9F;
            gridRangeStyle906.StyleInfo.Font.Strikeout = false;
            gridRangeStyle906.StyleInfo.Font.Underline = false;
            gridRangeStyle906.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle907.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle907.StyleInfo.Font.Bold = false;
            gridRangeStyle907.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle907.StyleInfo.Font.Italic = false;
            gridRangeStyle907.StyleInfo.Font.Size = 9F;
            gridRangeStyle907.StyleInfo.Font.Strikeout = false;
            gridRangeStyle907.StyleInfo.Font.Underline = false;
            gridRangeStyle907.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle908.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle908.StyleInfo.Font.Bold = false;
            gridRangeStyle908.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle908.StyleInfo.Font.Italic = false;
            gridRangeStyle908.StyleInfo.Font.Size = 9F;
            gridRangeStyle908.StyleInfo.Font.Strikeout = false;
            gridRangeStyle908.StyleInfo.Font.Underline = false;
            gridRangeStyle908.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle909.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle909.StyleInfo.Font.Bold = false;
            gridRangeStyle909.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle909.StyleInfo.Font.Italic = false;
            gridRangeStyle909.StyleInfo.Font.Size = 9F;
            gridRangeStyle909.StyleInfo.Font.Strikeout = false;
            gridRangeStyle909.StyleInfo.Font.Underline = false;
            gridRangeStyle909.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle910.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle910.StyleInfo.Font.Bold = false;
            gridRangeStyle910.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle910.StyleInfo.Font.Italic = false;
            gridRangeStyle910.StyleInfo.Font.Size = 9F;
            gridRangeStyle910.StyleInfo.Font.Strikeout = false;
            gridRangeStyle910.StyleInfo.Font.Underline = false;
            gridRangeStyle910.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle911.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle911.StyleInfo.Font.Bold = false;
            gridRangeStyle911.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle911.StyleInfo.Font.Italic = false;
            gridRangeStyle911.StyleInfo.Font.Size = 9F;
            gridRangeStyle911.StyleInfo.Font.Strikeout = false;
            gridRangeStyle911.StyleInfo.Font.Underline = false;
            gridRangeStyle911.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle912.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle912.StyleInfo.Font.Bold = false;
            gridRangeStyle912.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle912.StyleInfo.Font.Italic = false;
            gridRangeStyle912.StyleInfo.Font.Size = 9F;
            gridRangeStyle912.StyleInfo.Font.Strikeout = false;
            gridRangeStyle912.StyleInfo.Font.Underline = false;
            gridRangeStyle912.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle913.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle913.StyleInfo.Font.Bold = false;
            gridRangeStyle913.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle913.StyleInfo.Font.Italic = false;
            gridRangeStyle913.StyleInfo.Font.Size = 9F;
            gridRangeStyle913.StyleInfo.Font.Strikeout = false;
            gridRangeStyle913.StyleInfo.Font.Underline = false;
            gridRangeStyle913.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle914.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle914.StyleInfo.Font.Bold = false;
            gridRangeStyle914.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle914.StyleInfo.Font.Italic = false;
            gridRangeStyle914.StyleInfo.Font.Size = 9F;
            gridRangeStyle914.StyleInfo.Font.Strikeout = false;
            gridRangeStyle914.StyleInfo.Font.Underline = false;
            gridRangeStyle914.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle915.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle915.StyleInfo.Font.Bold = false;
            gridRangeStyle915.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle915.StyleInfo.Font.Italic = false;
            gridRangeStyle915.StyleInfo.Font.Size = 9F;
            gridRangeStyle915.StyleInfo.Font.Strikeout = false;
            gridRangeStyle915.StyleInfo.Font.Underline = false;
            gridRangeStyle915.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle916.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle916.StyleInfo.Font.Bold = false;
            gridRangeStyle916.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle916.StyleInfo.Font.Italic = false;
            gridRangeStyle916.StyleInfo.Font.Size = 9F;
            gridRangeStyle916.StyleInfo.Font.Strikeout = false;
            gridRangeStyle916.StyleInfo.Font.Underline = false;
            gridRangeStyle916.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle917.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle917.StyleInfo.Font.Bold = false;
            gridRangeStyle917.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle917.StyleInfo.Font.Italic = false;
            gridRangeStyle917.StyleInfo.Font.Size = 9F;
            gridRangeStyle917.StyleInfo.Font.Strikeout = false;
            gridRangeStyle917.StyleInfo.Font.Underline = false;
            gridRangeStyle917.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle918.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle918.StyleInfo.Font.Bold = false;
            gridRangeStyle918.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle918.StyleInfo.Font.Italic = false;
            gridRangeStyle918.StyleInfo.Font.Size = 9F;
            gridRangeStyle918.StyleInfo.Font.Strikeout = false;
            gridRangeStyle918.StyleInfo.Font.Underline = false;
            gridRangeStyle918.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle919.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle919.StyleInfo.Font.Bold = false;
            gridRangeStyle919.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle919.StyleInfo.Font.Italic = false;
            gridRangeStyle919.StyleInfo.Font.Size = 9F;
            gridRangeStyle919.StyleInfo.Font.Strikeout = false;
            gridRangeStyle919.StyleInfo.Font.Underline = false;
            gridRangeStyle919.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle920.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle920.StyleInfo.Font.Bold = false;
            gridRangeStyle920.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle920.StyleInfo.Font.Italic = false;
            gridRangeStyle920.StyleInfo.Font.Size = 9F;
            gridRangeStyle920.StyleInfo.Font.Strikeout = false;
            gridRangeStyle920.StyleInfo.Font.Underline = false;
            gridRangeStyle920.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle921.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle921.StyleInfo.Font.Bold = false;
            gridRangeStyle921.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle921.StyleInfo.Font.Italic = false;
            gridRangeStyle921.StyleInfo.Font.Size = 9F;
            gridRangeStyle921.StyleInfo.Font.Strikeout = false;
            gridRangeStyle921.StyleInfo.Font.Underline = false;
            gridRangeStyle921.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle922.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle922.StyleInfo.Font.Bold = false;
            gridRangeStyle922.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle922.StyleInfo.Font.Italic = false;
            gridRangeStyle922.StyleInfo.Font.Size = 9F;
            gridRangeStyle922.StyleInfo.Font.Strikeout = false;
            gridRangeStyle922.StyleInfo.Font.Underline = false;
            gridRangeStyle922.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle923.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle923.StyleInfo.Font.Bold = false;
            gridRangeStyle923.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle923.StyleInfo.Font.Italic = false;
            gridRangeStyle923.StyleInfo.Font.Size = 9F;
            gridRangeStyle923.StyleInfo.Font.Strikeout = false;
            gridRangeStyle923.StyleInfo.Font.Underline = false;
            gridRangeStyle923.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle924.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle924.StyleInfo.Font.Bold = false;
            gridRangeStyle924.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle924.StyleInfo.Font.Italic = false;
            gridRangeStyle924.StyleInfo.Font.Size = 9F;
            gridRangeStyle924.StyleInfo.Font.Strikeout = false;
            gridRangeStyle924.StyleInfo.Font.Underline = false;
            gridRangeStyle924.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle925.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle925.StyleInfo.Font.Bold = false;
            gridRangeStyle925.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle925.StyleInfo.Font.Italic = false;
            gridRangeStyle925.StyleInfo.Font.Size = 9F;
            gridRangeStyle925.StyleInfo.Font.Strikeout = false;
            gridRangeStyle925.StyleInfo.Font.Underline = false;
            gridRangeStyle925.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle926.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle926.StyleInfo.Font.Bold = false;
            gridRangeStyle926.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle926.StyleInfo.Font.Italic = false;
            gridRangeStyle926.StyleInfo.Font.Size = 9F;
            gridRangeStyle926.StyleInfo.Font.Strikeout = false;
            gridRangeStyle926.StyleInfo.Font.Underline = false;
            gridRangeStyle926.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle927.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle927.StyleInfo.Font.Bold = false;
            gridRangeStyle927.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle927.StyleInfo.Font.Italic = false;
            gridRangeStyle927.StyleInfo.Font.Size = 9F;
            gridRangeStyle927.StyleInfo.Font.Strikeout = false;
            gridRangeStyle927.StyleInfo.Font.Underline = false;
            gridRangeStyle927.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle928.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle928.StyleInfo.Font.Bold = false;
            gridRangeStyle928.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle928.StyleInfo.Font.Italic = false;
            gridRangeStyle928.StyleInfo.Font.Size = 9F;
            gridRangeStyle928.StyleInfo.Font.Strikeout = false;
            gridRangeStyle928.StyleInfo.Font.Underline = false;
            gridRangeStyle928.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle929.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle929.StyleInfo.Font.Bold = false;
            gridRangeStyle929.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle929.StyleInfo.Font.Italic = false;
            gridRangeStyle929.StyleInfo.Font.Size = 9F;
            gridRangeStyle929.StyleInfo.Font.Strikeout = false;
            gridRangeStyle929.StyleInfo.Font.Underline = false;
            gridRangeStyle929.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle930.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle930.StyleInfo.Font.Bold = false;
            gridRangeStyle930.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle930.StyleInfo.Font.Italic = false;
            gridRangeStyle930.StyleInfo.Font.Size = 9F;
            gridRangeStyle930.StyleInfo.Font.Strikeout = false;
            gridRangeStyle930.StyleInfo.Font.Underline = false;
            gridRangeStyle930.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle931.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle931.StyleInfo.Font.Bold = false;
            gridRangeStyle931.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle931.StyleInfo.Font.Italic = false;
            gridRangeStyle931.StyleInfo.Font.Size = 9F;
            gridRangeStyle931.StyleInfo.Font.Strikeout = false;
            gridRangeStyle931.StyleInfo.Font.Underline = false;
            gridRangeStyle931.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle932.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle932.StyleInfo.Font.Bold = false;
            gridRangeStyle932.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle932.StyleInfo.Font.Italic = false;
            gridRangeStyle932.StyleInfo.Font.Size = 9F;
            gridRangeStyle932.StyleInfo.Font.Strikeout = false;
            gridRangeStyle932.StyleInfo.Font.Underline = false;
            gridRangeStyle932.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle933.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle933.StyleInfo.Font.Bold = false;
            gridRangeStyle933.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle933.StyleInfo.Font.Italic = false;
            gridRangeStyle933.StyleInfo.Font.Size = 9F;
            gridRangeStyle933.StyleInfo.Font.Strikeout = false;
            gridRangeStyle933.StyleInfo.Font.Underline = false;
            gridRangeStyle933.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle934.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle934.StyleInfo.Font.Bold = false;
            gridRangeStyle934.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle934.StyleInfo.Font.Italic = false;
            gridRangeStyle934.StyleInfo.Font.Size = 9F;
            gridRangeStyle934.StyleInfo.Font.Strikeout = false;
            gridRangeStyle934.StyleInfo.Font.Underline = false;
            gridRangeStyle934.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle935.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle935.StyleInfo.Font.Bold = false;
            gridRangeStyle935.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle935.StyleInfo.Font.Italic = false;
            gridRangeStyle935.StyleInfo.Font.Size = 9F;
            gridRangeStyle935.StyleInfo.Font.Strikeout = false;
            gridRangeStyle935.StyleInfo.Font.Underline = false;
            gridRangeStyle935.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle936.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle936.StyleInfo.Font.Bold = false;
            gridRangeStyle936.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle936.StyleInfo.Font.Italic = false;
            gridRangeStyle936.StyleInfo.Font.Size = 9F;
            gridRangeStyle936.StyleInfo.Font.Strikeout = false;
            gridRangeStyle936.StyleInfo.Font.Underline = false;
            gridRangeStyle936.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle937.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle937.StyleInfo.Font.Bold = false;
            gridRangeStyle937.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle937.StyleInfo.Font.Italic = false;
            gridRangeStyle937.StyleInfo.Font.Size = 9F;
            gridRangeStyle937.StyleInfo.Font.Strikeout = false;
            gridRangeStyle937.StyleInfo.Font.Underline = false;
            gridRangeStyle937.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle938.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle938.StyleInfo.Font.Bold = false;
            gridRangeStyle938.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle938.StyleInfo.Font.Italic = false;
            gridRangeStyle938.StyleInfo.Font.Size = 9F;
            gridRangeStyle938.StyleInfo.Font.Strikeout = false;
            gridRangeStyle938.StyleInfo.Font.Underline = false;
            gridRangeStyle938.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle939.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle939.StyleInfo.Font.Bold = false;
            gridRangeStyle939.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle939.StyleInfo.Font.Italic = false;
            gridRangeStyle939.StyleInfo.Font.Size = 9F;
            gridRangeStyle939.StyleInfo.Font.Strikeout = false;
            gridRangeStyle939.StyleInfo.Font.Underline = false;
            gridRangeStyle939.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle940.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle940.StyleInfo.Font.Bold = false;
            gridRangeStyle940.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle940.StyleInfo.Font.Italic = false;
            gridRangeStyle940.StyleInfo.Font.Size = 9F;
            gridRangeStyle940.StyleInfo.Font.Strikeout = false;
            gridRangeStyle940.StyleInfo.Font.Underline = false;
            gridRangeStyle940.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle941.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle941.StyleInfo.Font.Bold = false;
            gridRangeStyle941.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle941.StyleInfo.Font.Italic = false;
            gridRangeStyle941.StyleInfo.Font.Size = 9F;
            gridRangeStyle941.StyleInfo.Font.Strikeout = false;
            gridRangeStyle941.StyleInfo.Font.Underline = false;
            gridRangeStyle941.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle942.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle942.StyleInfo.Font.Bold = false;
            gridRangeStyle942.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle942.StyleInfo.Font.Italic = false;
            gridRangeStyle942.StyleInfo.Font.Size = 9F;
            gridRangeStyle942.StyleInfo.Font.Strikeout = false;
            gridRangeStyle942.StyleInfo.Font.Underline = false;
            gridRangeStyle942.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle943.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle943.StyleInfo.Font.Bold = false;
            gridRangeStyle943.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle943.StyleInfo.Font.Italic = false;
            gridRangeStyle943.StyleInfo.Font.Size = 9F;
            gridRangeStyle943.StyleInfo.Font.Strikeout = false;
            gridRangeStyle943.StyleInfo.Font.Underline = false;
            gridRangeStyle943.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle944.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle944.StyleInfo.Font.Bold = false;
            gridRangeStyle944.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle944.StyleInfo.Font.Italic = false;
            gridRangeStyle944.StyleInfo.Font.Size = 9F;
            gridRangeStyle944.StyleInfo.Font.Strikeout = false;
            gridRangeStyle944.StyleInfo.Font.Underline = false;
            gridRangeStyle944.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle945.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle945.StyleInfo.Font.Bold = false;
            gridRangeStyle945.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle945.StyleInfo.Font.Italic = false;
            gridRangeStyle945.StyleInfo.Font.Size = 9F;
            gridRangeStyle945.StyleInfo.Font.Strikeout = false;
            gridRangeStyle945.StyleInfo.Font.Underline = false;
            gridRangeStyle945.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle946.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle946.StyleInfo.Font.Bold = false;
            gridRangeStyle946.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle946.StyleInfo.Font.Italic = false;
            gridRangeStyle946.StyleInfo.Font.Size = 9F;
            gridRangeStyle946.StyleInfo.Font.Strikeout = false;
            gridRangeStyle946.StyleInfo.Font.Underline = false;
            gridRangeStyle946.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle947.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle947.StyleInfo.Font.Bold = false;
            gridRangeStyle947.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle947.StyleInfo.Font.Italic = false;
            gridRangeStyle947.StyleInfo.Font.Size = 9F;
            gridRangeStyle947.StyleInfo.Font.Strikeout = false;
            gridRangeStyle947.StyleInfo.Font.Underline = false;
            gridRangeStyle947.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle948.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle948.StyleInfo.Font.Bold = false;
            gridRangeStyle948.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle948.StyleInfo.Font.Italic = false;
            gridRangeStyle948.StyleInfo.Font.Size = 9F;
            gridRangeStyle948.StyleInfo.Font.Strikeout = false;
            gridRangeStyle948.StyleInfo.Font.Underline = false;
            gridRangeStyle948.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle949.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle949.StyleInfo.Font.Bold = false;
            gridRangeStyle949.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle949.StyleInfo.Font.Italic = false;
            gridRangeStyle949.StyleInfo.Font.Size = 9F;
            gridRangeStyle949.StyleInfo.Font.Strikeout = false;
            gridRangeStyle949.StyleInfo.Font.Underline = false;
            gridRangeStyle949.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle950.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle950.StyleInfo.Font.Bold = false;
            gridRangeStyle950.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle950.StyleInfo.Font.Italic = false;
            gridRangeStyle950.StyleInfo.Font.Size = 9F;
            gridRangeStyle950.StyleInfo.Font.Strikeout = false;
            gridRangeStyle950.StyleInfo.Font.Underline = false;
            gridRangeStyle950.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle951.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle951.StyleInfo.Font.Bold = false;
            gridRangeStyle951.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle951.StyleInfo.Font.Italic = false;
            gridRangeStyle951.StyleInfo.Font.Size = 9F;
            gridRangeStyle951.StyleInfo.Font.Strikeout = false;
            gridRangeStyle951.StyleInfo.Font.Underline = false;
            gridRangeStyle951.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle952.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle952.StyleInfo.Font.Bold = false;
            gridRangeStyle952.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle952.StyleInfo.Font.Italic = false;
            gridRangeStyle952.StyleInfo.Font.Size = 9F;
            gridRangeStyle952.StyleInfo.Font.Strikeout = false;
            gridRangeStyle952.StyleInfo.Font.Underline = false;
            gridRangeStyle952.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle953.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle953.StyleInfo.Font.Bold = false;
            gridRangeStyle953.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle953.StyleInfo.Font.Italic = false;
            gridRangeStyle953.StyleInfo.Font.Size = 9F;
            gridRangeStyle953.StyleInfo.Font.Strikeout = false;
            gridRangeStyle953.StyleInfo.Font.Underline = false;
            gridRangeStyle953.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle954.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle954.StyleInfo.Font.Bold = false;
            gridRangeStyle954.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle954.StyleInfo.Font.Italic = false;
            gridRangeStyle954.StyleInfo.Font.Size = 9F;
            gridRangeStyle954.StyleInfo.Font.Strikeout = false;
            gridRangeStyle954.StyleInfo.Font.Underline = false;
            gridRangeStyle954.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle955.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle955.StyleInfo.Font.Bold = false;
            gridRangeStyle955.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle955.StyleInfo.Font.Italic = false;
            gridRangeStyle955.StyleInfo.Font.Size = 9F;
            gridRangeStyle955.StyleInfo.Font.Strikeout = false;
            gridRangeStyle955.StyleInfo.Font.Underline = false;
            gridRangeStyle955.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle956.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle956.StyleInfo.Font.Bold = false;
            gridRangeStyle956.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle956.StyleInfo.Font.Italic = false;
            gridRangeStyle956.StyleInfo.Font.Size = 9F;
            gridRangeStyle956.StyleInfo.Font.Strikeout = false;
            gridRangeStyle956.StyleInfo.Font.Underline = false;
            gridRangeStyle956.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle957.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle957.StyleInfo.Font.Bold = false;
            gridRangeStyle957.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle957.StyleInfo.Font.Italic = false;
            gridRangeStyle957.StyleInfo.Font.Size = 9F;
            gridRangeStyle957.StyleInfo.Font.Strikeout = false;
            gridRangeStyle957.StyleInfo.Font.Underline = false;
            gridRangeStyle957.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle958.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle958.StyleInfo.Font.Bold = false;
            gridRangeStyle958.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle958.StyleInfo.Font.Italic = false;
            gridRangeStyle958.StyleInfo.Font.Size = 9F;
            gridRangeStyle958.StyleInfo.Font.Strikeout = false;
            gridRangeStyle958.StyleInfo.Font.Underline = false;
            gridRangeStyle958.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle959.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle959.StyleInfo.Font.Bold = false;
            gridRangeStyle959.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle959.StyleInfo.Font.Italic = false;
            gridRangeStyle959.StyleInfo.Font.Size = 9F;
            gridRangeStyle959.StyleInfo.Font.Strikeout = false;
            gridRangeStyle959.StyleInfo.Font.Underline = false;
            gridRangeStyle959.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle960.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle960.StyleInfo.Font.Bold = false;
            gridRangeStyle960.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle960.StyleInfo.Font.Italic = false;
            gridRangeStyle960.StyleInfo.Font.Size = 9F;
            gridRangeStyle960.StyleInfo.Font.Strikeout = false;
            gridRangeStyle960.StyleInfo.Font.Underline = false;
            gridRangeStyle960.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle961.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle961.StyleInfo.Font.Bold = false;
            gridRangeStyle961.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle961.StyleInfo.Font.Italic = false;
            gridRangeStyle961.StyleInfo.Font.Size = 9F;
            gridRangeStyle961.StyleInfo.Font.Strikeout = false;
            gridRangeStyle961.StyleInfo.Font.Underline = false;
            gridRangeStyle961.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle962.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle962.StyleInfo.Font.Bold = false;
            gridRangeStyle962.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle962.StyleInfo.Font.Italic = false;
            gridRangeStyle962.StyleInfo.Font.Size = 9F;
            gridRangeStyle962.StyleInfo.Font.Strikeout = false;
            gridRangeStyle962.StyleInfo.Font.Underline = false;
            gridRangeStyle962.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle963.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle963.StyleInfo.Font.Bold = false;
            gridRangeStyle963.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle963.StyleInfo.Font.Italic = false;
            gridRangeStyle963.StyleInfo.Font.Size = 9F;
            gridRangeStyle963.StyleInfo.Font.Strikeout = false;
            gridRangeStyle963.StyleInfo.Font.Underline = false;
            gridRangeStyle963.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle964.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle964.StyleInfo.Font.Bold = false;
            gridRangeStyle964.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle964.StyleInfo.Font.Italic = false;
            gridRangeStyle964.StyleInfo.Font.Size = 9F;
            gridRangeStyle964.StyleInfo.Font.Strikeout = false;
            gridRangeStyle964.StyleInfo.Font.Underline = false;
            gridRangeStyle964.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle965.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle965.StyleInfo.Font.Bold = false;
            gridRangeStyle965.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle965.StyleInfo.Font.Italic = false;
            gridRangeStyle965.StyleInfo.Font.Size = 9F;
            gridRangeStyle965.StyleInfo.Font.Strikeout = false;
            gridRangeStyle965.StyleInfo.Font.Underline = false;
            gridRangeStyle965.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle966.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle966.StyleInfo.Font.Bold = false;
            gridRangeStyle966.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle966.StyleInfo.Font.Italic = false;
            gridRangeStyle966.StyleInfo.Font.Size = 9F;
            gridRangeStyle966.StyleInfo.Font.Strikeout = false;
            gridRangeStyle966.StyleInfo.Font.Underline = false;
            gridRangeStyle966.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle967.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle967.StyleInfo.Font.Bold = false;
            gridRangeStyle967.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle967.StyleInfo.Font.Italic = false;
            gridRangeStyle967.StyleInfo.Font.Size = 9F;
            gridRangeStyle967.StyleInfo.Font.Strikeout = false;
            gridRangeStyle967.StyleInfo.Font.Underline = false;
            gridRangeStyle967.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle968.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle968.StyleInfo.Font.Bold = false;
            gridRangeStyle968.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle968.StyleInfo.Font.Italic = false;
            gridRangeStyle968.StyleInfo.Font.Size = 9F;
            gridRangeStyle968.StyleInfo.Font.Strikeout = false;
            gridRangeStyle968.StyleInfo.Font.Underline = false;
            gridRangeStyle968.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle969.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle969.StyleInfo.Font.Bold = false;
            gridRangeStyle969.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle969.StyleInfo.Font.Italic = false;
            gridRangeStyle969.StyleInfo.Font.Size = 9F;
            gridRangeStyle969.StyleInfo.Font.Strikeout = false;
            gridRangeStyle969.StyleInfo.Font.Underline = false;
            gridRangeStyle969.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle970.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle970.StyleInfo.Font.Bold = false;
            gridRangeStyle970.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle970.StyleInfo.Font.Italic = false;
            gridRangeStyle970.StyleInfo.Font.Size = 9F;
            gridRangeStyle970.StyleInfo.Font.Strikeout = false;
            gridRangeStyle970.StyleInfo.Font.Underline = false;
            gridRangeStyle970.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle971.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle971.StyleInfo.Font.Bold = false;
            gridRangeStyle971.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle971.StyleInfo.Font.Italic = false;
            gridRangeStyle971.StyleInfo.Font.Size = 9F;
            gridRangeStyle971.StyleInfo.Font.Strikeout = false;
            gridRangeStyle971.StyleInfo.Font.Underline = false;
            gridRangeStyle971.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle972.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle972.StyleInfo.Font.Bold = false;
            gridRangeStyle972.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle972.StyleInfo.Font.Italic = false;
            gridRangeStyle972.StyleInfo.Font.Size = 9F;
            gridRangeStyle972.StyleInfo.Font.Strikeout = false;
            gridRangeStyle972.StyleInfo.Font.Underline = false;
            gridRangeStyle972.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle973.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle973.StyleInfo.Font.Bold = false;
            gridRangeStyle973.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle973.StyleInfo.Font.Italic = false;
            gridRangeStyle973.StyleInfo.Font.Size = 9F;
            gridRangeStyle973.StyleInfo.Font.Strikeout = false;
            gridRangeStyle973.StyleInfo.Font.Underline = false;
            gridRangeStyle973.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle974.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle974.StyleInfo.Font.Bold = false;
            gridRangeStyle974.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle974.StyleInfo.Font.Italic = false;
            gridRangeStyle974.StyleInfo.Font.Size = 9F;
            gridRangeStyle974.StyleInfo.Font.Strikeout = false;
            gridRangeStyle974.StyleInfo.Font.Underline = false;
            gridRangeStyle974.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle975.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle975.StyleInfo.Font.Bold = false;
            gridRangeStyle975.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle975.StyleInfo.Font.Italic = false;
            gridRangeStyle975.StyleInfo.Font.Size = 9F;
            gridRangeStyle975.StyleInfo.Font.Strikeout = false;
            gridRangeStyle975.StyleInfo.Font.Underline = false;
            gridRangeStyle975.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle976.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle976.StyleInfo.Font.Bold = false;
            gridRangeStyle976.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle976.StyleInfo.Font.Italic = false;
            gridRangeStyle976.StyleInfo.Font.Size = 9F;
            gridRangeStyle976.StyleInfo.Font.Strikeout = false;
            gridRangeStyle976.StyleInfo.Font.Underline = false;
            gridRangeStyle976.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle977.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle977.StyleInfo.Font.Bold = false;
            gridRangeStyle977.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle977.StyleInfo.Font.Italic = false;
            gridRangeStyle977.StyleInfo.Font.Size = 9F;
            gridRangeStyle977.StyleInfo.Font.Strikeout = false;
            gridRangeStyle977.StyleInfo.Font.Underline = false;
            gridRangeStyle977.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle978.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle978.StyleInfo.Font.Bold = false;
            gridRangeStyle978.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle978.StyleInfo.Font.Italic = false;
            gridRangeStyle978.StyleInfo.Font.Size = 9F;
            gridRangeStyle978.StyleInfo.Font.Strikeout = false;
            gridRangeStyle978.StyleInfo.Font.Underline = false;
            gridRangeStyle978.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle979.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle979.StyleInfo.Font.Bold = false;
            gridRangeStyle979.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle979.StyleInfo.Font.Italic = false;
            gridRangeStyle979.StyleInfo.Font.Size = 9F;
            gridRangeStyle979.StyleInfo.Font.Strikeout = false;
            gridRangeStyle979.StyleInfo.Font.Underline = false;
            gridRangeStyle979.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle980.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle980.StyleInfo.Font.Bold = false;
            gridRangeStyle980.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle980.StyleInfo.Font.Italic = false;
            gridRangeStyle980.StyleInfo.Font.Size = 9F;
            gridRangeStyle980.StyleInfo.Font.Strikeout = false;
            gridRangeStyle980.StyleInfo.Font.Underline = false;
            gridRangeStyle980.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle981.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle981.StyleInfo.Font.Bold = false;
            gridRangeStyle981.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle981.StyleInfo.Font.Italic = false;
            gridRangeStyle981.StyleInfo.Font.Size = 9F;
            gridRangeStyle981.StyleInfo.Font.Strikeout = false;
            gridRangeStyle981.StyleInfo.Font.Underline = false;
            gridRangeStyle981.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle982.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle982.StyleInfo.Font.Bold = false;
            gridRangeStyle982.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle982.StyleInfo.Font.Italic = false;
            gridRangeStyle982.StyleInfo.Font.Size = 9F;
            gridRangeStyle982.StyleInfo.Font.Strikeout = false;
            gridRangeStyle982.StyleInfo.Font.Underline = false;
            gridRangeStyle982.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle983.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle983.StyleInfo.Font.Bold = false;
            gridRangeStyle983.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle983.StyleInfo.Font.Italic = false;
            gridRangeStyle983.StyleInfo.Font.Size = 9F;
            gridRangeStyle983.StyleInfo.Font.Strikeout = false;
            gridRangeStyle983.StyleInfo.Font.Underline = false;
            gridRangeStyle983.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle984.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle984.StyleInfo.Font.Bold = false;
            gridRangeStyle984.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle984.StyleInfo.Font.Italic = false;
            gridRangeStyle984.StyleInfo.Font.Size = 9F;
            gridRangeStyle984.StyleInfo.Font.Strikeout = false;
            gridRangeStyle984.StyleInfo.Font.Underline = false;
            gridRangeStyle984.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle985.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle985.StyleInfo.Font.Bold = false;
            gridRangeStyle985.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle985.StyleInfo.Font.Italic = false;
            gridRangeStyle985.StyleInfo.Font.Size = 9F;
            gridRangeStyle985.StyleInfo.Font.Strikeout = false;
            gridRangeStyle985.StyleInfo.Font.Underline = false;
            gridRangeStyle985.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle986.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle986.StyleInfo.Font.Bold = false;
            gridRangeStyle986.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle986.StyleInfo.Font.Italic = false;
            gridRangeStyle986.StyleInfo.Font.Size = 9F;
            gridRangeStyle986.StyleInfo.Font.Strikeout = false;
            gridRangeStyle986.StyleInfo.Font.Underline = false;
            gridRangeStyle986.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle987.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle987.StyleInfo.Font.Bold = false;
            gridRangeStyle987.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle987.StyleInfo.Font.Italic = false;
            gridRangeStyle987.StyleInfo.Font.Size = 9F;
            gridRangeStyle987.StyleInfo.Font.Strikeout = false;
            gridRangeStyle987.StyleInfo.Font.Underline = false;
            gridRangeStyle987.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle988.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle988.StyleInfo.Font.Bold = false;
            gridRangeStyle988.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle988.StyleInfo.Font.Italic = false;
            gridRangeStyle988.StyleInfo.Font.Size = 9F;
            gridRangeStyle988.StyleInfo.Font.Strikeout = false;
            gridRangeStyle988.StyleInfo.Font.Underline = false;
            gridRangeStyle988.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle989.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle989.StyleInfo.Font.Bold = false;
            gridRangeStyle989.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle989.StyleInfo.Font.Italic = false;
            gridRangeStyle989.StyleInfo.Font.Size = 9F;
            gridRangeStyle989.StyleInfo.Font.Strikeout = false;
            gridRangeStyle989.StyleInfo.Font.Underline = false;
            gridRangeStyle989.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle990.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle990.StyleInfo.Font.Bold = false;
            gridRangeStyle990.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle990.StyleInfo.Font.Italic = false;
            gridRangeStyle990.StyleInfo.Font.Size = 9F;
            gridRangeStyle990.StyleInfo.Font.Strikeout = false;
            gridRangeStyle990.StyleInfo.Font.Underline = false;
            gridRangeStyle990.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle991.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle991.StyleInfo.Font.Bold = false;
            gridRangeStyle991.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle991.StyleInfo.Font.Italic = false;
            gridRangeStyle991.StyleInfo.Font.Size = 9F;
            gridRangeStyle991.StyleInfo.Font.Strikeout = false;
            gridRangeStyle991.StyleInfo.Font.Underline = false;
            gridRangeStyle991.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle992.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle992.StyleInfo.Font.Bold = false;
            gridRangeStyle992.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle992.StyleInfo.Font.Italic = false;
            gridRangeStyle992.StyleInfo.Font.Size = 9F;
            gridRangeStyle992.StyleInfo.Font.Strikeout = false;
            gridRangeStyle992.StyleInfo.Font.Underline = false;
            gridRangeStyle992.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle993.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle993.StyleInfo.Font.Bold = false;
            gridRangeStyle993.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle993.StyleInfo.Font.Italic = false;
            gridRangeStyle993.StyleInfo.Font.Size = 9F;
            gridRangeStyle993.StyleInfo.Font.Strikeout = false;
            gridRangeStyle993.StyleInfo.Font.Underline = false;
            gridRangeStyle993.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle994.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle994.StyleInfo.Font.Bold = false;
            gridRangeStyle994.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle994.StyleInfo.Font.Italic = false;
            gridRangeStyle994.StyleInfo.Font.Size = 9F;
            gridRangeStyle994.StyleInfo.Font.Strikeout = false;
            gridRangeStyle994.StyleInfo.Font.Underline = false;
            gridRangeStyle994.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle995.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle995.StyleInfo.Font.Bold = false;
            gridRangeStyle995.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle995.StyleInfo.Font.Italic = false;
            gridRangeStyle995.StyleInfo.Font.Size = 9F;
            gridRangeStyle995.StyleInfo.Font.Strikeout = false;
            gridRangeStyle995.StyleInfo.Font.Underline = false;
            gridRangeStyle995.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle996.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle996.StyleInfo.Font.Bold = false;
            gridRangeStyle996.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle996.StyleInfo.Font.Italic = false;
            gridRangeStyle996.StyleInfo.Font.Size = 9F;
            gridRangeStyle996.StyleInfo.Font.Strikeout = false;
            gridRangeStyle996.StyleInfo.Font.Underline = false;
            gridRangeStyle996.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle997.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle997.StyleInfo.Font.Bold = false;
            gridRangeStyle997.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle997.StyleInfo.Font.Italic = false;
            gridRangeStyle997.StyleInfo.Font.Size = 9F;
            gridRangeStyle997.StyleInfo.Font.Strikeout = false;
            gridRangeStyle997.StyleInfo.Font.Underline = false;
            gridRangeStyle997.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle998.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle998.StyleInfo.Font.Bold = false;
            gridRangeStyle998.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle998.StyleInfo.Font.Italic = false;
            gridRangeStyle998.StyleInfo.Font.Size = 9F;
            gridRangeStyle998.StyleInfo.Font.Strikeout = false;
            gridRangeStyle998.StyleInfo.Font.Underline = false;
            gridRangeStyle998.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle999.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle999.StyleInfo.Font.Bold = false;
            gridRangeStyle999.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle999.StyleInfo.Font.Italic = false;
            gridRangeStyle999.StyleInfo.Font.Size = 9F;
            gridRangeStyle999.StyleInfo.Font.Strikeout = false;
            gridRangeStyle999.StyleInfo.Font.Underline = false;
            gridRangeStyle999.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1000.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1000.StyleInfo.Font.Bold = false;
            gridRangeStyle1000.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1000.StyleInfo.Font.Italic = false;
            gridRangeStyle1000.StyleInfo.Font.Size = 9F;
            gridRangeStyle1000.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1000.StyleInfo.Font.Underline = false;
            gridRangeStyle1000.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1001.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1001.StyleInfo.Font.Bold = false;
            gridRangeStyle1001.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1001.StyleInfo.Font.Italic = false;
            gridRangeStyle1001.StyleInfo.Font.Size = 9F;
            gridRangeStyle1001.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1001.StyleInfo.Font.Underline = false;
            gridRangeStyle1001.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1002.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1002.StyleInfo.Font.Bold = false;
            gridRangeStyle1002.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1002.StyleInfo.Font.Italic = false;
            gridRangeStyle1002.StyleInfo.Font.Size = 9F;
            gridRangeStyle1002.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1002.StyleInfo.Font.Underline = false;
            gridRangeStyle1002.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1003.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1003.StyleInfo.Font.Bold = false;
            gridRangeStyle1003.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1003.StyleInfo.Font.Italic = false;
            gridRangeStyle1003.StyleInfo.Font.Size = 9F;
            gridRangeStyle1003.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1003.StyleInfo.Font.Underline = false;
            gridRangeStyle1003.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1004.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1004.StyleInfo.Font.Bold = false;
            gridRangeStyle1004.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1004.StyleInfo.Font.Italic = false;
            gridRangeStyle1004.StyleInfo.Font.Size = 9F;
            gridRangeStyle1004.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1004.StyleInfo.Font.Underline = false;
            gridRangeStyle1004.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1005.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1005.StyleInfo.Font.Bold = false;
            gridRangeStyle1005.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1005.StyleInfo.Font.Italic = false;
            gridRangeStyle1005.StyleInfo.Font.Size = 9F;
            gridRangeStyle1005.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1005.StyleInfo.Font.Underline = false;
            gridRangeStyle1005.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1006.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1006.StyleInfo.Font.Bold = false;
            gridRangeStyle1006.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1006.StyleInfo.Font.Italic = false;
            gridRangeStyle1006.StyleInfo.Font.Size = 9F;
            gridRangeStyle1006.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1006.StyleInfo.Font.Underline = false;
            gridRangeStyle1006.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1007.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1007.StyleInfo.Font.Bold = false;
            gridRangeStyle1007.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1007.StyleInfo.Font.Italic = false;
            gridRangeStyle1007.StyleInfo.Font.Size = 9F;
            gridRangeStyle1007.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1007.StyleInfo.Font.Underline = false;
            gridRangeStyle1007.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1008.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1008.StyleInfo.Font.Bold = false;
            gridRangeStyle1008.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1008.StyleInfo.Font.Italic = false;
            gridRangeStyle1008.StyleInfo.Font.Size = 9F;
            gridRangeStyle1008.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1008.StyleInfo.Font.Underline = false;
            gridRangeStyle1008.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1009.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1009.StyleInfo.Font.Bold = false;
            gridRangeStyle1009.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1009.StyleInfo.Font.Italic = false;
            gridRangeStyle1009.StyleInfo.Font.Size = 9F;
            gridRangeStyle1009.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1009.StyleInfo.Font.Underline = false;
            gridRangeStyle1009.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1010.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1010.StyleInfo.Font.Bold = false;
            gridRangeStyle1010.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1010.StyleInfo.Font.Italic = false;
            gridRangeStyle1010.StyleInfo.Font.Size = 9F;
            gridRangeStyle1010.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1010.StyleInfo.Font.Underline = false;
            gridRangeStyle1010.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1011.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1011.StyleInfo.Font.Bold = false;
            gridRangeStyle1011.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1011.StyleInfo.Font.Italic = false;
            gridRangeStyle1011.StyleInfo.Font.Size = 9F;
            gridRangeStyle1011.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1011.StyleInfo.Font.Underline = false;
            gridRangeStyle1011.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1012.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1012.StyleInfo.Font.Bold = false;
            gridRangeStyle1012.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1012.StyleInfo.Font.Italic = false;
            gridRangeStyle1012.StyleInfo.Font.Size = 9F;
            gridRangeStyle1012.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1012.StyleInfo.Font.Underline = false;
            gridRangeStyle1012.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1013.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1013.StyleInfo.Font.Bold = false;
            gridRangeStyle1013.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1013.StyleInfo.Font.Italic = false;
            gridRangeStyle1013.StyleInfo.Font.Size = 9F;
            gridRangeStyle1013.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1013.StyleInfo.Font.Underline = false;
            gridRangeStyle1013.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1014.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1014.StyleInfo.Font.Bold = false;
            gridRangeStyle1014.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1014.StyleInfo.Font.Italic = false;
            gridRangeStyle1014.StyleInfo.Font.Size = 9F;
            gridRangeStyle1014.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1014.StyleInfo.Font.Underline = false;
            gridRangeStyle1014.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1015.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1015.StyleInfo.Font.Bold = false;
            gridRangeStyle1015.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1015.StyleInfo.Font.Italic = false;
            gridRangeStyle1015.StyleInfo.Font.Size = 9F;
            gridRangeStyle1015.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1015.StyleInfo.Font.Underline = false;
            gridRangeStyle1015.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1016.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1016.StyleInfo.Font.Bold = false;
            gridRangeStyle1016.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1016.StyleInfo.Font.Italic = false;
            gridRangeStyle1016.StyleInfo.Font.Size = 9F;
            gridRangeStyle1016.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1016.StyleInfo.Font.Underline = false;
            gridRangeStyle1016.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1017.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1017.StyleInfo.Font.Bold = false;
            gridRangeStyle1017.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1017.StyleInfo.Font.Italic = false;
            gridRangeStyle1017.StyleInfo.Font.Size = 9F;
            gridRangeStyle1017.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1017.StyleInfo.Font.Underline = false;
            gridRangeStyle1017.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1018.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1018.StyleInfo.Font.Bold = false;
            gridRangeStyle1018.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1018.StyleInfo.Font.Italic = false;
            gridRangeStyle1018.StyleInfo.Font.Size = 9F;
            gridRangeStyle1018.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1018.StyleInfo.Font.Underline = false;
            gridRangeStyle1018.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1019.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1019.StyleInfo.Font.Bold = false;
            gridRangeStyle1019.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1019.StyleInfo.Font.Italic = false;
            gridRangeStyle1019.StyleInfo.Font.Size = 9F;
            gridRangeStyle1019.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1019.StyleInfo.Font.Underline = false;
            gridRangeStyle1019.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1020.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1020.StyleInfo.Font.Bold = false;
            gridRangeStyle1020.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1020.StyleInfo.Font.Italic = false;
            gridRangeStyle1020.StyleInfo.Font.Size = 9F;
            gridRangeStyle1020.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1020.StyleInfo.Font.Underline = false;
            gridRangeStyle1020.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1021.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1021.StyleInfo.Font.Bold = false;
            gridRangeStyle1021.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1021.StyleInfo.Font.Italic = false;
            gridRangeStyle1021.StyleInfo.Font.Size = 9F;
            gridRangeStyle1021.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1021.StyleInfo.Font.Underline = false;
            gridRangeStyle1021.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1022.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1022.StyleInfo.Font.Bold = false;
            gridRangeStyle1022.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1022.StyleInfo.Font.Italic = false;
            gridRangeStyle1022.StyleInfo.Font.Size = 9F;
            gridRangeStyle1022.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1022.StyleInfo.Font.Underline = false;
            gridRangeStyle1022.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1023.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1023.StyleInfo.Font.Bold = false;
            gridRangeStyle1023.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1023.StyleInfo.Font.Italic = false;
            gridRangeStyle1023.StyleInfo.Font.Size = 9F;
            gridRangeStyle1023.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1023.StyleInfo.Font.Underline = false;
            gridRangeStyle1023.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1024.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1024.StyleInfo.Font.Bold = false;
            gridRangeStyle1024.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1024.StyleInfo.Font.Italic = false;
            gridRangeStyle1024.StyleInfo.Font.Size = 9F;
            gridRangeStyle1024.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1024.StyleInfo.Font.Underline = false;
            gridRangeStyle1024.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1025.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1025.StyleInfo.Font.Bold = false;
            gridRangeStyle1025.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1025.StyleInfo.Font.Italic = false;
            gridRangeStyle1025.StyleInfo.Font.Size = 9F;
            gridRangeStyle1025.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1025.StyleInfo.Font.Underline = false;
            gridRangeStyle1025.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1026.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1026.StyleInfo.Font.Bold = false;
            gridRangeStyle1026.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1026.StyleInfo.Font.Italic = false;
            gridRangeStyle1026.StyleInfo.Font.Size = 9F;
            gridRangeStyle1026.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1026.StyleInfo.Font.Underline = false;
            gridRangeStyle1026.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1027.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1027.StyleInfo.Font.Bold = false;
            gridRangeStyle1027.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1027.StyleInfo.Font.Italic = false;
            gridRangeStyle1027.StyleInfo.Font.Size = 9F;
            gridRangeStyle1027.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1027.StyleInfo.Font.Underline = false;
            gridRangeStyle1027.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1028.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1028.StyleInfo.Font.Bold = false;
            gridRangeStyle1028.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1028.StyleInfo.Font.Italic = false;
            gridRangeStyle1028.StyleInfo.Font.Size = 9F;
            gridRangeStyle1028.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1028.StyleInfo.Font.Underline = false;
            gridRangeStyle1028.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1029.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1029.StyleInfo.Font.Bold = false;
            gridRangeStyle1029.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1029.StyleInfo.Font.Italic = false;
            gridRangeStyle1029.StyleInfo.Font.Size = 9F;
            gridRangeStyle1029.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1029.StyleInfo.Font.Underline = false;
            gridRangeStyle1029.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1030.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1030.StyleInfo.Font.Bold = false;
            gridRangeStyle1030.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1030.StyleInfo.Font.Italic = false;
            gridRangeStyle1030.StyleInfo.Font.Size = 9F;
            gridRangeStyle1030.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1030.StyleInfo.Font.Underline = false;
            gridRangeStyle1030.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1031.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1031.StyleInfo.Font.Bold = false;
            gridRangeStyle1031.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1031.StyleInfo.Font.Italic = false;
            gridRangeStyle1031.StyleInfo.Font.Size = 9F;
            gridRangeStyle1031.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1031.StyleInfo.Font.Underline = false;
            gridRangeStyle1031.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1032.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1032.StyleInfo.Font.Bold = false;
            gridRangeStyle1032.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1032.StyleInfo.Font.Italic = false;
            gridRangeStyle1032.StyleInfo.Font.Size = 9F;
            gridRangeStyle1032.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1032.StyleInfo.Font.Underline = false;
            gridRangeStyle1032.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1033.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1033.StyleInfo.Font.Bold = false;
            gridRangeStyle1033.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1033.StyleInfo.Font.Italic = false;
            gridRangeStyle1033.StyleInfo.Font.Size = 9F;
            gridRangeStyle1033.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1033.StyleInfo.Font.Underline = false;
            gridRangeStyle1033.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1034.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1034.StyleInfo.Font.Bold = false;
            gridRangeStyle1034.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1034.StyleInfo.Font.Italic = false;
            gridRangeStyle1034.StyleInfo.Font.Size = 9F;
            gridRangeStyle1034.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1034.StyleInfo.Font.Underline = false;
            gridRangeStyle1034.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1035.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1035.StyleInfo.Font.Bold = false;
            gridRangeStyle1035.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1035.StyleInfo.Font.Italic = false;
            gridRangeStyle1035.StyleInfo.Font.Size = 9F;
            gridRangeStyle1035.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1035.StyleInfo.Font.Underline = false;
            gridRangeStyle1035.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1036.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1036.StyleInfo.Font.Bold = false;
            gridRangeStyle1036.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1036.StyleInfo.Font.Italic = false;
            gridRangeStyle1036.StyleInfo.Font.Size = 9F;
            gridRangeStyle1036.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1036.StyleInfo.Font.Underline = false;
            gridRangeStyle1036.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1037.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1037.StyleInfo.Font.Bold = false;
            gridRangeStyle1037.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1037.StyleInfo.Font.Italic = false;
            gridRangeStyle1037.StyleInfo.Font.Size = 9F;
            gridRangeStyle1037.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1037.StyleInfo.Font.Underline = false;
            gridRangeStyle1037.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1038.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1038.StyleInfo.Font.Bold = false;
            gridRangeStyle1038.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1038.StyleInfo.Font.Italic = false;
            gridRangeStyle1038.StyleInfo.Font.Size = 9F;
            gridRangeStyle1038.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1038.StyleInfo.Font.Underline = false;
            gridRangeStyle1038.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1039.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1039.StyleInfo.Font.Bold = false;
            gridRangeStyle1039.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1039.StyleInfo.Font.Italic = false;
            gridRangeStyle1039.StyleInfo.Font.Size = 9F;
            gridRangeStyle1039.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1039.StyleInfo.Font.Underline = false;
            gridRangeStyle1039.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1040.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1040.StyleInfo.Font.Bold = false;
            gridRangeStyle1040.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1040.StyleInfo.Font.Italic = false;
            gridRangeStyle1040.StyleInfo.Font.Size = 9F;
            gridRangeStyle1040.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1040.StyleInfo.Font.Underline = false;
            gridRangeStyle1040.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1041.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1041.StyleInfo.Font.Bold = false;
            gridRangeStyle1041.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1041.StyleInfo.Font.Italic = false;
            gridRangeStyle1041.StyleInfo.Font.Size = 9F;
            gridRangeStyle1041.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1041.StyleInfo.Font.Underline = false;
            gridRangeStyle1041.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1042.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1042.StyleInfo.Font.Bold = false;
            gridRangeStyle1042.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1042.StyleInfo.Font.Italic = false;
            gridRangeStyle1042.StyleInfo.Font.Size = 9F;
            gridRangeStyle1042.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1042.StyleInfo.Font.Underline = false;
            gridRangeStyle1042.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1043.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1043.StyleInfo.Font.Bold = false;
            gridRangeStyle1043.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1043.StyleInfo.Font.Italic = false;
            gridRangeStyle1043.StyleInfo.Font.Size = 9F;
            gridRangeStyle1043.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1043.StyleInfo.Font.Underline = false;
            gridRangeStyle1043.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1044.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1044.StyleInfo.Font.Bold = false;
            gridRangeStyle1044.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1044.StyleInfo.Font.Italic = false;
            gridRangeStyle1044.StyleInfo.Font.Size = 9F;
            gridRangeStyle1044.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1044.StyleInfo.Font.Underline = false;
            gridRangeStyle1044.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1045.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1045.StyleInfo.Font.Bold = false;
            gridRangeStyle1045.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1045.StyleInfo.Font.Italic = false;
            gridRangeStyle1045.StyleInfo.Font.Size = 9F;
            gridRangeStyle1045.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1045.StyleInfo.Font.Underline = false;
            gridRangeStyle1045.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1046.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1046.StyleInfo.Font.Bold = false;
            gridRangeStyle1046.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1046.StyleInfo.Font.Italic = false;
            gridRangeStyle1046.StyleInfo.Font.Size = 9F;
            gridRangeStyle1046.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1046.StyleInfo.Font.Underline = false;
            gridRangeStyle1046.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1047.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1047.StyleInfo.Font.Bold = false;
            gridRangeStyle1047.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1047.StyleInfo.Font.Italic = false;
            gridRangeStyle1047.StyleInfo.Font.Size = 9F;
            gridRangeStyle1047.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1047.StyleInfo.Font.Underline = false;
            gridRangeStyle1047.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1048.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1048.StyleInfo.Font.Bold = false;
            gridRangeStyle1048.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1048.StyleInfo.Font.Italic = false;
            gridRangeStyle1048.StyleInfo.Font.Size = 9F;
            gridRangeStyle1048.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1048.StyleInfo.Font.Underline = false;
            gridRangeStyle1048.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1049.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1049.StyleInfo.Font.Bold = false;
            gridRangeStyle1049.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1049.StyleInfo.Font.Italic = false;
            gridRangeStyle1049.StyleInfo.Font.Size = 9F;
            gridRangeStyle1049.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1049.StyleInfo.Font.Underline = false;
            gridRangeStyle1049.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1050.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1050.StyleInfo.Font.Bold = false;
            gridRangeStyle1050.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1050.StyleInfo.Font.Italic = false;
            gridRangeStyle1050.StyleInfo.Font.Size = 9F;
            gridRangeStyle1050.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1050.StyleInfo.Font.Underline = false;
            gridRangeStyle1050.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1051.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1051.StyleInfo.Font.Bold = false;
            gridRangeStyle1051.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1051.StyleInfo.Font.Italic = false;
            gridRangeStyle1051.StyleInfo.Font.Size = 9F;
            gridRangeStyle1051.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1051.StyleInfo.Font.Underline = false;
            gridRangeStyle1051.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1052.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1052.StyleInfo.Font.Bold = false;
            gridRangeStyle1052.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1052.StyleInfo.Font.Italic = false;
            gridRangeStyle1052.StyleInfo.Font.Size = 9F;
            gridRangeStyle1052.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1052.StyleInfo.Font.Underline = false;
            gridRangeStyle1052.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1053.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1053.StyleInfo.Font.Bold = false;
            gridRangeStyle1053.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1053.StyleInfo.Font.Italic = false;
            gridRangeStyle1053.StyleInfo.Font.Size = 9F;
            gridRangeStyle1053.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1053.StyleInfo.Font.Underline = false;
            gridRangeStyle1053.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1054.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1054.StyleInfo.Font.Bold = false;
            gridRangeStyle1054.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1054.StyleInfo.Font.Italic = false;
            gridRangeStyle1054.StyleInfo.Font.Size = 9F;
            gridRangeStyle1054.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1054.StyleInfo.Font.Underline = false;
            gridRangeStyle1054.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1055.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1055.StyleInfo.Font.Bold = false;
            gridRangeStyle1055.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1055.StyleInfo.Font.Italic = false;
            gridRangeStyle1055.StyleInfo.Font.Size = 9F;
            gridRangeStyle1055.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1055.StyleInfo.Font.Underline = false;
            gridRangeStyle1055.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1056.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1056.StyleInfo.Font.Bold = false;
            gridRangeStyle1056.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1056.StyleInfo.Font.Italic = false;
            gridRangeStyle1056.StyleInfo.Font.Size = 9F;
            gridRangeStyle1056.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1056.StyleInfo.Font.Underline = false;
            gridRangeStyle1056.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1057.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1057.StyleInfo.Font.Bold = false;
            gridRangeStyle1057.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1057.StyleInfo.Font.Italic = false;
            gridRangeStyle1057.StyleInfo.Font.Size = 9F;
            gridRangeStyle1057.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1057.StyleInfo.Font.Underline = false;
            gridRangeStyle1057.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1058.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1058.StyleInfo.Font.Bold = false;
            gridRangeStyle1058.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1058.StyleInfo.Font.Italic = false;
            gridRangeStyle1058.StyleInfo.Font.Size = 9F;
            gridRangeStyle1058.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1058.StyleInfo.Font.Underline = false;
            gridRangeStyle1058.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1059.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1059.StyleInfo.Font.Bold = false;
            gridRangeStyle1059.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1059.StyleInfo.Font.Italic = false;
            gridRangeStyle1059.StyleInfo.Font.Size = 9F;
            gridRangeStyle1059.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1059.StyleInfo.Font.Underline = false;
            gridRangeStyle1059.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1060.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1060.StyleInfo.Font.Bold = false;
            gridRangeStyle1060.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1060.StyleInfo.Font.Italic = false;
            gridRangeStyle1060.StyleInfo.Font.Size = 9F;
            gridRangeStyle1060.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1060.StyleInfo.Font.Underline = false;
            gridRangeStyle1060.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1061.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1061.StyleInfo.Font.Bold = false;
            gridRangeStyle1061.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1061.StyleInfo.Font.Italic = false;
            gridRangeStyle1061.StyleInfo.Font.Size = 9F;
            gridRangeStyle1061.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1061.StyleInfo.Font.Underline = false;
            gridRangeStyle1061.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1062.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1062.StyleInfo.Font.Bold = false;
            gridRangeStyle1062.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1062.StyleInfo.Font.Italic = false;
            gridRangeStyle1062.StyleInfo.Font.Size = 9F;
            gridRangeStyle1062.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1062.StyleInfo.Font.Underline = false;
            gridRangeStyle1062.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1063.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1063.StyleInfo.Font.Bold = false;
            gridRangeStyle1063.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1063.StyleInfo.Font.Italic = false;
            gridRangeStyle1063.StyleInfo.Font.Size = 9F;
            gridRangeStyle1063.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1063.StyleInfo.Font.Underline = false;
            gridRangeStyle1063.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1064.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1064.StyleInfo.Font.Bold = false;
            gridRangeStyle1064.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1064.StyleInfo.Font.Italic = false;
            gridRangeStyle1064.StyleInfo.Font.Size = 9F;
            gridRangeStyle1064.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1064.StyleInfo.Font.Underline = false;
            gridRangeStyle1064.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1065.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1065.StyleInfo.Font.Bold = false;
            gridRangeStyle1065.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1065.StyleInfo.Font.Italic = false;
            gridRangeStyle1065.StyleInfo.Font.Size = 9F;
            gridRangeStyle1065.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1065.StyleInfo.Font.Underline = false;
            gridRangeStyle1065.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1066.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1066.StyleInfo.Font.Bold = false;
            gridRangeStyle1066.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1066.StyleInfo.Font.Italic = false;
            gridRangeStyle1066.StyleInfo.Font.Size = 9F;
            gridRangeStyle1066.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1066.StyleInfo.Font.Underline = false;
            gridRangeStyle1066.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1067.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1067.StyleInfo.Font.Bold = false;
            gridRangeStyle1067.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1067.StyleInfo.Font.Italic = false;
            gridRangeStyle1067.StyleInfo.Font.Size = 9F;
            gridRangeStyle1067.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1067.StyleInfo.Font.Underline = false;
            gridRangeStyle1067.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1068.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1068.StyleInfo.Font.Bold = false;
            gridRangeStyle1068.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1068.StyleInfo.Font.Italic = false;
            gridRangeStyle1068.StyleInfo.Font.Size = 9F;
            gridRangeStyle1068.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1068.StyleInfo.Font.Underline = false;
            gridRangeStyle1068.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1069.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1069.StyleInfo.Font.Bold = false;
            gridRangeStyle1069.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1069.StyleInfo.Font.Italic = false;
            gridRangeStyle1069.StyleInfo.Font.Size = 9F;
            gridRangeStyle1069.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1069.StyleInfo.Font.Underline = false;
            gridRangeStyle1069.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1070.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1070.StyleInfo.Font.Bold = false;
            gridRangeStyle1070.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1070.StyleInfo.Font.Italic = false;
            gridRangeStyle1070.StyleInfo.Font.Size = 9F;
            gridRangeStyle1070.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1070.StyleInfo.Font.Underline = false;
            gridRangeStyle1070.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1071.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1071.StyleInfo.Font.Bold = false;
            gridRangeStyle1071.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1071.StyleInfo.Font.Italic = false;
            gridRangeStyle1071.StyleInfo.Font.Size = 9F;
            gridRangeStyle1071.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1071.StyleInfo.Font.Underline = false;
            gridRangeStyle1071.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1072.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1072.StyleInfo.Font.Bold = false;
            gridRangeStyle1072.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1072.StyleInfo.Font.Italic = false;
            gridRangeStyle1072.StyleInfo.Font.Size = 9F;
            gridRangeStyle1072.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1072.StyleInfo.Font.Underline = false;
            gridRangeStyle1072.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1073.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1073.StyleInfo.Font.Bold = false;
            gridRangeStyle1073.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1073.StyleInfo.Font.Italic = false;
            gridRangeStyle1073.StyleInfo.Font.Size = 9F;
            gridRangeStyle1073.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1073.StyleInfo.Font.Underline = false;
            gridRangeStyle1073.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1074.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1074.StyleInfo.Font.Bold = false;
            gridRangeStyle1074.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1074.StyleInfo.Font.Italic = false;
            gridRangeStyle1074.StyleInfo.Font.Size = 9F;
            gridRangeStyle1074.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1074.StyleInfo.Font.Underline = false;
            gridRangeStyle1074.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1075.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1075.StyleInfo.Font.Bold = false;
            gridRangeStyle1075.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1075.StyleInfo.Font.Italic = false;
            gridRangeStyle1075.StyleInfo.Font.Size = 9F;
            gridRangeStyle1075.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1075.StyleInfo.Font.Underline = false;
            gridRangeStyle1075.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1076.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1076.StyleInfo.Font.Bold = false;
            gridRangeStyle1076.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1076.StyleInfo.Font.Italic = false;
            gridRangeStyle1076.StyleInfo.Font.Size = 9F;
            gridRangeStyle1076.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1076.StyleInfo.Font.Underline = false;
            gridRangeStyle1076.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1077.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1077.StyleInfo.Font.Bold = false;
            gridRangeStyle1077.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1077.StyleInfo.Font.Italic = false;
            gridRangeStyle1077.StyleInfo.Font.Size = 9F;
            gridRangeStyle1077.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1077.StyleInfo.Font.Underline = false;
            gridRangeStyle1077.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1078.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1078.StyleInfo.Font.Bold = false;
            gridRangeStyle1078.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1078.StyleInfo.Font.Italic = false;
            gridRangeStyle1078.StyleInfo.Font.Size = 9F;
            gridRangeStyle1078.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1078.StyleInfo.Font.Underline = false;
            gridRangeStyle1078.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1079.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1079.StyleInfo.Font.Bold = false;
            gridRangeStyle1079.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1079.StyleInfo.Font.Italic = false;
            gridRangeStyle1079.StyleInfo.Font.Size = 9F;
            gridRangeStyle1079.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1079.StyleInfo.Font.Underline = false;
            gridRangeStyle1079.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1080.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1080.StyleInfo.Font.Bold = false;
            gridRangeStyle1080.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1080.StyleInfo.Font.Italic = false;
            gridRangeStyle1080.StyleInfo.Font.Size = 9F;
            gridRangeStyle1080.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1080.StyleInfo.Font.Underline = false;
            gridRangeStyle1080.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1081.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1081.StyleInfo.Font.Bold = false;
            gridRangeStyle1081.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1081.StyleInfo.Font.Italic = false;
            gridRangeStyle1081.StyleInfo.Font.Size = 9F;
            gridRangeStyle1081.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1081.StyleInfo.Font.Underline = false;
            gridRangeStyle1081.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1082.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1082.StyleInfo.Font.Bold = false;
            gridRangeStyle1082.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1082.StyleInfo.Font.Italic = false;
            gridRangeStyle1082.StyleInfo.Font.Size = 9F;
            gridRangeStyle1082.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1082.StyleInfo.Font.Underline = false;
            gridRangeStyle1082.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1083.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1083.StyleInfo.Font.Bold = false;
            gridRangeStyle1083.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1083.StyleInfo.Font.Italic = false;
            gridRangeStyle1083.StyleInfo.Font.Size = 9F;
            gridRangeStyle1083.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1083.StyleInfo.Font.Underline = false;
            gridRangeStyle1083.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1084.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1084.StyleInfo.Font.Bold = false;
            gridRangeStyle1084.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1084.StyleInfo.Font.Italic = false;
            gridRangeStyle1084.StyleInfo.Font.Size = 9F;
            gridRangeStyle1084.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1084.StyleInfo.Font.Underline = false;
            gridRangeStyle1084.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1085.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1085.StyleInfo.Font.Bold = false;
            gridRangeStyle1085.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1085.StyleInfo.Font.Italic = false;
            gridRangeStyle1085.StyleInfo.Font.Size = 9F;
            gridRangeStyle1085.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1085.StyleInfo.Font.Underline = false;
            gridRangeStyle1085.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1086.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1086.StyleInfo.Font.Bold = false;
            gridRangeStyle1086.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1086.StyleInfo.Font.Italic = false;
            gridRangeStyle1086.StyleInfo.Font.Size = 9F;
            gridRangeStyle1086.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1086.StyleInfo.Font.Underline = false;
            gridRangeStyle1086.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1087.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1087.StyleInfo.Font.Bold = false;
            gridRangeStyle1087.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1087.StyleInfo.Font.Italic = false;
            gridRangeStyle1087.StyleInfo.Font.Size = 9F;
            gridRangeStyle1087.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1087.StyleInfo.Font.Underline = false;
            gridRangeStyle1087.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1088.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1088.StyleInfo.Font.Bold = false;
            gridRangeStyle1088.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1088.StyleInfo.Font.Italic = false;
            gridRangeStyle1088.StyleInfo.Font.Size = 9F;
            gridRangeStyle1088.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1088.StyleInfo.Font.Underline = false;
            gridRangeStyle1088.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1089.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1089.StyleInfo.Font.Bold = false;
            gridRangeStyle1089.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1089.StyleInfo.Font.Italic = false;
            gridRangeStyle1089.StyleInfo.Font.Size = 9F;
            gridRangeStyle1089.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1089.StyleInfo.Font.Underline = false;
            gridRangeStyle1089.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1090.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1090.StyleInfo.Font.Bold = false;
            gridRangeStyle1090.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1090.StyleInfo.Font.Italic = false;
            gridRangeStyle1090.StyleInfo.Font.Size = 9F;
            gridRangeStyle1090.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1090.StyleInfo.Font.Underline = false;
            gridRangeStyle1090.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1091.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1091.StyleInfo.Font.Bold = false;
            gridRangeStyle1091.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1091.StyleInfo.Font.Italic = false;
            gridRangeStyle1091.StyleInfo.Font.Size = 9F;
            gridRangeStyle1091.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1091.StyleInfo.Font.Underline = false;
            gridRangeStyle1091.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1092.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1092.StyleInfo.Font.Bold = false;
            gridRangeStyle1092.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1092.StyleInfo.Font.Italic = false;
            gridRangeStyle1092.StyleInfo.Font.Size = 9F;
            gridRangeStyle1092.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1092.StyleInfo.Font.Underline = false;
            gridRangeStyle1092.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1093.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1093.StyleInfo.Font.Bold = false;
            gridRangeStyle1093.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1093.StyleInfo.Font.Italic = false;
            gridRangeStyle1093.StyleInfo.Font.Size = 9F;
            gridRangeStyle1093.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1093.StyleInfo.Font.Underline = false;
            gridRangeStyle1093.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1094.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1094.StyleInfo.Font.Bold = false;
            gridRangeStyle1094.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1094.StyleInfo.Font.Italic = false;
            gridRangeStyle1094.StyleInfo.Font.Size = 9F;
            gridRangeStyle1094.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1094.StyleInfo.Font.Underline = false;
            gridRangeStyle1094.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1095.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1095.StyleInfo.Font.Bold = false;
            gridRangeStyle1095.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1095.StyleInfo.Font.Italic = false;
            gridRangeStyle1095.StyleInfo.Font.Size = 9F;
            gridRangeStyle1095.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1095.StyleInfo.Font.Underline = false;
            gridRangeStyle1095.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1096.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1096.StyleInfo.Font.Bold = false;
            gridRangeStyle1096.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1096.StyleInfo.Font.Italic = false;
            gridRangeStyle1096.StyleInfo.Font.Size = 9F;
            gridRangeStyle1096.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1096.StyleInfo.Font.Underline = false;
            gridRangeStyle1096.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1097.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1097.StyleInfo.Font.Bold = false;
            gridRangeStyle1097.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1097.StyleInfo.Font.Italic = false;
            gridRangeStyle1097.StyleInfo.Font.Size = 9F;
            gridRangeStyle1097.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1097.StyleInfo.Font.Underline = false;
            gridRangeStyle1097.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1098.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1098.StyleInfo.Font.Bold = false;
            gridRangeStyle1098.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1098.StyleInfo.Font.Italic = false;
            gridRangeStyle1098.StyleInfo.Font.Size = 9F;
            gridRangeStyle1098.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1098.StyleInfo.Font.Underline = false;
            gridRangeStyle1098.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1099.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1099.StyleInfo.Font.Bold = false;
            gridRangeStyle1099.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1099.StyleInfo.Font.Italic = false;
            gridRangeStyle1099.StyleInfo.Font.Size = 9F;
            gridRangeStyle1099.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1099.StyleInfo.Font.Underline = false;
            gridRangeStyle1099.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1100.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1100.StyleInfo.Font.Bold = false;
            gridRangeStyle1100.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1100.StyleInfo.Font.Italic = false;
            gridRangeStyle1100.StyleInfo.Font.Size = 9F;
            gridRangeStyle1100.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1100.StyleInfo.Font.Underline = false;
            gridRangeStyle1100.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1101.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1101.StyleInfo.Font.Bold = false;
            gridRangeStyle1101.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1101.StyleInfo.Font.Italic = false;
            gridRangeStyle1101.StyleInfo.Font.Size = 9F;
            gridRangeStyle1101.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1101.StyleInfo.Font.Underline = false;
            gridRangeStyle1101.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1102.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1102.StyleInfo.Font.Bold = false;
            gridRangeStyle1102.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1102.StyleInfo.Font.Italic = false;
            gridRangeStyle1102.StyleInfo.Font.Size = 9F;
            gridRangeStyle1102.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1102.StyleInfo.Font.Underline = false;
            gridRangeStyle1102.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1103.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1103.StyleInfo.Font.Bold = false;
            gridRangeStyle1103.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1103.StyleInfo.Font.Italic = false;
            gridRangeStyle1103.StyleInfo.Font.Size = 9F;
            gridRangeStyle1103.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1103.StyleInfo.Font.Underline = false;
            gridRangeStyle1103.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1104.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1104.StyleInfo.Font.Bold = false;
            gridRangeStyle1104.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1104.StyleInfo.Font.Italic = false;
            gridRangeStyle1104.StyleInfo.Font.Size = 9F;
            gridRangeStyle1104.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1104.StyleInfo.Font.Underline = false;
            gridRangeStyle1104.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1105.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1105.StyleInfo.Font.Bold = false;
            gridRangeStyle1105.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1105.StyleInfo.Font.Italic = false;
            gridRangeStyle1105.StyleInfo.Font.Size = 9F;
            gridRangeStyle1105.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1105.StyleInfo.Font.Underline = false;
            gridRangeStyle1105.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1106.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1106.StyleInfo.Font.Bold = false;
            gridRangeStyle1106.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1106.StyleInfo.Font.Italic = false;
            gridRangeStyle1106.StyleInfo.Font.Size = 9F;
            gridRangeStyle1106.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1106.StyleInfo.Font.Underline = false;
            gridRangeStyle1106.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1107.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1107.StyleInfo.Font.Bold = false;
            gridRangeStyle1107.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1107.StyleInfo.Font.Italic = false;
            gridRangeStyle1107.StyleInfo.Font.Size = 9F;
            gridRangeStyle1107.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1107.StyleInfo.Font.Underline = false;
            gridRangeStyle1107.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            gridRangeStyle1108.Range = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Table();
            gridRangeStyle1108.StyleInfo.Font.Bold = false;
            gridRangeStyle1108.StyleInfo.Font.Facename = "Verdana";
            gridRangeStyle1108.StyleInfo.Font.Italic = false;
            gridRangeStyle1108.StyleInfo.Font.Size = 9F;
            gridRangeStyle1108.StyleInfo.Font.Strikeout = false;
            gridRangeStyle1108.StyleInfo.Font.Underline = false;
            gridRangeStyle1108.StyleInfo.Font.Unit = System.Drawing.GraphicsUnit.Point;
            this.gridSendTo.RangeStyles.AddRange(new Syncfusion.Windows.Forms.Grid.GridRangeStyle[] {
            gridRangeStyle862,
            gridRangeStyle863,
            gridRangeStyle864,
            gridRangeStyle865,
            gridRangeStyle866,
            gridRangeStyle867,
            gridRangeStyle868,
            gridRangeStyle869,
            gridRangeStyle870,
            gridRangeStyle871,
            gridRangeStyle872,
            gridRangeStyle873,
            gridRangeStyle874,
            gridRangeStyle875,
            gridRangeStyle876,
            gridRangeStyle877,
            gridRangeStyle878,
            gridRangeStyle879,
            gridRangeStyle880,
            gridRangeStyle881,
            gridRangeStyle882,
            gridRangeStyle883,
            gridRangeStyle884,
            gridRangeStyle885,
            gridRangeStyle886,
            gridRangeStyle887,
            gridRangeStyle888,
            gridRangeStyle889,
            gridRangeStyle890,
            gridRangeStyle891,
            gridRangeStyle892,
            gridRangeStyle893,
            gridRangeStyle894,
            gridRangeStyle895,
            gridRangeStyle896,
            gridRangeStyle897,
            gridRangeStyle898,
            gridRangeStyle899,
            gridRangeStyle900,
            gridRangeStyle901,
            gridRangeStyle902,
            gridRangeStyle903,
            gridRangeStyle904,
            gridRangeStyle905,
            gridRangeStyle906,
            gridRangeStyle907,
            gridRangeStyle908,
            gridRangeStyle909,
            gridRangeStyle910,
            gridRangeStyle911,
            gridRangeStyle912,
            gridRangeStyle913,
            gridRangeStyle914,
            gridRangeStyle915,
            gridRangeStyle916,
            gridRangeStyle917,
            gridRangeStyle918,
            gridRangeStyle919,
            gridRangeStyle920,
            gridRangeStyle921,
            gridRangeStyle922,
            gridRangeStyle923,
            gridRangeStyle924,
            gridRangeStyle925,
            gridRangeStyle926,
            gridRangeStyle927,
            gridRangeStyle928,
            gridRangeStyle929,
            gridRangeStyle930,
            gridRangeStyle931,
            gridRangeStyle932,
            gridRangeStyle933,
            gridRangeStyle934,
            gridRangeStyle935,
            gridRangeStyle936,
            gridRangeStyle937,
            gridRangeStyle938,
            gridRangeStyle939,
            gridRangeStyle940,
            gridRangeStyle941,
            gridRangeStyle942,
            gridRangeStyle943,
            gridRangeStyle944,
            gridRangeStyle945,
            gridRangeStyle946,
            gridRangeStyle947,
            gridRangeStyle948,
            gridRangeStyle949,
            gridRangeStyle950,
            gridRangeStyle951,
            gridRangeStyle952,
            gridRangeStyle953,
            gridRangeStyle954,
            gridRangeStyle955,
            gridRangeStyle956,
            gridRangeStyle957,
            gridRangeStyle958,
            gridRangeStyle959,
            gridRangeStyle960,
            gridRangeStyle961,
            gridRangeStyle962,
            gridRangeStyle963,
            gridRangeStyle964,
            gridRangeStyle965,
            gridRangeStyle966,
            gridRangeStyle967,
            gridRangeStyle968,
            gridRangeStyle969,
            gridRangeStyle970,
            gridRangeStyle971,
            gridRangeStyle972,
            gridRangeStyle973,
            gridRangeStyle974,
            gridRangeStyle975,
            gridRangeStyle976,
            gridRangeStyle977,
            gridRangeStyle978,
            gridRangeStyle979,
            gridRangeStyle980,
            gridRangeStyle981,
            gridRangeStyle982,
            gridRangeStyle983,
            gridRangeStyle984,
            gridRangeStyle985,
            gridRangeStyle986,
            gridRangeStyle987,
            gridRangeStyle988,
            gridRangeStyle989,
            gridRangeStyle990,
            gridRangeStyle991,
            gridRangeStyle992,
            gridRangeStyle993,
            gridRangeStyle994,
            gridRangeStyle995,
            gridRangeStyle996,
            gridRangeStyle997,
            gridRangeStyle998,
            gridRangeStyle999,
            gridRangeStyle1000,
            gridRangeStyle1001,
            gridRangeStyle1002,
            gridRangeStyle1003,
            gridRangeStyle1004,
            gridRangeStyle1005,
            gridRangeStyle1006,
            gridRangeStyle1007,
            gridRangeStyle1008,
            gridRangeStyle1009,
            gridRangeStyle1010,
            gridRangeStyle1011,
            gridRangeStyle1012,
            gridRangeStyle1013,
            gridRangeStyle1014,
            gridRangeStyle1015,
            gridRangeStyle1016,
            gridRangeStyle1017,
            gridRangeStyle1018,
            gridRangeStyle1019,
            gridRangeStyle1020,
            gridRangeStyle1021,
            gridRangeStyle1022,
            gridRangeStyle1023,
            gridRangeStyle1024,
            gridRangeStyle1025,
            gridRangeStyle1026,
            gridRangeStyle1027,
            gridRangeStyle1028,
            gridRangeStyle1029,
            gridRangeStyle1030,
            gridRangeStyle1031,
            gridRangeStyle1032,
            gridRangeStyle1033,
            gridRangeStyle1034,
            gridRangeStyle1035,
            gridRangeStyle1036,
            gridRangeStyle1037,
            gridRangeStyle1038,
            gridRangeStyle1039,
            gridRangeStyle1040,
            gridRangeStyle1041,
            gridRangeStyle1042,
            gridRangeStyle1043,
            gridRangeStyle1044,
            gridRangeStyle1045,
            gridRangeStyle1046,
            gridRangeStyle1047,
            gridRangeStyle1048,
            gridRangeStyle1049,
            gridRangeStyle1050,
            gridRangeStyle1051,
            gridRangeStyle1052,
            gridRangeStyle1053,
            gridRangeStyle1054,
            gridRangeStyle1055,
            gridRangeStyle1056,
            gridRangeStyle1057,
            gridRangeStyle1058,
            gridRangeStyle1059,
            gridRangeStyle1060,
            gridRangeStyle1061,
            gridRangeStyle1062,
            gridRangeStyle1063,
            gridRangeStyle1064,
            gridRangeStyle1065,
            gridRangeStyle1066,
            gridRangeStyle1067,
            gridRangeStyle1068,
            gridRangeStyle1069,
            gridRangeStyle1070,
            gridRangeStyle1071,
            gridRangeStyle1072,
            gridRangeStyle1073,
            gridRangeStyle1074,
            gridRangeStyle1075,
            gridRangeStyle1076,
            gridRangeStyle1077,
            gridRangeStyle1078,
            gridRangeStyle1079,
            gridRangeStyle1080,
            gridRangeStyle1081,
            gridRangeStyle1082,
            gridRangeStyle1083,
            gridRangeStyle1084,
            gridRangeStyle1085,
            gridRangeStyle1086,
            gridRangeStyle1087,
            gridRangeStyle1088,
            gridRangeStyle1089,
            gridRangeStyle1090,
            gridRangeStyle1091,
            gridRangeStyle1092,
            gridRangeStyle1093,
            gridRangeStyle1094,
            gridRangeStyle1095,
            gridRangeStyle1096,
            gridRangeStyle1097,
            gridRangeStyle1098,
            gridRangeStyle1099,
            gridRangeStyle1100,
            gridRangeStyle1101,
            gridRangeStyle1102,
            gridRangeStyle1103,
            gridRangeStyle1104,
            gridRangeStyle1105,
            gridRangeStyle1106,
            gridRangeStyle1107,
            gridRangeStyle1108});
            this.gridSendTo.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
            new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 21)});
            this.gridSendTo.SerializeCellsBehavior = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeAsRangeStylesIntoCode;
            this.gridSendTo.Size = new System.Drawing.Size(980, 600);
            this.gridSendTo.SmartSizeBox = false;
            this.gridSendTo.TabIndex = 37;
            this.gridSendTo.CellButtonClicked += new Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventHandler(this.gridSendTo_CellButtonClicked);
            // 
            // tabIncoming
            // 
            this.tabIncoming.Controls.Add(this.buttonRefreshList);
            this.tabIncoming.Controls.Add(this.pdfPageView2);
            this.tabIncoming.Controls.Add(this.gridProcessing);
            this.tabIncoming.Image = null;
            this.tabIncoming.ImageSize = new System.Drawing.Size(16, 16);
            this.tabIncoming.Location = new System.Drawing.Point(1, 29);
            this.tabIncoming.Name = "tabIncoming";
            this.tabIncoming.Size = new System.Drawing.Size(1013, 710);
            this.tabIncoming.TabIndex = 6;
            this.tabIncoming.Text = "Outbox";
            this.tabIncoming.ThemesEnabled = false;
            // 
            // buttonRefreshList
            // 
            this.buttonRefreshList.Location = new System.Drawing.Point(11, 8);
            this.buttonRefreshList.Name = "buttonRefreshList";
            this.buttonRefreshList.Size = new System.Drawing.Size(100, 27);
            this.buttonRefreshList.TabIndex = 154;
            this.buttonRefreshList.Text = "Refresh";
            this.buttonRefreshList.UseVisualStyleBackColor = true;
            this.buttonRefreshList.Click += new System.EventHandler(this.buttonRefreshList_Click);
            // 
            // pdfPageView2
            // 
            this.pdfPageView2.AllowFormFill = false;
            this.pdfPageView2.AutoScroll = true;
            this.pdfPageView2.BackColor = System.Drawing.SystemColors.AppWorkspace;
            this.pdfPageView2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pdfPageView2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pdfPageView2.Document = this.pdfDocument2;
            this.pdfPageView2.Location = new System.Drawing.Point(0, 432);
            this.pdfPageView2.Name = "pdfPageView2";
            this.pdfPageView2.PageDisplayLayout = O2S.Components.PDFView4NET.PDFPageDisplayLayout.OneColumn;
            this.pdfPageView2.PageNumber = 0;
            this.pdfPageView2.ScrollPosition = new System.Drawing.Point(0, 0);
            this.pdfPageView2.Size = new System.Drawing.Size(1013, 278);
            this.pdfPageView2.SubstituteFonts = null;
            this.pdfPageView2.TabIndex = 153;
            this.pdfPageView2.Visible = false;
            this.pdfPageView2.WorkMode = O2S.Components.PDFView4NET.UserInteractiveWorkMode.PanAndScan;
            // 
            // pdfDocument2
            // 
            this.pdfDocument2.Metadata = null;
            this.pdfDocument2.PageLayout = O2S.Components.PDFView4NET.PDFPageLayout.SinglePage;
            this.pdfDocument2.PageMode = O2S.Components.PDFView4NET.PDFPageMode.UseNone;
            this.pdfDocument2.SerialNumber = "PDFVW-Y11DV-6VYTH-TWHXK-6DRLB-7MNQB";
            // 
            // gridProcessing
            // 
            gridBaseStyle21.Name = "Header";
            gridBaseStyle21.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle21.StyleInfo.Borders.Left = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle21.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle21.StyleInfo.Borders.Top = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
            gridBaseStyle21.StyleInfo.CellType = "Header";
            gridBaseStyle21.StyleInfo.Font.Bold = true;
            gridBaseStyle21.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
            gridBaseStyle21.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
            gridBaseStyle22.Name = "Standard";
            gridBaseStyle22.StyleInfo.Font.Facename = "Tahoma";
            gridBaseStyle22.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
            gridBaseStyle23.Name = "Row Header";
            gridBaseStyle23.StyleInfo.BaseStyle = "Header";
            gridBaseStyle23.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
            gridBaseStyle23.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
            gridBaseStyle24.Name = "Column Header";
            gridBaseStyle24.StyleInfo.BaseStyle = "Header";
            gridBaseStyle24.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
            this.gridProcessing.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
            gridBaseStyle21,
            gridBaseStyle22,
            gridBaseStyle23,
            gridBaseStyle24});
            this.gridProcessing.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
            new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 35)});
            this.gridProcessing.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid;
            this.gridProcessing.Location = new System.Drawing.Point(3, 41);
            this.gridProcessing.Name = "gridProcessing";
            this.gridProcessing.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
            new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 21)});
            this.gridProcessing.SerializeCellsBehavior = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeAsRangeStylesIntoCode;
            this.gridProcessing.Size = new System.Drawing.Size(518, 365);
            this.gridProcessing.SmartSizeBox = false;
            this.gridProcessing.TabIndex = 146;
            this.gridProcessing.CellButtonClicked += new Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventHandler(this.gridProcessing_CellButtonClicked);
            // 
            // tabMinimize
            // 
            this.tabMinimize.Image = null;
            this.tabMinimize.ImageSize = new System.Drawing.Size(16, 16);
            this.tabMinimize.Location = new System.Drawing.Point(1, 29);
            this.tabMinimize.Name = "tabMinimize";
            this.tabMinimize.Size = new System.Drawing.Size(1013, 710);
            this.tabMinimize.TabIndex = 4;
            this.tabMinimize.Text = "Minimize";
            this.tabMinimize.ThemesEnabled = false;
            // 
            // tabExit
            // 
            this.tabExit.Image = null;
            this.tabExit.ImageSize = new System.Drawing.Size(16, 16);
            this.tabExit.Location = new System.Drawing.Point(1, 29);
            this.tabExit.Name = "tabExit";
            this.tabExit.Size = new System.Drawing.Size(1013, 710);
            this.tabExit.TabIndex = 5;
            this.tabExit.Text = "  Exit  ";
            this.tabExit.ThemesEnabled = false;
            // 
            // notifyIcon1
            // 
            this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
            this.notifyIcon1.Text = "Walden Faxing";
            this.notifyIcon1.Visible = true;
            this.notifyIcon1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseClick);
            this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
            // 
            // timer1
            // 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick_1);
            // 
            // timer2
            // 
            this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
            // 
            // autoSendFaxList
            // 
            this.autoSendFaxList.IgnoreCase = false;
            this.autoSendFaxList.ParentForm = this;
            this.autoSendFaxList.AutoCompleteItemSelected += new Syncfusion.Windows.Forms.Tools.AutoCompleteItemEventHandler(this.autoSendFaxList_AutoCompleteItemSelected);
            // 
            // slSizePos1
            // 
            this.slSizePos1.MainContainer = this;
            this.slSizePos1.MainContainerStartSize = new System.Drawing.Size(1016, 741);
            this.slSizePos1.ScreenStartSize = new System.Drawing.Size(1152, 836);
            // 
            // slResizer1
            // 
            slControl1.Control = this.label5;
            slControl2.Control = this.label4;
            slControl3.Control = this.label2;
            slControl4.Control = this.label3;
            slControl5.Control = this.pdfPageView1;
            slControl6.Control = this.txtResend;
            slControl7.Control = this.label6;
            slControl8.Control = this.butResend;
            slControl9.Control = this.butFaxRefresh;
            slControl10.Control = this.gridMonitorFaxes;
            slControl11.Control = this.label7;
            slControl12.Control = this.tabSendFaxes;
            slControl13.Control = this.tabSendAFax;
            slControl14.Control = this.txtSearch;
            slControl15.Control = this.gridSendFax;
            slControl16.Control = this.butDiagnostic;
            slControl17.Control = this.gridOutlookList;
            slControl18.Control = this.buttonGetOutlookList;
            slControl19.Control = this.txtFrom;
            slControl20.Control = this.buttonViewFax;
            slControl21.Control = this.buttonRefresh;
            slControl22.Control = this.buttonFax;
            slControl23.Control = this.gridFaxList;
            slControl24.Control = this.txtNotes;
            slControl25.Control = this.tabMonitorFax;
            slControl26.Control = this.buttonCancel;
            this.slResizer1.Controls.Add(slControl1);
            this.slResizer1.Controls.Add(slControl2);
            this.slResizer1.Controls.Add(slControl3);
            this.slResizer1.Controls.Add(slControl4);
            this.slResizer1.Controls.Add(slControl5);
            this.slResizer1.Controls.Add(slControl6);
            this.slResizer1.Controls.Add(slControl7);
            this.slResizer1.Controls.Add(slControl8);
            this.slResizer1.Controls.Add(slControl9);
            this.slResizer1.Controls.Add(slControl10);
            this.slResizer1.Controls.Add(slControl11);
            this.slResizer1.Controls.Add(slControl12);
            this.slResizer1.Controls.Add(slControl13);
            this.slResizer1.Controls.Add(slControl14);
            this.slResizer1.Controls.Add(slControl15);
            this.slResizer1.Controls.Add(slControl16);
            this.slResizer1.Controls.Add(slControl17);
            this.slResizer1.Controls.Add(slControl18);
            this.slResizer1.Controls.Add(slControl19);
            this.slResizer1.Controls.Add(slControl20);
            this.slResizer1.Controls.Add(slControl21);
            this.slResizer1.Controls.Add(slControl22);
            this.slResizer1.Controls.Add(slControl23);
            this.slResizer1.Controls.Add(slControl24);
            this.slResizer1.Controls.Add(slControl25);
            this.slResizer1.Controls.Add(slControl26);
            this.slResizer1.Controls.Add(slControl27);
            this.slResizer1.MainContainer = this;
            this.slResizer1.MainContainerStartSize = new System.Drawing.Size(1016, 741);
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1016, 741);
            this.Controls.Add(this.tabSendFaxes);
            this.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
            this.MaximizeBox = false;
            this.Name = "frmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Walden Fax  ver. 2.9.0 11/7/2013";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.Resize += new System.EventHandler(this.frmMain_Resize);
            ((System.ComponentModel.ISupportInitialize)(this.gridMonitorFaxes)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabSendFaxes)).EndInit();
            this.tabSendFaxes.ResumeLayout(false);
            this.tabSendAFax.ResumeLayout(false);
            this.tabSendAFax.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtFaxNumber1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboFaxName)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridSendFax)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridOutlookList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridFaxList)).EndInit();
            this.tabMonitorFax.ResumeLayout(false);
            this.tabMonitorFax.PerformLayout();
            this.tabEditSendTo.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridSendTo)).EndInit();
            this.tabIncoming.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridProcessing)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.autoSendFaxList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.slResizer1)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo n.º 8
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();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle5 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle6 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle7 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle8 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridCellInfo  gridCellInfo2  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     this.splitContainerAdv1      = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
     this.gridRegEx               = new System.Windows.Forms.DataGridView();
     this.cmRegEx                 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.addToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.label1             = new System.Windows.Forms.Label();
     this.splitContainerAdv2 = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
     this.txtInput           = new System.Windows.Forms.RichTextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.gridResult         = new Syncfusion.Windows.Forms.Grid.GridControl();
     this.lblResults         = new System.Windows.Forms.Label();
     this.toolStrip1         = new System.Windows.Forms.ToolStrip();
     this.btnSave            = new System.Windows.Forms.ToolStripButton();
     this.btnLoad            = new System.Windows.Forms.ToolStripButton();
     this.status             = new System.Windows.Forms.StatusStrip();
     this.lblStatus          = new System.Windows.Forms.ToolStripStatusLabel();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).BeginInit();
     this.splitContainerAdv1.Panel1.SuspendLayout();
     this.splitContainerAdv1.Panel2.SuspendLayout();
     this.splitContainerAdv1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridRegEx)).BeginInit();
     this.cmRegEx.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv2)).BeginInit();
     this.splitContainerAdv2.Panel1.SuspendLayout();
     this.splitContainerAdv2.Panel2.SuspendLayout();
     this.splitContainerAdv2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResult)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.status.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainerAdv1
     //
     this.splitContainerAdv1.BackgroundColor    = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(108)))), ((int)(((byte)(108))))), System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(82)))), ((int)(((byte)(82))))));
     this.splitContainerAdv1.BeforeTouchSize    = 7;
     this.splitContainerAdv1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerAdv1.HotBackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(171))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(223)))), ((int)(((byte)(103))))));
     this.splitContainerAdv1.HotExpandLine      = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(107)))), ((int)(((byte)(207)))));
     this.splitContainerAdv1.Location           = new System.Drawing.Point(0, 25);
     this.splitContainerAdv1.Name               = "splitContainerAdv1";
     this.splitContainerAdv1.Orientation        = System.Windows.Forms.Orientation.Vertical;
     //
     // splitContainerAdv1.Panel1
     //
     this.splitContainerAdv1.Panel1.BackColor       = System.Drawing.SystemColors.Control;
     this.splitContainerAdv1.Panel1.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(83)))), ((int)(((byte)(83))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(146)))), ((int)(((byte)(146))))));
     this.splitContainerAdv1.Panel1.Controls.Add(this.gridRegEx);
     this.splitContainerAdv1.Panel1.Controls.Add(this.label1);
     //
     // splitContainerAdv1.Panel2
     //
     this.splitContainerAdv1.Panel2.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(83)))), ((int)(((byte)(83))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(146)))), ((int)(((byte)(146))))));
     this.splitContainerAdv1.Panel2.Controls.Add(this.splitContainerAdv2);
     this.splitContainerAdv1.Size             = new System.Drawing.Size(663, 317);
     this.splitContainerAdv1.SplitterDistance = 113;
     this.splitContainerAdv1.Style            = Syncfusion.Windows.Forms.Tools.Enums.Style.Office2007Black;
     this.splitContainerAdv1.TabIndex         = 0;
     this.splitContainerAdv1.Text             = "splitContainerAdv1";
     //
     // gridRegEx
     //
     this.gridRegEx.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.gridRegEx.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gridRegEx.ContextMenuStrip            = this.cmRegEx;
     this.gridRegEx.Location          = new System.Drawing.Point(0, 17);
     this.gridRegEx.MultiSelect       = false;
     this.gridRegEx.Name              = "gridRegEx";
     this.gridRegEx.Size              = new System.Drawing.Size(663, 95);
     this.gridRegEx.TabIndex          = 2;
     this.gridRegEx.CellEndEdit      += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridRegEx_CellEndEdit);
     this.gridRegEx.SelectionChanged += new System.EventHandler(this.gridRegEx_SelectionChanged);
     //
     // cmRegEx
     //
     this.cmRegEx.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addToolStripMenuItem,
         this.deleteToolStripMenuItem
     });
     this.cmRegEx.Name = "cmRegEx";
     this.cmRegEx.Size = new System.Drawing.Size(108, 48);
     //
     // addToolStripMenuItem
     //
     this.addToolStripMenuItem.Name   = "addToolStripMenuItem";
     this.addToolStripMenuItem.Size   = new System.Drawing.Size(107, 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(107, 22);
     this.deleteToolStripMenuItem.Text   = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.ForeColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(0, 1);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(103, 13);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Regular Expressions";
     //
     // splitContainerAdv2
     //
     this.splitContainerAdv2.BackgroundColor    = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(108)))), ((int)(((byte)(108))))), System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(82)))), ((int)(((byte)(82))))));
     this.splitContainerAdv2.BeforeTouchSize    = 7;
     this.splitContainerAdv2.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerAdv2.HotBackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(240)))), ((int)(((byte)(171))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(223)))), ((int)(((byte)(103))))));
     this.splitContainerAdv2.HotExpandLine      = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(107)))), ((int)(((byte)(207)))));
     this.splitContainerAdv2.Location           = new System.Drawing.Point(0, 0);
     this.splitContainerAdv2.Name               = "splitContainerAdv2";
     this.splitContainerAdv2.Orientation        = System.Windows.Forms.Orientation.Vertical;
     //
     // splitContainerAdv2.Panel1
     //
     this.splitContainerAdv2.Panel1.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(83)))), ((int)(((byte)(83))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(146)))), ((int)(((byte)(146))))));
     this.splitContainerAdv2.Panel1.Controls.Add(this.txtInput);
     this.splitContainerAdv2.Panel1.Controls.Add(this.label2);
     //
     // splitContainerAdv2.Panel2
     //
     this.splitContainerAdv2.Panel2.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(83)))), ((int)(((byte)(83))))), System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(146)))), ((int)(((byte)(146))))));
     this.splitContainerAdv2.Panel2.Controls.Add(this.gridResult);
     this.splitContainerAdv2.Panel2.Controls.Add(this.lblResults);
     this.splitContainerAdv2.Size             = new System.Drawing.Size(663, 197);
     this.splitContainerAdv2.SplitterDistance = 89;
     this.splitContainerAdv2.Style            = Syncfusion.Windows.Forms.Tools.Enums.Style.Office2007Black;
     this.splitContainerAdv2.TabIndex         = 0;
     this.splitContainerAdv2.Text             = "splitContainerAdv2";
     //
     // txtInput
     //
     this.txtInput.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.txtInput.Location = new System.Drawing.Point(0, 19);
     this.txtInput.Name     = "txtInput";
     this.txtInput.Size     = new System.Drawing.Size(663, 75);
     this.txtInput.TabIndex = 3;
     this.txtInput.Text     = "";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(0, 2);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(334, 14);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Input Text";
     //
     // gridResult
     //
     this.gridResult.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)));
     gridBaseStyle5.Name = "Header";
     gridBaseStyle5.StyleInfo.Borders.Bottom    = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle5.StyleInfo.Borders.Left      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle5.StyleInfo.Borders.Right     = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle5.StyleInfo.Borders.Top       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle5.StyleInfo.CellType          = "Header";
     gridBaseStyle5.StyleInfo.Font.Bold         = true;
     gridBaseStyle5.StyleInfo.Interior          = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
     gridBaseStyle5.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
     gridBaseStyle6.Name = "Standard";
     gridBaseStyle6.StyleInfo.Font.Facename = "Tahoma";
     gridBaseStyle6.StyleInfo.Interior      = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
     gridBaseStyle7.Name = "Column Header";
     gridBaseStyle7.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle7.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
     gridBaseStyle8.Name = "Row Header";
     gridBaseStyle8.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle8.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
     gridBaseStyle8.StyleInfo.Interior            = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
     this.gridResult.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
         gridBaseStyle5,
         gridBaseStyle6,
         gridBaseStyle7,
         gridBaseStyle8
     });
     this.gridResult.ColCount = 5;
     this.gridResult.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
         new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 35)
     });
     this.gridResult.ForeColor = System.Drawing.SystemColors.ControlText;
     gridCellInfo2.Col         = -1;
     gridCellInfo2.Row         = -1;
     this.gridResult.GridCells.AddRange(new Syncfusion.Windows.Forms.Grid.GridCellInfo[] {
         gridCellInfo2
     });
     this.gridResult.Location    = new System.Drawing.Point(0, 17);
     this.gridResult.Name        = "gridResult";
     this.gridResult.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.gridResult.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 25)
     });
     this.gridResult.SerializeCellsBehavior = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeIntoCode;
     this.gridResult.Size         = new System.Drawing.Size(663, 82);
     this.gridResult.SmartSizeBox = false;
     this.gridResult.TabIndex     = 1;
     this.gridResult.UseRightToLeftCompatibleTextBox = true;
     //
     // lblResults
     //
     this.lblResults.BackColor = System.Drawing.Color.Transparent;
     this.lblResults.ForeColor = System.Drawing.Color.White;
     this.lblResults.Location  = new System.Drawing.Point(0, 1);
     this.lblResults.Name      = "lblResults";
     this.lblResults.Size      = new System.Drawing.Size(482, 13);
     this.lblResults.TabIndex  = 3;
     this.lblResults.Text      = "Results";
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnSave,
         this.btnLoad
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(663, 25);
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // btnSave
     //
     this.btnSave.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnSave.Image                 = global::RxParserClient.Properties.Resources.Save;
     this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSave.Name        = "btnSave";
     this.btnSave.Size        = new System.Drawing.Size(23, 22);
     this.btnSave.Text        = "&Save";
     this.btnSave.ToolTipText = "Save Project File";
     this.btnSave.Click      += new System.EventHandler(this.btnSave_Click);
     //
     // btnLoad
     //
     this.btnLoad.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnLoad.Image                 = global::RxParserClient.Properties.Resources.Open;
     this.btnLoad.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnLoad.Name        = "btnLoad";
     this.btnLoad.Size        = new System.Drawing.Size(23, 22);
     this.btnLoad.Text        = "toolStripButton1";
     this.btnLoad.ToolTipText = "Load Project File";
     this.btnLoad.Click      += new System.EventHandler(this.btnLoad_Click);
     //
     // status
     //
     this.status.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblStatus
     });
     this.status.Location = new System.Drawing.Point(0, 342);
     this.status.Name     = "status";
     this.status.Size     = new System.Drawing.Size(663, 22);
     this.status.TabIndex = 3;
     this.status.Text     = "statusStrip1";
     //
     // lblStatus
     //
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(123, 17);
     this.lblStatus.Text = "Welcome to RX Parser";
     //
     // FormMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(663, 364);
     this.Controls.Add(this.splitContainerAdv1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.status);
     this.Name        = "FormMain";
     this.Text        = "RX Parser";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.Form1_Load);
     this.splitContainerAdv1.Panel1.ResumeLayout(false);
     this.splitContainerAdv1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv1)).EndInit();
     this.splitContainerAdv1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridRegEx)).EndInit();
     this.cmRegEx.ResumeLayout(false);
     this.splitContainerAdv2.Panel1.ResumeLayout(false);
     this.splitContainerAdv2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerAdv2)).EndInit();
     this.splitContainerAdv2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridResult)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.status.ResumeLayout(false);
     this.status.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle1 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle2 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle3 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle4 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridCellInfo     gridCellInfo1  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     Syncfusion.Windows.Forms.Grid.GridCellInfo     gridCellInfo2  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     Syncfusion.Windows.Forms.Grid.GridCellInfo     gridCellInfo3  = new Syncfusion.Windows.Forms.Grid.GridCellInfo();
     System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.btnRandomData = new System.Windows.Forms.Button();
     this.gridControl1  = new Syncfusion.Windows.Forms.Grid.GridControl();
     this.panel1        = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnRandomData
     //
     this.btnRandomData.BackColor = System.Drawing.Color.Gray;
     this.btnRandomData.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnRandomData.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRandomData.ForeColor = System.Drawing.Color.White;
     this.btnRandomData.Location  = new System.Drawing.Point(42, 59);
     this.btnRandomData.Name      = "btnRandomData";
     this.btnRandomData.Size      = new System.Drawing.Size(179, 32);
     this.btnRandomData.TabIndex  = 1;
     this.btnRandomData.Text      = "GRID RANDOM DATA";
     this.btnRandomData.UseVisualStyleBackColor = false;
     this.btnRandomData.Click += new System.EventHandler(this.btnRandomData_Click);
     //
     // gridControl1
     //
     this.gridControl1.AllowIncreaseSmallChange = false;
     this.gridControl1.AlphaBlendSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(94)))), ((int)(((byte)(171)))), ((int)(((byte)(222)))));
     this.gridControl1.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)));
     gridBaseStyle1.Name = "Header";
     gridBaseStyle1.StyleInfo.Borders.Bottom    = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.Borders.Left      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.Borders.Right     = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.Borders.Top       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.CellType          = "Header";
     gridBaseStyle1.StyleInfo.Font.Bold         = true;
     gridBaseStyle1.StyleInfo.Interior          = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
     gridBaseStyle1.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
     gridBaseStyle2.Name = "Standard";
     gridBaseStyle2.StyleInfo.Font.Facename = "Tahoma";
     gridBaseStyle2.StyleInfo.Interior      = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
     gridBaseStyle3.Name = "Column Header";
     gridBaseStyle3.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle3.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
     gridBaseStyle4.Name = "Row Header";
     gridBaseStyle4.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle4.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
     gridBaseStyle4.StyleInfo.Interior            = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
     this.gridControl1.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
         gridBaseStyle1,
         gridBaseStyle2,
         gridBaseStyle3,
         gridBaseStyle4
     });
     this.gridControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.gridControl1.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
         new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 30),
         new Syncfusion.Windows.Forms.Grid.GridColWidth(10, 80)
     });
     this.gridControl1.DefaultColWidth        = 66;
     this.gridControl1.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid;
     this.gridControl1.DefaultRowHeight       = 20;
     this.gridControl1.Font                 = new System.Drawing.Font("Segoe UI", 9.75F);
     this.gridControl1.ForeColor            = System.Drawing.Color.MidnightBlue;
     gridCellInfo1.Col                      = -1;
     gridCellInfo1.Row                      = -1;
     gridCellInfo1.StyleInfo.Font.Bold      = false;
     gridCellInfo1.StyleInfo.Font.Facename  = "Segoe UI";
     gridCellInfo1.StyleInfo.Font.Italic    = false;
     gridCellInfo1.StyleInfo.Font.Size      = 9.75F;
     gridCellInfo1.StyleInfo.Font.Strikeout = false;
     gridCellInfo1.StyleInfo.Font.Underline = false;
     gridCellInfo1.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
     gridCellInfo2.Col                      = -1;
     gridCellInfo2.Row                      = -1;
     gridCellInfo2.StyleInfo.Font.Bold      = false;
     gridCellInfo2.StyleInfo.Font.Facename  = "Segoe UI";
     gridCellInfo2.StyleInfo.Font.Italic    = false;
     gridCellInfo2.StyleInfo.Font.Size      = 9.75F;
     gridCellInfo2.StyleInfo.Font.Strikeout = false;
     gridCellInfo2.StyleInfo.Font.Underline = false;
     gridCellInfo2.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
     gridCellInfo3.Col                      = -1;
     gridCellInfo3.Row                      = -1;
     gridCellInfo3.StyleInfo.Font.Bold      = false;
     gridCellInfo3.StyleInfo.Font.Facename  = "Segoe UI";
     gridCellInfo3.StyleInfo.Font.Italic    = false;
     gridCellInfo3.StyleInfo.Font.Size      = 9.75F;
     gridCellInfo3.StyleInfo.Font.Strikeout = false;
     gridCellInfo3.StyleInfo.Font.Underline = false;
     gridCellInfo3.StyleInfo.Font.Unit      = System.Drawing.GraphicsUnit.Point;
     gridCellInfo3.StyleInfo.TextColor      = System.Drawing.Color.MidnightBlue;
     this.gridControl1.GridCells.AddRange(new Syncfusion.Windows.Forms.Grid.GridCellInfo[] {
         gridCellInfo1,
         gridCellInfo2,
         gridCellInfo3
     });
     this.gridControl1.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridControl1.GridVisualStyles     = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.gridControl1.Location             = new System.Drawing.Point(-2, 1);
     this.gridControl1.MetroScrollBars      = true;
     this.gridControl1.MinimumSize          = new System.Drawing.Size(100, 100);
     this.gridControl1.MinResizeRowSize     = 10;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Properties.BackgroundColor       = System.Drawing.Color.Transparent;
     this.gridControl1.Properties.ForceImmediateRepaint = false;
     this.gridControl1.Properties.GridLineColor         = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.gridControl1.Properties.MarkColHeader         = false;
     this.gridControl1.Properties.MarkRowHeader         = false;
     this.gridControl1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.gridControl1.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 52),
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(1, 54),
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(2, 54),
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(3, 54),
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(4, 54),
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(5, 54),
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(6, 54),
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(7, 54),
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(8, 53),
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(9, 53),
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(10, 53)
     });
     this.gridControl1.ScrollFrozen           = false;
     this.gridControl1.SerializeCellsBehavior = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeIntoCode;
     this.gridControl1.Size                      = new System.Drawing.Size(706, 585);
     this.gridControl1.SizeGripStyle             = System.Windows.Forms.SizeGripStyle.Hide;
     this.gridControl1.SmartSizeBox              = false;
     this.gridControl1.SmoothMouseWheelScrolling = false;
     this.gridControl1.TabIndex                  = 2;
     this.gridControl1.ThemesEnabled             = true;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel1.Controls.Add(this.btnRandomData);
     this.panel1.Location = new System.Drawing.Point(704, 1);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(260, 585);
     this.panel1.TabIndex = 3;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(958, 584);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.gridControl1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(845, 466);
     this.Name        = "Form1";
     this.Text        = "Sparkline with Grid";
     this.Load       += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle1 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle2 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle3 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle4 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(Buscar));
     this.BtnBuscar     = new Syncfusion.Windows.Forms.ButtonAdv();
     this.TextBuscar    = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.GridResultado = new Syncfusion.Windows.Forms.Grid.GridDataBoundGrid();
     this.autoLabel7    = new Syncfusion.Windows.Forms.Tools.AutoLabel();
     ((System.ComponentModel.ISupportInitialize)(this.TextBuscar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridResultado)).BeginInit();
     this.SuspendLayout();
     //
     // BtnBuscar
     //
     this.BtnBuscar.Appearance        = Syncfusion.Windows.Forms.ButtonAppearance.Metro;
     this.BtnBuscar.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.BtnBuscar.BeforeTouchSize   = new System.Drawing.Size(100, 23);
     this.BtnBuscar.ForeColor         = System.Drawing.Color.White;
     this.BtnBuscar.IsBackStageButton = false;
     this.BtnBuscar.Location          = new System.Drawing.Point(442, 49);
     this.BtnBuscar.Name           = "BtnBuscar";
     this.BtnBuscar.Size           = new System.Drawing.Size(100, 23);
     this.BtnBuscar.TabIndex       = 1;
     this.BtnBuscar.Text           = "Buscar";
     this.BtnBuscar.UseVisualStyle = true;
     this.BtnBuscar.Click         += new System.EventHandler(this.BtnBuscar_Click);
     //
     // TextBuscar
     //
     this.TextBuscar.BeforeTouchSize = new System.Drawing.Size(396, 20);
     this.TextBuscar.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.TextBuscar.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.TextBuscar.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.TextBuscar.Location        = new System.Drawing.Point(12, 52);
     this.TextBuscar.Metrocolor      = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.TextBuscar.Name            = "TextBuscar";
     this.TextBuscar.Size            = new System.Drawing.Size(424, 20);
     this.TextBuscar.Style           = Syncfusion.Windows.Forms.Tools.TextBoxExt.theme.Metro;
     this.TextBuscar.TabIndex        = 0;
     this.TextBuscar.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.TextBuscar_KeyPress);
     //
     // GridResultado
     //
     this.GridResultado.AllowColumnResizeUsingCellBoundaries = true;
     this.GridResultado.AllowDragSelectedCols             = true;
     this.GridResultado.AllowRowResizeUsingCellBoundaries = true;
     this.GridResultado.AlphaBlendSelectionColor          = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(94)))), ((int)(((byte)(171)))), ((int)(((byte)(222)))));
     gridBaseStyle1.Name = "Column Header";
     gridBaseStyle1.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle1.StyleInfo.CellType            = "ColumnHeaderCell";
     gridBaseStyle1.StyleInfo.Enabled             = false;
     gridBaseStyle1.StyleInfo.Font.Bold           = true;
     gridBaseStyle1.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
     gridBaseStyle2.Name = "Header";
     gridBaseStyle2.StyleInfo.Borders.Bottom    = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle2.StyleInfo.Borders.Left      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle2.StyleInfo.Borders.Right     = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle2.StyleInfo.Borders.Top       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle2.StyleInfo.CellType          = "Header";
     gridBaseStyle2.StyleInfo.Font.Bold         = true;
     gridBaseStyle2.StyleInfo.Interior          = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
     gridBaseStyle2.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
     gridBaseStyle3.Name = "Standard";
     gridBaseStyle3.StyleInfo.CheckBoxOptions.CheckedValue   = "True";
     gridBaseStyle3.StyleInfo.CheckBoxOptions.UncheckedValue = "False";
     gridBaseStyle3.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
     gridBaseStyle4.Name = "Row Header";
     gridBaseStyle4.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle4.StyleInfo.CellType            = "RowHeaderCell";
     gridBaseStyle4.StyleInfo.Enabled             = true;
     gridBaseStyle4.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
     this.GridResultado.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
         gridBaseStyle1,
         gridBaseStyle2,
         gridBaseStyle3,
         gridBaseStyle4
     });
     this.GridResultado.DefaultRowHeight     = 20;
     this.GridResultado.EnableEdit           = false;
     this.GridResultado.EnableRemove         = false;
     this.GridResultado.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.GridResultado.GridVisualStyles     = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
     this.GridResultado.Location             = new System.Drawing.Point(12, 78);
     this.GridResultado.MetroScrollBars      = true;
     this.GridResultado.Name = "GridResultado";
     this.GridResultado.OptimizeInsertRemoveCells     = true;
     this.GridResultado.Properties.GridLineColor      = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.GridResultado.ResizeColsBehavior            = Syncfusion.Windows.Forms.Grid.GridResizeCellsBehavior.ResizeAll;
     this.GridResultado.ResizeRowsBehavior            = Syncfusion.Windows.Forms.Grid.GridResizeCellsBehavior.ResizeAll;
     this.GridResultado.ShowCurrentCellBorderBehavior = Syncfusion.Windows.Forms.Grid.GridShowCurrentCellBorder.GrayWhenLostFocus;
     this.GridResultado.Size                            = new System.Drawing.Size(530, 174);
     this.GridResultado.SmartSizeBox                    = false;
     this.GridResultado.SortBehavior                    = Syncfusion.Windows.Forms.Grid.GridSortBehavior.DoubleClick;
     this.GridResultado.TabIndex                        = 27;
     this.GridResultado.Text                            = "gridDataBoundGrid1";
     this.GridResultado.UseListChangedEvent             = true;
     this.GridResultado.UseRightToLeftCompatibleTextBox = true;
     this.GridResultado.CellClick                      += new Syncfusion.Windows.Forms.Grid.GridCellClickEventHandler(this.GridResultado_CellClick);
     //
     // autoLabel7
     //
     this.autoLabel7.DY             = -17;
     this.autoLabel7.LabeledControl = this.TextBuscar;
     this.autoLabel7.Location       = new System.Drawing.Point(12, 35);
     this.autoLabel7.Name           = "autoLabel7";
     this.autoLabel7.Position       = Syncfusion.Windows.Forms.Tools.AutoLabelPosition.Top;
     this.autoLabel7.Size           = new System.Drawing.Size(40, 13);
     this.autoLabel7.TabIndex       = 28;
     this.autoLabel7.Text           = "Buscar";
     //
     // Buscar
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(554, 264);
     this.Controls.Add(this.autoLabel7);
     this.Controls.Add(this.GridResultado);
     this.Controls.Add(this.BtnBuscar);
     this.Controls.Add(this.TextBuscar);
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "Buscar";
     this.ShowMaximizeBox = false;
     this.ShowMinimizeBox = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Buscar";
     ((System.ComponentModel.ISupportInitialize)(this.TextBuscar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridResultado)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle1 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle2 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle3 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle4 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     this.ggc1 = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl();
     this.redTag2018BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.redTagEdit             = new WipViewer.RedTagEdit();
     this.redTag2018TableAdapter = new WipViewer.RedTagEditTableAdapters.RedTag2018TableAdapter();
     this.btnnew = new System.Windows.Forms.Button();
     this.gdbc1  = new Syncfusion.Windows.Forms.Grid.GridDataBoundGrid();
     this.testEntitiesBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.btnSave = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.ggc1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.redTag2018BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.redTagEdit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gdbc1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.testEntitiesBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // ggc1
     //
     this.ggc1.AlphaBlendSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.ggc1.BackColor            = System.Drawing.SystemColors.Window;
     this.ggc1.DataSource           = this.redTag2018BindingSource;
     this.ggc1.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Office2016;
     this.ggc1.GridVisualStyles     = Syncfusion.Windows.Forms.GridVisualStyles.Office2016White;
     this.ggc1.Location             = new System.Drawing.Point(12, 12);
     this.ggc1.Name = "ggc1";
     this.ggc1.Office2016ScrollBarsColorScheme = Syncfusion.Windows.Forms.ScrollBarOffice2016ColorScheme.Black;
     this.ggc1.ShowCurrentCellBorderBehavior   = Syncfusion.Windows.Forms.Grid.GridShowCurrentCellBorder.GrayWhenLostFocus;
     this.ggc1.Size     = new System.Drawing.Size(1192, 177);
     this.ggc1.TabIndex = 0;
     this.ggc1.TableDescriptor.AllowNew = false;
     this.ggc1.TableDescriptor.TableOptions.ColumnHeaderRowHeight = 28;
     this.ggc1.TableDescriptor.TableOptions.RecordRowHeight       = 28;
     this.ggc1.TableOptions.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54)))));
     this.ggc1.TableOptions.SelectionTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.ggc1.Text = "gridGroupingControl1";
     this.ggc1.UseRightToLeftCompatibleTextBox = true;
     this.ggc1.VersionInfo = "16.1460.0.37";
     //
     // redTag2018BindingSource
     //
     this.redTag2018BindingSource.DataMember = "RedTag2018";
     this.redTag2018BindingSource.DataSource = this.redTagEdit;
     //
     // redTagEdit
     //
     this.redTagEdit.DataSetName             = "RedTagEdit";
     this.redTagEdit.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // redTag2018TableAdapter
     //
     this.redTag2018TableAdapter.ClearBeforeFill = true;
     //
     // btnnew
     //
     this.btnnew.Location = new System.Drawing.Point(12, 195);
     this.btnnew.Name     = "btnnew";
     this.btnnew.Size     = new System.Drawing.Size(75, 23);
     this.btnnew.TabIndex = 1;
     this.btnnew.Text     = "New Record";
     this.btnnew.UseVisualStyleBackColor = true;
     this.btnnew.Click += new System.EventHandler(this.btnnew_Click);
     //
     // gdbc1
     //
     this.gdbc1.AllowDragSelectedCols = true;
     gridBaseStyle1.Name = "Column Header";
     gridBaseStyle1.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle1.StyleInfo.CellType            = "ColumnHeaderCell";
     gridBaseStyle1.StyleInfo.Enabled             = false;
     gridBaseStyle1.StyleInfo.Font.Bold           = false;
     gridBaseStyle1.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
     gridBaseStyle2.Name = "Header";
     gridBaseStyle2.StyleInfo.Borders.Bottom    = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle2.StyleInfo.Borders.Left      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle2.StyleInfo.Borders.Right     = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle2.StyleInfo.Borders.Top       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle2.StyleInfo.CellType          = "Header";
     gridBaseStyle2.StyleInfo.Font.Bold         = true;
     gridBaseStyle2.StyleInfo.Interior          = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
     gridBaseStyle2.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
     gridBaseStyle3.Name = "Standard";
     gridBaseStyle3.StyleInfo.CheckBoxOptions.CheckedValue   = "True";
     gridBaseStyle3.StyleInfo.CheckBoxOptions.UncheckedValue = "False";
     gridBaseStyle3.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
     gridBaseStyle4.Name = "Row Header";
     gridBaseStyle4.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle4.StyleInfo.CellType            = "RowHeaderCell";
     gridBaseStyle4.StyleInfo.Enabled             = true;
     gridBaseStyle4.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
     this.gdbc1.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
         gridBaseStyle1,
         gridBaseStyle2,
         gridBaseStyle3,
         gridBaseStyle4
     });
     this.gdbc1.DataSource = this.redTag2018BindingSource;
     this.gdbc1.Location   = new System.Drawing.Point(27, 224);
     this.gdbc1.Name       = "gdbc1";
     this.gdbc1.OptimizeInsertRemoveCells     = true;
     this.gdbc1.ShowCurrentCellBorderBehavior = Syncfusion.Windows.Forms.Grid.GridShowCurrentCellBorder.GrayWhenLostFocus;
     this.gdbc1.Size                            = new System.Drawing.Size(1146, 80);
     this.gdbc1.SmartSizeBox                    = false;
     this.gdbc1.SortBehavior                    = Syncfusion.Windows.Forms.Grid.GridSortBehavior.DoubleClick;
     this.gdbc1.TabIndex                        = 2;
     this.gdbc1.Text                            = "gridDataBoundGrid1";
     this.gdbc1.UseListChangedEvent             = true;
     this.gdbc1.UseRightToLeftCompatibleTextBox = true;
     this.gdbc1.CellClick                      += new Syncfusion.Windows.Forms.Grid.GridCellClickEventHandler(this.gdbc1_CellClick);
     //
     // testEntitiesBindingSource
     //
     this.testEntitiesBindingSource.DataSource = typeof(WipViewer.TestEntities);
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(93, 195);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(104, 23);
     this.btnSave.TabIndex = 3;
     this.btnSave.Text     = "Save Changes";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // redtag2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1208, 426);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.gdbc1);
     this.Controls.Add(this.btnnew);
     this.Controls.Add(this.ggc1);
     this.Name  = "redtag2";
     this.Text  = "redtag2";
     this.Load += new System.EventHandler(this.redtag2_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ggc1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.redTag2018BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.redTagEdit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gdbc1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.testEntitiesBindingSource)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Grid.GridBaseStyle  gridBaseStyle1  = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle  gridBaseStyle2  = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle  gridBaseStyle3  = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle  gridBaseStyle4  = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridRangeStyle gridRangeStyle1 = new Syncfusion.Windows.Forms.Grid.GridRangeStyle();
     this.backgroundWorker     = new System.ComponentModel.BackgroundWorker();
     this.AdvStringGrid        = new Syncfusion.Windows.Forms.Grid.GridControl();
     this.StatusBar            = new System.Windows.Forms.StatusStrip();
     this.toolStripProgressBar = new System.Windows.Forms.ToolStripProgressBar();
     this.panel1         = new System.Windows.Forms.Panel();
     this.lblIndex       = new System.Windows.Forms.Label();
     this.cancelButton   = new System.Windows.Forms.Button();
     this.okButton       = new System.Windows.Forms.Button();
     this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.AdvStringGrid)).BeginInit();
     this.StatusBar.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // backgroundWorker
     //
     this.backgroundWorker.WorkerReportsProgress      = true;
     this.backgroundWorker.WorkerSupportsCancellation = true;
     this.backgroundWorker.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker_DoWork);
     this.backgroundWorker.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker_ProgressChanged);
     this.backgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker_RunWorkerCompleted);
     //
     // AdvStringGrid
     //
     this.AdvStringGrid.AllowColumnResizeUsingCellBoundaries = true;
     this.AdvStringGrid.AllowSelection = ((Syncfusion.Windows.Forms.Grid.GridSelectionFlags)((((((Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Column | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Table)
                                                                                                 | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Cell)
                                                                                                | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Shift)
                                                                                               | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Keyboard)
                                                                                              | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.AlphaBlend)));
     this.AdvStringGrid.AlphaBlendSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(139)))), ((int)(((byte)(0)))), ((int)(((byte)(139)))));
     this.AdvStringGrid.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     gridBaseStyle1.Name = "Header";
     gridBaseStyle1.StyleInfo.Borders.Bottom    = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.Borders.Left      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.Borders.Right     = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.Borders.Top       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.CellType          = "Header";
     gridBaseStyle1.StyleInfo.Font.Bold         = true;
     gridBaseStyle1.StyleInfo.Interior          = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
     gridBaseStyle1.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
     gridBaseStyle2.Name = "Standard";
     gridBaseStyle2.StyleInfo.Font.Facename = "Tahoma";
     gridBaseStyle2.StyleInfo.Interior      = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
     gridBaseStyle3.Name = "Column Header";
     gridBaseStyle3.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle3.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
     gridBaseStyle4.Name = "Row Header";
     gridBaseStyle4.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle4.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
     gridBaseStyle4.StyleInfo.Interior            = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
     this.AdvStringGrid.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
         gridBaseStyle1,
         gridBaseStyle2,
         gridBaseStyle3,
         gridBaseStyle4
     });
     this.AdvStringGrid.ColCount = 3;
     this.AdvStringGrid.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
         new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 35)
     });
     this.AdvStringGrid.ForeColor = System.Drawing.SystemColors.ControlText;
     this.AdvStringGrid.IsSpreadsheetFillSeries = false;
     this.AdvStringGrid.Location    = new System.Drawing.Point(0, 0);
     this.AdvStringGrid.Name        = "AdvStringGrid";
     gridRangeStyle1.Range          = Syncfusion.Windows.Forms.Grid.GridRangeInfo.Col(1);
     gridRangeStyle1.StyleInfo.Text = "";
     this.AdvStringGrid.RangeStyles.AddRange(new Syncfusion.Windows.Forms.Grid.GridRangeStyle[] {
         gridRangeStyle1
     });
     this.AdvStringGrid.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.AdvStringGrid.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 28)
     });
     this.AdvStringGrid.SerializeCellsBehavior = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeAsRangeStylesIntoCode;
     this.AdvStringGrid.Size                            = new System.Drawing.Size(790, 400);
     this.AdvStringGrid.SmartSizeBox                    = false;
     this.AdvStringGrid.SpreadsheetLikeSelection        = false;
     this.AdvStringGrid.TabIndex                        = 13;
     this.AdvStringGrid.UseRightToLeftCompatibleTextBox = true;
     this.AdvStringGrid.CurrentCellChanged             += new System.EventHandler(this.AdvStringGrid_CurrentCellChanged);
     //
     // StatusBar
     //
     this.StatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripProgressBar
     });
     this.StatusBar.Location = new System.Drawing.Point(0, 598);
     this.StatusBar.Name     = "StatusBar";
     this.StatusBar.Size     = new System.Drawing.Size(790, 22);
     this.StatusBar.TabIndex = 15;
     this.StatusBar.Text     = "statusStrip1";
     //
     // toolStripProgressBar
     //
     this.toolStripProgressBar.Name = "toolStripProgressBar";
     this.toolStripProgressBar.Size = new System.Drawing.Size(100, 16);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(233)))), ((int)(((byte)(184)))));
     this.panel1.Controls.Add(this.lblIndex);
     this.panel1.Controls.Add(this.cancelButton);
     this.panel1.Controls.Add(this.okButton);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 523);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(790, 75);
     this.panel1.TabIndex = 16;
     //
     // lblIndex
     //
     this.lblIndex.AutoSize    = true;
     this.lblIndex.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblIndex.Location    = new System.Drawing.Point(301, 39);
     this.lblIndex.Name        = "lblIndex";
     this.lblIndex.Size        = new System.Drawing.Size(2, 15);
     this.lblIndex.TabIndex    = 4;
     //
     // cancelButton
     //
     this.cancelButton.Anchor       = System.Windows.Forms.AnchorStyles.None;
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.cancelButton.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cancelButton.Location     = new System.Drawing.Point(244, 18);
     this.cancelButton.Name         = "cancelButton";
     this.cancelButton.Size         = new System.Drawing.Size(114, 41);
     this.cancelButton.TabIndex     = 1;
     this.cancelButton.Text         = "Cancel";
     this.cancelButton.Click       += new System.EventHandler(this.cancelButton_Click);
     //
     // okButton
     //
     this.okButton.Anchor       = System.Windows.Forms.AnchorStyles.None;
     this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.okButton.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.okButton.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.okButton.Location     = new System.Drawing.Point(435, 18);
     this.okButton.Name         = "okButton";
     this.okButton.Size         = new System.Drawing.Size(120, 41);
     this.okButton.TabIndex     = 0;
     this.okButton.Text         = "OK";
     this.okButton.Click       += new System.EventHandler(this.okButton_Click);
     //
     // ScenarioFindReplaceResultsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(790, 620);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.StatusBar);
     this.Controls.Add(this.AdvStringGrid);
     this.Name   = "ScenarioFindReplaceResultsForm";
     this.Text   = "Результаты сценарного поиска / замены";
     this.Load  += new System.EventHandler(this.ScenarioFindReplaceResultsForm_Load);
     this.Shown += new System.EventHandler(this.ScenarioFindReplaceResultsForm_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.AdvStringGrid)).EndInit();
     this.StatusBar.ResumeLayout(false);
     this.StatusBar.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle1 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle2 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle3 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle    gridBaseStyle4 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo5   = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo6   = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo7   = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo8   = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo9   = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo10  = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo1   = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo2   = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo3   = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     Syncfusion.Windows.Forms.Tools.ToolTipInfo     toolTipInfo4   = new Syncfusion.Windows.Forms.Tools.ToolTipInfo();
     this.gridControl1       = new Syncfusion.Windows.Forms.Grid.GridControl();
     this.DataToolStripEx    = new Syncfusion.Windows.Forms.Tools.RibbonPanelMergeContainer();
     this.toolStripEx1       = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.HyperLinkBtn       = new System.Windows.Forms.ToolStripButton();
     this.toolStripEx2       = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.GroupBtn           = new System.Windows.Forms.ToolStripButton();
     this.UngroupBtn         = new System.Windows.Forms.ToolStripButton();
     this.toolStripEx3       = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.DataBtn            = new System.Windows.Forms.ToolStripButton();
     this.toolStripEx4       = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.NameManagerBtn     = new System.Windows.Forms.ToolStripButton();
     this.toolStripEx5       = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.toolStripButton1   = new System.Windows.Forms.ToolStripButton();
     this.ViewToolStripEx    = new Syncfusion.Windows.Forms.Tools.RibbonPanelMergeContainer();
     this.themesToolStripExt = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.NewCommentsBtn     = new System.Windows.Forms.ToolStripButton();
     this.DeleteBtn          = new System.Windows.Forms.ToolStripButton();
     this.toolStripEx7       = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
     this.SheetBtn           = new System.Windows.Forms.ToolStripButton();
     this.WorkbookBtn        = new System.Windows.Forms.ToolStripButton();
     this.superAccelerator1  = new Syncfusion.Windows.Forms.Tools.SuperAccelerator(this);
     this.superToolTip1      = new Syncfusion.Windows.Forms.Tools.SuperToolTip(this);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     this.DataToolStripEx.SuspendLayout();
     this.toolStripEx1.SuspendLayout();
     this.toolStripEx2.SuspendLayout();
     this.toolStripEx3.SuspendLayout();
     this.toolStripEx4.SuspendLayout();
     this.toolStripEx5.SuspendLayout();
     this.ViewToolStripEx.SuspendLayout();
     this.themesToolStripExt.SuspendLayout();
     this.toolStripEx7.SuspendLayout();
     this.SuspendLayout();
     //
     // gridControl1
     //
     this.gridControl1.AlphaBlendSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(94)))), ((int)(((byte)(171)))), ((int)(((byte)(222)))));
     gridBaseStyle1.Name = "Header";
     gridBaseStyle1.StyleInfo.Borders.Bottom    = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.Borders.Left      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.Borders.Right     = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.Borders.Top       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle1.StyleInfo.CellType          = "Header";
     gridBaseStyle1.StyleInfo.Font.Bold         = true;
     gridBaseStyle1.StyleInfo.Interior          = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
     gridBaseStyle1.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
     gridBaseStyle2.Name = "Standard";
     gridBaseStyle2.StyleInfo.Font.Facename = "Tahoma";
     gridBaseStyle2.StyleInfo.Interior      = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
     gridBaseStyle3.Name = "Column Header";
     gridBaseStyle3.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle3.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
     gridBaseStyle4.Name = "Row Header";
     gridBaseStyle4.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle4.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
     gridBaseStyle4.StyleInfo.Interior            = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(199)))), ((int)(((byte)(184))))), System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(234)))), ((int)(((byte)(216))))));
     this.gridControl1.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
         gridBaseStyle1,
         gridBaseStyle2,
         gridBaseStyle3,
         gridBaseStyle4
     });
     this.gridControl1.ColCount = 25;
     this.gridControl1.ColWidthEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridColWidth[] {
         new Syncfusion.Windows.Forms.Grid.GridColWidth(0, 35)
     });
     this.gridControl1.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid;
     this.gridControl1.DefaultRowHeight       = 20;
     this.gridControl1.GridOfficeScrollBars   = Syncfusion.Windows.Forms.OfficeScrollBars.Metro;
     this.gridControl1.Location                 = new System.Drawing.Point(176, 180);
     this.gridControl1.Margin                   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.gridControl1.MetroScrollBars          = true;
     this.gridControl1.Name                     = "gridControl1";
     this.gridControl1.Properties.GridLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.gridControl1.RowCount                 = 50;
     this.gridControl1.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] {
         new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 29)
     });
     this.gridControl1.SerializeCellsBehavior        = Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior.SerializeIntoCode;
     this.gridControl1.ShowCurrentCellBorderBehavior = Syncfusion.Windows.Forms.Grid.GridShowCurrentCellBorder.AlwaysVisible;
     this.gridControl1.Size          = new System.Drawing.Size(241, 154);
     this.gridControl1.SmartSizeBox  = false;
     this.gridControl1.TabIndex      = 2;
     this.gridControl1.Text          = "gridControl1";
     this.gridControl1.ThemesEnabled = true;
     this.gridControl1.UseRightToLeftCompatibleTextBox = true;
     //
     // DataToolStripEx
     //
     this.DataToolStripEx.CaptionAlignment = Syncfusion.Windows.Forms.Tools.CaptionAlignment.Center;
     this.DataToolStripEx.CaptionTextStyle = Syncfusion.Windows.Forms.Tools.CaptionTextStyle.Plain;
     this.DataToolStripEx.Controls.Add(this.toolStripEx1);
     this.DataToolStripEx.Controls.Add(this.toolStripEx2);
     this.DataToolStripEx.Controls.Add(this.toolStripEx3);
     this.DataToolStripEx.Controls.Add(this.toolStripEx4);
     this.DataToolStripEx.Controls.Add(this.toolStripEx5);
     this.DataToolStripEx.Location          = new System.Drawing.Point(3, 78);
     this.DataToolStripEx.Margin            = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.DataToolStripEx.Name              = "DataToolStripEx";
     this.DataToolStripEx.OfficeColorScheme = Syncfusion.Windows.Forms.Tools.ToolStripEx.ColorScheme.Blue;
     this.DataToolStripEx.ScrollPosition    = 0;
     this.DataToolStripEx.Size              = new System.Drawing.Size(272, 68);
     this.DataToolStripEx.TabIndex          = 0;
     this.DataToolStripEx.Text              = "DATA";
     //
     // toolStripEx1
     //
     this.superAccelerator1.SetCollapsedDropDownAccelerator(this.toolStripEx1, null);
     this.toolStripEx1.Dock      = System.Windows.Forms.DockStyle.None;
     this.toolStripEx1.Font      = new System.Drawing.Font("Segoe UI", 8.25F);
     this.toolStripEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
     this.toolStripEx1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripEx1.Image     = null;
     this.toolStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.HyperLinkBtn
     });
     this.toolStripEx1.Location     = new System.Drawing.Point(0, 1);
     this.toolStripEx1.Name         = "toolStripEx1";
     this.toolStripEx1.Office12Mode = false;
     this.toolStripEx1.Size         = new System.Drawing.Size(65, 62);
     this.toolStripEx1.TabIndex     = 7;
     this.toolStripEx1.Text         = "Tables";
     //
     // HyperLinkBtn
     //
     this.HyperLinkBtn.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.HyperLinkBtn.Image                 = ((System.Drawing.Image)(resources.GetObject("HyperLinkBtn.Image")));
     this.HyperLinkBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.HyperLinkBtn.Name              = "HyperLinkBtn";
     this.HyperLinkBtn.Size              = new System.Drawing.Size(62, 74);
     this.HyperLinkBtn.Text              = "HyperLink";
     this.HyperLinkBtn.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.HyperLinkBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     toolTipInfo5.BackColor              = System.Drawing.Color.White;
     toolTipInfo5.Body.Font              = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo5.Body.Size              = new System.Drawing.Size(20, 20);
     toolTipInfo5.Body.Text              = "\r\nCreate a link in your document for quick access to web pages and files.\r\n\r\nHype" +
                                           "rlink can also takes to you to places in your document.";
     toolTipInfo5.Footer.Font      = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo5.Footer.Image     = global::RibbonMerging.Properties.Resources.help;
     toolTipInfo5.Footer.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo5.Footer.Text      = "Tell Me more";
     toolTipInfo5.Footer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     toolTipInfo5.Header.Font      = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo5.Header.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo5.Header.Text      = "Add a HyperLink (Ctrl + K)";
     this.superToolTip1.SetToolTip(this.HyperLinkBtn, toolTipInfo5);
     //
     // toolStripEx2
     //
     this.superAccelerator1.SetCollapsedDropDownAccelerator(this.toolStripEx2, null);
     this.toolStripEx2.Dock      = System.Windows.Forms.DockStyle.None;
     this.toolStripEx2.Font      = new System.Drawing.Font("Segoe UI", 8.25F);
     this.toolStripEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
     this.toolStripEx2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripEx2.Image     = null;
     this.toolStripEx2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.GroupBtn,
         this.UngroupBtn
     });
     this.toolStripEx2.Location     = new System.Drawing.Point(67, 1);
     this.toolStripEx2.Name         = "toolStripEx2";
     this.toolStripEx2.Office12Mode = false;
     this.toolStripEx2.Size         = new System.Drawing.Size(79, 62);
     this.toolStripEx2.TabIndex     = 6;
     this.toolStripEx2.Text         = "Outline";
     //
     // GroupBtn
     this.GroupBtn.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.GroupBtn.Image                 = ((System.Drawing.Image)(resources.GetObject("GroupBtn.Image")));
     this.GroupBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.GroupBtn.Name              = "GroupBtn";
     this.GroupBtn.Size              = new System.Drawing.Size(44, 74);
     this.GroupBtn.Text              = "Group";
     this.GroupBtn.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.GroupBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     toolTipInfo6.BackColor          = System.Drawing.Color.White;
     toolTipInfo6.Body.Font          = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo6.Body.Size          = new System.Drawing.Size(20, 20);
     toolTipInfo6.Body.Text          = "\r\nGroups rows or columns or, automatically create a outline.";
     toolTipInfo6.Footer.Size        = new System.Drawing.Size(20, 20);
     toolTipInfo6.Header.Font        = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo6.Header.Size        = new System.Drawing.Size(20, 20);
     toolTipInfo6.Header.Text        = "Group (Shift + Alt + Right)";
     this.superToolTip1.SetToolTip(this.GroupBtn, toolTipInfo6);
     //
     // UngroupBtn
     //
     this.UngroupBtn.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.UngroupBtn.Image                 = ((System.Drawing.Image)(resources.GetObject("UngroupBtn.Image")));
     this.UngroupBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.UngroupBtn.Name              = "UngroupBtn";
     this.UngroupBtn.Size              = new System.Drawing.Size(58, 74);
     this.UngroupBtn.Text              = "Ungroup";
     this.UngroupBtn.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.UngroupBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     toolTipInfo7.BackColor            = System.Drawing.Color.White;
     toolTipInfo7.Body.Font            = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo7.Body.Size            = new System.Drawing.Size(20, 20);
     toolTipInfo7.Body.Text            = "\r\nUngroup the range of cells that were previously grouped.";
     toolTipInfo7.Footer.Size          = new System.Drawing.Size(20, 20);
     toolTipInfo7.Header.Font          = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo7.Header.Size          = new System.Drawing.Size(20, 20);
     toolTipInfo7.Header.Text          = "Ungroup (Shift + Alt + Left)";
     this.superToolTip1.SetToolTip(this.UngroupBtn, toolTipInfo7);
     //
     // toolStripEx3
     //
     this.superAccelerator1.SetCollapsedDropDownAccelerator(this.toolStripEx3, null);
     this.toolStripEx3.Dock      = System.Windows.Forms.DockStyle.None;
     this.toolStripEx3.Font      = new System.Drawing.Font("Segoe UI", 8.25F);
     this.toolStripEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
     this.toolStripEx3.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripEx3.Image     = null;
     this.toolStripEx3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.DataBtn
     });
     this.toolStripEx3.Location     = new System.Drawing.Point(148, 1);
     this.toolStripEx3.Name         = "toolStripEx3";
     this.toolStripEx3.Office12Mode = false;
     this.toolStripEx3.Size         = new System.Drawing.Size(32, 62);
     this.toolStripEx3.TabIndex     = 5;
     this.toolStripEx3.Text         = "Data";
     //
     // DataBtn
     //
     this.DataBtn.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.DataBtn.Image                 = ((System.Drawing.Image)(resources.GetObject("DataBtn.Image")));
     this.DataBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.DataBtn.Name              = "DataBtn";
     this.DataBtn.Size              = new System.Drawing.Size(40, 74);
     this.DataBtn.Text              = "Data";
     this.DataBtn.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.DataBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     toolTipInfo8.BackColor         = System.Drawing.Color.White;
     toolTipInfo8.Body.Font         = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo8.Body.Size         = new System.Drawing.Size(20, 20);
     toolTipInfo8.Body.Text         = resources.GetString("resource.Text");
     toolTipInfo8.Footer.Size       = new System.Drawing.Size(20, 20);
     toolTipInfo8.Header.Font       = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo8.Header.Size       = new System.Drawing.Size(20, 20);
     toolTipInfo8.Header.Text       = "Data Validation";
     this.superToolTip1.SetToolTip(this.DataBtn, toolTipInfo8);
     //
     // toolStripEx4
     //
     this.superAccelerator1.SetCollapsedDropDownAccelerator(this.toolStripEx4, null);
     this.toolStripEx4.Dock      = System.Windows.Forms.DockStyle.None;
     this.toolStripEx4.Font      = new System.Drawing.Font("Segoe UI", 8.25F);
     this.toolStripEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
     this.toolStripEx4.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripEx4.Image     = null;
     this.toolStripEx4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.NameManagerBtn
     });
     this.toolStripEx4.Location     = new System.Drawing.Point(182, 1);
     this.toolStripEx4.Name         = "toolStripEx4";
     this.toolStripEx4.Office12Mode = false;
     this.toolStripEx4.Size         = new System.Drawing.Size(45, 62);
     this.toolStripEx4.TabIndex     = 4;
     this.toolStripEx4.Text         = "Formulas";
     //
     // NameManagerBtn
     //
     this.NameManagerBtn.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.NameManagerBtn.Image                 = ((System.Drawing.Image)(resources.GetObject("NameManagerBtn.Image")));
     this.NameManagerBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.NameManagerBtn.Name              = "NameManagerBtn";
     this.NameManagerBtn.Size              = new System.Drawing.Size(57, 74);
     this.NameManagerBtn.Text              = "Name\r\nManager";
     this.NameManagerBtn.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.NameManagerBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     toolTipInfo9.BackColor = System.Drawing.Color.White;
     toolTipInfo9.Body.Font = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo9.Body.Size = new System.Drawing.Size(20, 20);
     toolTipInfo9.Body.Text = "\r\nCreate , edit, delete and find all the names used in the workbook.\r\n\r\nNames can" +
                              " be used in formulas as substitutes for cell reference.\r\n\r\nFor example: Sum(mysa" +
                              "les) instead of Sum(C20:C30)";
     toolTipInfo9.Footer.Size = new System.Drawing.Size(20, 20);
     toolTipInfo9.Header.Font = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo9.Header.Size = new System.Drawing.Size(20, 20);
     toolTipInfo9.Header.Text = "Name Manager (Ctrl + F3)";
     this.superToolTip1.SetToolTip(this.NameManagerBtn, toolTipInfo9);
     //
     // toolStripEx5
     //
     this.superAccelerator1.SetCollapsedDropDownAccelerator(this.toolStripEx5, null);
     this.toolStripEx5.Dock      = System.Windows.Forms.DockStyle.None;
     this.toolStripEx5.ForeColor = System.Drawing.Color.MidnightBlue;
     this.toolStripEx5.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripEx5.Image     = null;
     this.toolStripEx5.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1
     });
     this.toolStripEx5.Location     = new System.Drawing.Point(229, 1);
     this.toolStripEx5.Name         = "toolStripEx5";
     this.toolStripEx5.Office12Mode = false;
     this.toolStripEx5.Size         = new System.Drawing.Size(105, 62);
     this.toolStripEx5.TabIndex     = 8;
     this.toolStripEx5.Text         = "Close";
     toolTipInfo10.BackColor        = System.Drawing.Color.White;
     toolTipInfo10.Body.Font        = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo10.Body.Size        = new System.Drawing.Size(20, 20);
     toolTipInfo10.Body.Text        = "\r\nCloses the sheet attached with RibbonControlAdv.";
     toolTipInfo10.Footer.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo10.Header.Font      = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo10.Header.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo10.Header.Text      = "Close MergeSheet";
     this.superToolTip1.SetToolTip(this.toolStripEx5, toolTipInfo10);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Font                  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripButton1.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.toolStripButton1.Image                 = global::RibbonMerging.Properties.Resources.close;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name                  = "toolStripButton1";
     this.toolStripButton1.Size                  = new System.Drawing.Size(78, 74);
     this.toolStripButton1.Text                  = "Close \r\nMergeSheets";
     this.toolStripButton1.TextAlign             = System.Drawing.ContentAlignment.BottomCenter;
     this.toolStripButton1.TextImageRelation     = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripButton1.Click                += new System.EventHandler(this.toolStripButton1_Click);
     //
     // ViewToolStripEx
     //
     this.ViewToolStripEx.CaptionAlignment = Syncfusion.Windows.Forms.Tools.CaptionAlignment.Center;
     this.ViewToolStripEx.CaptionTextStyle = Syncfusion.Windows.Forms.Tools.CaptionTextStyle.Plain;
     this.ViewToolStripEx.Controls.Add(this.themesToolStripExt);
     this.ViewToolStripEx.Controls.Add(this.toolStripEx7);
     this.ViewToolStripEx.Location          = new System.Drawing.Point(5, 7);
     this.ViewToolStripEx.Margin            = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.ViewToolStripEx.Name              = "ViewToolStripEx";
     this.ViewToolStripEx.OfficeColorScheme = Syncfusion.Windows.Forms.Tools.ToolStripEx.ColorScheme.Blue;
     this.ViewToolStripEx.ScrollPosition    = 0;
     this.ViewToolStripEx.Size              = new System.Drawing.Size(389, 84);
     this.ViewToolStripEx.TabIndex          = 1;
     this.ViewToolStripEx.Text              = "VIEW";
     //
     // themesToolStripExt
     //
     this.superAccelerator1.SetCollapsedDropDownAccelerator(this.themesToolStripExt, null);
     this.themesToolStripExt.DefaultDropDownDirection = System.Windows.Forms.ToolStripDropDownDirection.BelowRight;
     this.themesToolStripExt.Dock      = System.Windows.Forms.DockStyle.None;
     this.themesToolStripExt.Font      = new System.Drawing.Font("Segoe UI", 8.25F);
     this.themesToolStripExt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
     this.themesToolStripExt.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.themesToolStripExt.Image     = ((System.Drawing.Image)(resources.GetObject("themesToolStripExt.Image")));
     this.themesToolStripExt.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.NewCommentsBtn,
         this.DeleteBtn
     });
     this.themesToolStripExt.Location     = new System.Drawing.Point(0, 1);
     this.themesToolStripExt.Name         = "themesToolStripExt";
     this.themesToolStripExt.Office12Mode = false;
     this.themesToolStripExt.ShowLauncher = false;
     this.themesToolStripExt.Size         = new System.Drawing.Size(112, 78);
     this.themesToolStripExt.TabIndex     = 5;
     this.themesToolStripExt.Text         = "Comments";
     //
     // NewCommentsBtn
     //
     this.NewCommentsBtn.Font                  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NewCommentsBtn.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.NewCommentsBtn.Image                 = ((System.Drawing.Image)(resources.GetObject("NewCommentsBtn.Image")));
     this.NewCommentsBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.NewCommentsBtn.Name                  = "NewCommentsBtn";
     this.NewCommentsBtn.Size                  = new System.Drawing.Size(65, 74);
     this.NewCommentsBtn.Text                  = "New \r\nComments";
     this.NewCommentsBtn.TextAlign             = System.Drawing.ContentAlignment.BottomCenter;
     this.NewCommentsBtn.TextImageRelation     = System.Windows.Forms.TextImageRelation.ImageAboveText;
     toolTipInfo1.BackColor   = System.Drawing.Color.White;
     toolTipInfo1.Body.Font   = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo1.Body.Size   = new System.Drawing.Size(20, 20);
     toolTipInfo1.Body.Text   = "\r\nAdd a note about this part of the document.\r\n";
     toolTipInfo1.Footer.Size = new System.Drawing.Size(20, 20);
     toolTipInfo1.Header.Font = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo1.Header.Size = new System.Drawing.Size(20, 20);
     toolTipInfo1.Header.Text = "Insert Comment (Shift + F2)";
     this.superToolTip1.SetToolTip(this.NewCommentsBtn, toolTipInfo1);
     //
     // DeleteBtn
     //
     this.DeleteBtn.Font                  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DeleteBtn.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.DeleteBtn.Image                 = ((System.Drawing.Image)(resources.GetObject("DeleteBtn.Image")));
     this.DeleteBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.DeleteBtn.Name                  = "DeleteBtn";
     this.DeleteBtn.Size                  = new System.Drawing.Size(44, 75);
     this.DeleteBtn.Text                  = "Delete";
     this.DeleteBtn.TextAlign             = System.Drawing.ContentAlignment.BottomCenter;
     this.DeleteBtn.TextImageRelation     = System.Windows.Forms.TextImageRelation.ImageAboveText;
     toolTipInfo2.BackColor               = System.Drawing.Color.White;
     toolTipInfo2.Body.Font               = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo2.Body.Size               = new System.Drawing.Size(20, 20);
     toolTipInfo2.Body.Text               = "\r\n\r\nDelete cell, rows, columns or sheets from your workbook.\r\n\r\nFYI: To delete mu" +
                                            "ltiple rows or columns at a time, select multiple rows and columns from sheet, a" +
                                            "nd click delete.\r\n";
     toolTipInfo2.Footer.Size = new System.Drawing.Size(20, 20);
     toolTipInfo2.Header.Font = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo2.Header.Size = new System.Drawing.Size(20, 20);
     toolTipInfo2.Header.Text = "Delete Cell";
     this.superToolTip1.SetToolTip(this.DeleteBtn, toolTipInfo2);
     //
     // toolStripEx7
     //
     this.superAccelerator1.SetCollapsedDropDownAccelerator(this.toolStripEx7, null);
     this.toolStripEx7.Dock      = System.Windows.Forms.DockStyle.None;
     this.toolStripEx7.Font      = new System.Drawing.Font("Segoe UI", 8.25F);
     this.toolStripEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
     this.toolStripEx7.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripEx7.Image     = null;
     this.toolStripEx7.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.SheetBtn,
         this.WorkbookBtn
     });
     this.toolStripEx7.Location     = new System.Drawing.Point(114, 1);
     this.toolStripEx7.Name         = "toolStripEx7";
     this.toolStripEx7.Office12Mode = false;
     this.toolStripEx7.Size         = new System.Drawing.Size(147, 78);
     this.toolStripEx7.TabIndex     = 4;
     this.toolStripEx7.Text         = "Sheets";
     //
     // SheetBtn
     //
     this.SheetBtn.Font                  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SheetBtn.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.SheetBtn.Image                 = ((System.Drawing.Image)(resources.GetObject("SheetBtn.Image")));
     this.SheetBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.SheetBtn.Name                  = "SheetBtn";
     this.SheetBtn.Size                  = new System.Drawing.Size(47, 75);
     this.SheetBtn.Text                  = "Protect\r\nSheet";
     this.SheetBtn.TextAlign             = System.Drawing.ContentAlignment.BottomCenter;
     this.SheetBtn.TextImageRelation     = System.Windows.Forms.TextImageRelation.ImageAboveText;
     toolTipInfo3.BackColor              = System.Drawing.Color.White;
     toolTipInfo3.Body.Font              = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo3.Body.Size              = new System.Drawing.Size(20, 20);
     toolTipInfo3.Body.Text              = "\r\nPrevent unwanted changes from others by limiting their ability to edit.\r\n\r\nFor " +
                                           "example, you can prevent people from editing locked cells or making formatting c" +
                                           "hanges.";
     toolTipInfo3.Footer.Font      = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo3.Footer.Image     = global::RibbonMerging.Properties.Resources.help;
     toolTipInfo3.Footer.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo3.Footer.Text      = "Tell Me more";
     toolTipInfo3.Footer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     toolTipInfo3.Header.Font      = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo3.Header.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo3.Header.Text      = "Protect Worksheet";
     this.superToolTip1.SetToolTip(this.SheetBtn, toolTipInfo3);
     //
     // WorkbookBtn
     //
     this.WorkbookBtn.Font                  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.WorkbookBtn.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.WorkbookBtn.Image                 = ((System.Drawing.Image)(resources.GetObject("WorkbookBtn.Image")));
     this.WorkbookBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.WorkbookBtn.Name                  = "WorkbookBtn";
     this.WorkbookBtn.Size                  = new System.Drawing.Size(66, 75);
     this.WorkbookBtn.Text                  = "Protect\r\nWorkbook";
     this.WorkbookBtn.TextAlign             = System.Drawing.ContentAlignment.BottomCenter;
     this.WorkbookBtn.TextImageRelation     = System.Windows.Forms.TextImageRelation.ImageAboveText;
     toolTipInfo4.BackColor                 = System.Drawing.Color.White;
     toolTipInfo4.Body.Font                 = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo4.Body.Size                 = new System.Drawing.Size(20, 20);
     toolTipInfo4.Body.Text                 = "\r\nKeep others from making structural changes to your workbook, such as moving, de" +
                                              "leting or adding sheets.";
     toolTipInfo4.Footer.Font      = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo4.Footer.Image     = global::RibbonMerging.Properties.Resources.help;
     toolTipInfo4.Footer.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo4.Footer.Text      = "Tell Me more";
     toolTipInfo4.Footer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     toolTipInfo4.Header.Font      = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     toolTipInfo4.Header.Size      = new System.Drawing.Size(20, 20);
     toolTipInfo4.Header.Text      = "Protect Workbook";
     this.superToolTip1.SetToolTip(this.WorkbookBtn, toolTipInfo4);
     //
     // superToolTip1
     //
     this.superToolTip1.MaxWidth   = 200;
     this.superToolTip1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
     //
     // Form2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1023, 544);
     this.Controls.Add(this.DataToolStripEx);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.ViewToolStripEx);
     this.Icon   = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "Form2";
     this.Text   = "Book 1";
     this.Load  += new System.EventHandler(this.Form2_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     this.DataToolStripEx.ResumeLayout(false);
     this.DataToolStripEx.PerformLayout();
     this.toolStripEx1.ResumeLayout(false);
     this.toolStripEx1.PerformLayout();
     this.toolStripEx2.ResumeLayout(false);
     this.toolStripEx2.PerformLayout();
     this.toolStripEx3.ResumeLayout(false);
     this.toolStripEx3.PerformLayout();
     this.toolStripEx4.ResumeLayout(false);
     this.toolStripEx4.PerformLayout();
     this.toolStripEx5.ResumeLayout(false);
     this.toolStripEx5.PerformLayout();
     this.ViewToolStripEx.ResumeLayout(false);
     this.ViewToolStripEx.PerformLayout();
     this.themesToolStripExt.ResumeLayout(false);
     this.themesToolStripExt.PerformLayout();
     this.toolStripEx7.ResumeLayout(false);
     this.toolStripEx7.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle1 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle2 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle3 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle4 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle5 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle6 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle7 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle8 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle();
     this.gridDataBoundGrid1 = new Syncfusion.Windows.Forms.Grid.GridDataBoundGrid();
     this.gridDataBoundGrid2 = new Syncfusion.Windows.Forms.Grid.GridDataBoundGrid();
     this.giacenzeSemilavoratiBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.target2021DataSet                = new Target2021.Target2021DataSet();
     this.giacenzaFinitiBindingSource      = new System.Windows.Forms.BindingSource(this.components);
     this.giacenzaFinitiTableAdapter       = new Target2021.Target2021DataSetTableAdapters.GiacenzaFinitiTableAdapter();
     this.giacenzeSemilavoratiTableAdapter = new Target2021.Target2021DataSetTableAdapters.GiacenzeSemilavoratiTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.gridDataBoundGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridDataBoundGrid2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.giacenzeSemilavoratiBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.target2021DataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.giacenzaFinitiBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // gridDataBoundGrid1
     //
     this.gridDataBoundGrid1.AllowDragSelectedCols = true;
     this.gridDataBoundGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     gridBaseStyle1.Name = "Column Header";
     gridBaseStyle1.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle1.StyleInfo.CellType            = "ColumnHeaderCell";
     gridBaseStyle1.StyleInfo.Enabled             = false;
     gridBaseStyle1.StyleInfo.Font.Bold           = false;
     gridBaseStyle1.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
     gridBaseStyle2.Name = "Header";
     gridBaseStyle2.StyleInfo.Borders.Bottom    = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle2.StyleInfo.Borders.Left      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle2.StyleInfo.Borders.Right     = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle2.StyleInfo.Borders.Top       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle2.StyleInfo.CellType          = "Header";
     gridBaseStyle2.StyleInfo.Font.Bold         = true;
     gridBaseStyle2.StyleInfo.Interior          = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
     gridBaseStyle2.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
     gridBaseStyle3.Name = "Standard";
     gridBaseStyle3.StyleInfo.CheckBoxOptions.CheckedValue   = "True";
     gridBaseStyle3.StyleInfo.CheckBoxOptions.UncheckedValue = "False";
     gridBaseStyle3.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
     gridBaseStyle4.Name = "Row Header";
     gridBaseStyle4.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle4.StyleInfo.CellType            = "RowHeaderCell";
     gridBaseStyle4.StyleInfo.Enabled             = true;
     gridBaseStyle4.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
     this.gridDataBoundGrid1.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
         gridBaseStyle1,
         gridBaseStyle2,
         gridBaseStyle3,
         gridBaseStyle4
     });
     this.gridDataBoundGrid1.DataSource = this.giacenzaFinitiBindingSource;
     this.gridDataBoundGrid1.Location   = new System.Drawing.Point(12, 29);
     this.gridDataBoundGrid1.Name       = "gridDataBoundGrid1";
     this.gridDataBoundGrid1.OptimizeInsertRemoveCells     = true;
     this.gridDataBoundGrid1.ShowCurrentCellBorderBehavior = Syncfusion.Windows.Forms.Grid.GridShowCurrentCellBorder.GrayWhenLostFocus;
     this.gridDataBoundGrid1.Size                            = new System.Drawing.Size(1206, 329);
     this.gridDataBoundGrid1.SmartSizeBox                    = false;
     this.gridDataBoundGrid1.SortBehavior                    = Syncfusion.Windows.Forms.Grid.GridSortBehavior.DoubleClick;
     this.gridDataBoundGrid1.TabIndex                        = 0;
     this.gridDataBoundGrid1.Text                            = "gridDataBoundGrid1";
     this.gridDataBoundGrid1.UseListChangedEvent             = true;
     this.gridDataBoundGrid1.UseRightToLeftCompatibleTextBox = true;
     //
     // gridDataBoundGrid2
     //
     this.gridDataBoundGrid2.AllowDragSelectedCols = true;
     this.gridDataBoundGrid2.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)));
     gridBaseStyle5.Name = "Column Header";
     gridBaseStyle5.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle5.StyleInfo.CellType            = "ColumnHeaderCell";
     gridBaseStyle5.StyleInfo.Enabled             = false;
     gridBaseStyle5.StyleInfo.Font.Bold           = false;
     gridBaseStyle5.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center;
     gridBaseStyle6.Name = "Header";
     gridBaseStyle6.StyleInfo.Borders.Bottom    = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle6.StyleInfo.Borders.Left      = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle6.StyleInfo.Borders.Right     = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle6.StyleInfo.Borders.Top       = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None);
     gridBaseStyle6.StyleInfo.CellType          = "Header";
     gridBaseStyle6.StyleInfo.Font.Bold         = true;
     gridBaseStyle6.StyleInfo.Interior          = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
     gridBaseStyle6.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle;
     gridBaseStyle7.Name = "Standard";
     gridBaseStyle7.StyleInfo.CheckBoxOptions.CheckedValue   = "True";
     gridBaseStyle7.StyleInfo.CheckBoxOptions.UncheckedValue = "False";
     gridBaseStyle7.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window);
     gridBaseStyle8.Name = "Row Header";
     gridBaseStyle8.StyleInfo.BaseStyle           = "Header";
     gridBaseStyle8.StyleInfo.CellType            = "RowHeaderCell";
     gridBaseStyle8.StyleInfo.Enabled             = true;
     gridBaseStyle8.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left;
     this.gridDataBoundGrid2.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] {
         gridBaseStyle5,
         gridBaseStyle6,
         gridBaseStyle7,
         gridBaseStyle8
     });
     this.gridDataBoundGrid2.DataSource = this.giacenzeSemilavoratiBindingSource;
     this.gridDataBoundGrid2.Location   = new System.Drawing.Point(13, 365);
     this.gridDataBoundGrid2.Name       = "gridDataBoundGrid2";
     this.gridDataBoundGrid2.OptimizeInsertRemoveCells     = true;
     this.gridDataBoundGrid2.ShowCurrentCellBorderBehavior = Syncfusion.Windows.Forms.Grid.GridShowCurrentCellBorder.GrayWhenLostFocus;
     this.gridDataBoundGrid2.Size                            = new System.Drawing.Size(1200, 222);
     this.gridDataBoundGrid2.SmartSizeBox                    = false;
     this.gridDataBoundGrid2.SortBehavior                    = Syncfusion.Windows.Forms.Grid.GridSortBehavior.DoubleClick;
     this.gridDataBoundGrid2.TabIndex                        = 1;
     this.gridDataBoundGrid2.Text                            = "gridDataBoundGrid2";
     this.gridDataBoundGrid2.UseListChangedEvent             = true;
     this.gridDataBoundGrid2.UseRightToLeftCompatibleTextBox = true;
     //
     // giacenzeSemilavoratiBindingSource
     //
     this.giacenzeSemilavoratiBindingSource.DataMember = "GiacenzeSemilavorati";
     this.giacenzeSemilavoratiBindingSource.DataSource = this.target2021DataSet;
     //
     // target2021DataSet
     //
     this.target2021DataSet.DataSetName             = "Target2021DataSet";
     this.target2021DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // giacenzaFinitiBindingSource
     //
     this.giacenzaFinitiBindingSource.DataMember = "GiacenzaFiniti";
     this.giacenzaFinitiBindingSource.DataSource = this.target2021DataSet;
     //
     // giacenzaFinitiTableAdapter
     //
     this.giacenzaFinitiTableAdapter.ClearBeforeFill = true;
     //
     // giacenzeSemilavoratiTableAdapter
     //
     this.giacenzeSemilavoratiTableAdapter.ClearBeforeFill = true;
     //
     // GiacenzeSemilavoratiArticoli
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1225, 599);
     this.Controls.Add(this.gridDataBoundGrid2);
     this.Controls.Add(this.gridDataBoundGrid1);
     this.Name  = "GiacenzeSemilavoratiArticoli";
     this.Text  = "GiacenzeSemilavoratiArticoli";
     this.Load += new System.EventHandler(this.GiacenzeSemilavoratiArticoli_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridDataBoundGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridDataBoundGrid2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.giacenzeSemilavoratiBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.target2021DataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.giacenzaFinitiBindingSource)).EndInit();
     this.ResumeLayout(false);
 }