/// <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();
     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.º 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()
 {
     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();
 }