/// <summary> /// Required method for Designer support; do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.tabBarSplitterControl1 = new Syncfusion.Windows.Forms.TabBarSplitterControl(); this.tabBarPage1 = new Syncfusion.Windows.Forms.TabBarPage(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.tabBarPage2 = new Syncfusion.Windows.Forms.TabBarPage(); this.dataGridView2 = new System.Windows.Forms.DataGridView(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.panel2 = new System.Windows.Forms.Panel(); this.tabBarSplitterControl1.SuspendLayout(); this.tabBarPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.tabBarPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label1.BackColor = System.Drawing.Color.White; this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label1.Location = new System.Drawing.Point(150, 596); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(238, 26); this.label1.TabIndex = 3; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label2 // this.label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(12, 106); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(368, 22); this.label2.TabIndex = 6; this.label2.Text = "Click on any formula cell to get the calculated result."; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(30, 604); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(116, 13); this.label3.TabIndex = 9; this.label3.Text = "Computed Value:"; // // button1 // this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.button1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.Location = new System.Drawing.Point(15, 131); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(152, 23); this.button1.TabIndex = 10; this.button1.Text = "Import Data From Excel"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button2.Location = new System.Drawing.Point(187, 131); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(201, 23); this.button2.TabIndex = 11; this.button2.Text = "Open sample workbook in Excel"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(15, 166); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(243, 13); this.label4.TabIndex = 12; this.label4.Text = "View of Imported Excel Worksheets:"; // // tabBarSplitterControl1 // this.tabBarSplitterControl1.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.tabBarSplitterControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tabBarSplitterControl1.Controls.Add(this.tabBarPage1); this.tabBarSplitterControl1.Controls.Add(this.tabBarPage2); this.tabBarSplitterControl1.EnabledColor = System.Drawing.SystemColors.WindowText; this.tabBarSplitterControl1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabBarSplitterControl1.Location = new System.Drawing.Point(18, 200); this.tabBarSplitterControl1.Name = "tabBarSplitterControl1"; this.tabBarSplitterControl1.Office2007ScrollBars = true; this.tabBarSplitterControl1.RelativeWidth = 24; this.tabBarSplitterControl1.Size = new System.Drawing.Size(567, 386); this.tabBarSplitterControl1.SplitBars = Syncfusion.Windows.Forms.DynamicSplitBars.None; this.tabBarSplitterControl1.Style = Syncfusion.Windows.Forms.TabBarSplitterStyle.Office2007; this.tabBarSplitterControl1.TabFolderDelta = 11; this.tabBarSplitterControl1.TabIndex = 13; this.tabBarSplitterControl1.Text = "tabBarSplitterControl1"; this.tabBarSplitterControl1.ThemesEnabled = true; // // tabBarPage1 // this.tabBarPage1.Controls.Add(this.dataGridView1); this.tabBarPage1.Location = new System.Drawing.Point(0, 0); this.tabBarPage1.Name = "tabBarPage1"; this.tabBarPage1.SplitBars = Syncfusion.Windows.Forms.DynamicSplitBars.None; this.tabBarPage1.TabBackColor = System.Drawing.SystemColors.Control; this.tabBarPage1.Text = "Sheet1"; this.tabBarPage1.ThemesEnabled = true; // // dataGrid1 // this.dataGridView1.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.dataGridView1.DataMember = ""; this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dataGridView1.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.None; this.dataGridView1.RowHeadersBorderStyle = DataGridViewHeaderBorderStyle.None; this.dataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(218)))), ((int)(((byte)(229))))); dataGridViewCellStyle1 = new DataGridViewCellStyle(); dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightSteelBlue; dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.Alignment = DataGridViewContentAlignment.TopLeft; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView1.Location = new System.Drawing.Point(0, 0); this.dataGridView1.Name = "dataGrid1"; this.dataGridView1.RowTemplate.Height = 18; this.dataGridView1.ReadOnly = true; this.dataGridView1.Size = new System.Drawing.Size(17506, 8487); this.dataGridView1.TabIndex = 8; this.dataGridView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dataGrid1_MouseClick); // // tabBarPage2 // this.tabBarPage2.Controls.Add(this.dataGridView2); this.tabBarPage2.Location = new System.Drawing.Point(0, 0); this.tabBarPage2.Name = "tabBarPage2"; this.tabBarPage2.SplitBars = ((Syncfusion.Windows.Forms.DynamicSplitBars)((Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows | Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns))); this.tabBarPage2.TabBackColor = System.Drawing.SystemColors.Control; this.tabBarPage2.Text = "Sheet2"; this.tabBarPage2.ThemesEnabled = true; // // dataGrid2 // this.dataGridView2.DataMember = ""; this.dataGridView2.AllowUserToAddRows = false; this.dataGridView2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dataGridView2.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.None; this.dataGridView2.RowHeadersBorderStyle = DataGridViewHeaderBorderStyle.None; this.dataGridView2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(218)))), ((int)(((byte)(229))))); this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView2.RowHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView2.Location = new System.Drawing.Point(0, 0); this.dataGridView2.Name = "dataGrid2"; this.dataGridView2.RowTemplate.Height = 18; this.dataGridView2.ReadOnly = true; this.dataGridView2.Size = new System.Drawing.Size(575, 338); this.dataGridView2.TabIndex = 4; this.dataGridView2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dataGrid2_MouseClick); // // pictureBox3 // this.pictureBox3.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.pictureBox3.BackColor = System.Drawing.Color.Transparent; this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); this.pictureBox3.Location = new System.Drawing.Point(0, 0); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(639, 71); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox3.TabIndex = 17; this.pictureBox3.TabStop = false; // // panel2 // this.panel2.Location = new System.Drawing.Point(-3, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(486, 71); this.panel2.TabIndex = 22; // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(603, 631); this.Controls.Add(this.tabBarSplitterControl1); this.Controls.Add(this.label4); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox3); this.Controls.Add(this.panel2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "Form1"; this.Text = "Compute Specific Formula"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.tabBarSplitterControl1.ResumeLayout(false); this.tabBarPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.tabBarPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkBook)); this.tabBarSplitterControl = new Syncfusion.Windows.Forms.TabBarSplitterControl(); this.gridAwareTextBox1 = new Syncfusion.Windows.Forms.Grid.GridAwareTextBox(); this.gridAwareTextBox2 = new Syncfusion.Windows.Forms.Grid.GridAwareTextBox(); this.parentBarItem = new Syncfusion.Windows.Forms.Tools.XPMenus.ParentBarItem(); this.insertRowBarItem = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem(); this.gridCMStrip = new Syncfusion.Windows.Forms.Tools.ContextMenuStripEx(); this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.hyperlinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tabBarSplitterControl.SuspendLayout(); this.gridCMStrip.SuspendLayout(); this.SuspendLayout(); // // tabBarSplitterControl // this.tabBarSplitterControl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(219)))), ((int)(((byte)(232)))), ((int)(((byte)(249))))); this.tabBarSplitterControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tabBarSplitterControl.Controls.Add(this.gridAwareTextBox1); this.tabBarSplitterControl.Controls.Add(this.gridAwareTextBox2); this.tabBarSplitterControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabBarSplitterControl.EnabledColor = System.Drawing.SystemColors.WindowText; this.tabBarSplitterControl.Location = new System.Drawing.Point(0, 0); this.tabBarSplitterControl.Name = "tabBarSplitterControl"; this.tabBarSplitterControl.Office2007ScrollBars = true; this.tabBarSplitterControl.Size = new System.Drawing.Size(776, 502); this.tabBarSplitterControl.SplitBars = ((Syncfusion.Windows.Forms.DynamicSplitBars)((Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows | Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns))); this.tabBarSplitterControl.Style = Syncfusion.Windows.Forms.TabBarSplitterStyle.Office2007; this.tabBarSplitterControl.TabFolderDelta = 11; this.tabBarSplitterControl.TabIndex = 0; this.tabBarSplitterControl.Text = "tabBarSplitterControl1"; this.tabBarSplitterControl.ActivePageChanging += new System.Windows.Forms.ControlEventHandler(this.tabBarSplitterControl_ActivePageChanging); this.tabBarSplitterControl.PaneCreated += new Syncfusion.Windows.Forms.SplitterPaneEventHandler(this.tabBarSplitterControl_PaneCreated); // // gridAwareTextBox1 // this.gridAwareTextBox1.DisabledBackColor = System.Drawing.SystemColors.Window; this.gridAwareTextBox1.EnabledBackColor = System.Drawing.SystemColors.Window; this.gridAwareTextBox1.Location = new System.Drawing.Point(-100, -100); this.gridAwareTextBox1.Name = "gridAwareTextBox1"; this.gridAwareTextBox1.Size = new System.Drawing.Size(100, 20); this.gridAwareTextBox1.TabIndex = 1; this.gridAwareTextBox1.BorderStyle = BorderStyle.FixedSingle; // // gridAwareTextBox2 // this.gridAwareTextBox2.DisabledBackColor = System.Drawing.SystemColors.Window; this.gridAwareTextBox2.EnabledBackColor = System.Drawing.SystemColors.Window; this.gridAwareTextBox2.Location = new System.Drawing.Point(-100, -100); this.gridAwareTextBox2.Name = "gridAwareTextBox2"; this.gridAwareTextBox2.Size = new System.Drawing.Size(100, 20); this.gridAwareTextBox2.TabIndex = 2; this.gridAwareTextBox2.BorderStyle = BorderStyle.FixedSingle; // // parentBarItem // this.parentBarItem.BarName = "parentBarItem"; this.parentBarItem.Items.AddRange(new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem[] { this.insertRowBarItem }); this.parentBarItem.MetroColor = System.Drawing.Color.LightSkyBlue; this.parentBarItem.ShowToolTipInPopUp = false; this.parentBarItem.SizeToFit = true; // // insertRowBarItem // this.insertRowBarItem.BarName = "insertRowBarItem"; this.insertRowBarItem.ID = "insertRowBarItem"; this.insertRowBarItem.ShowToolTipInPopUp = false; this.insertRowBarItem.SizeToFit = true; this.insertRowBarItem.Text = "Insert Row"; // // gridCMStrip // this.gridCMStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cutToolStripMenuItem, this.copyToolStripMenuItem, this.pasteToolStripMenuItem, this.deleteToolStripMenuItem, this.toolStripSeparator1, this.hyperlinkToolStripMenuItem }); this.gridCMStrip.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218))))); this.gridCMStrip.Name = "gridCMStrip"; this.gridCMStrip.Size = new System.Drawing.Size(126, 120); this.gridCMStrip.Style = Syncfusion.Windows.Forms.Tools.ContextMenuStripEx.ContextMenuStyle.Default; // // cutToolStripMenuItem // this.cutToolStripMenuItem.Name = "cutToolStripMenuItem"; this.cutToolStripMenuItem.Size = new System.Drawing.Size(125, 22); this.cutToolStripMenuItem.Text = "Cut"; this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutMenuItem_Click); // // copyToolStripMenuItem // this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; this.copyToolStripMenuItem.Size = new System.Drawing.Size(125, 22); this.copyToolStripMenuItem.Text = "Copy"; this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyMenuItem_Click); // // pasteToolStripMenuItem // this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; this.pasteToolStripMenuItem.Size = new System.Drawing.Size(125, 22); this.pasteToolStripMenuItem.Text = "Paste"; this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteMenuItem_Click); // // deleteToolStripMenuItem // this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; this.deleteToolStripMenuItem.Size = new System.Drawing.Size(125, 22); this.deleteToolStripMenuItem.Text = "Delete"; this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteMenuItem_Click_1); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(122, 6); // // hyperlinkToolStripMenuItem // this.hyperlinkToolStripMenuItem.Name = "hyperlinkToolStripMenuItem"; this.hyperlinkToolStripMenuItem.Size = new System.Drawing.Size(125, 22); this.hyperlinkToolStripMenuItem.Text = "Hyperlink"; this.hyperlinkToolStripMenuItem.Click += new System.EventHandler(this.HyperLinkMenuItem_Click); // // WorkBook // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(776, 502); this.Controls.Add(this.tabBarSplitterControl); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(600, 400); this.ControlBox = false; this.Name = "WorkBook"; this.Text = "Form2"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Activated += new System.EventHandler(this.WorkBook_Activated); this.Deactivate += new System.EventHandler(this.WorkBook_Deactivate); this.tabBarSplitterControl.ResumeLayout(false); this.tabBarSplitterControl.PerformLayout(); this.gridCMStrip.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { 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(); this.tabBarSplitterControl1 = new Syncfusion.Windows.Forms.TabBarSplitterControl(); this.tabBarPage1 = new Syncfusion.Windows.Forms.TabBarPage(); this.gridControl1 = new Syncfusion.Windows.Forms.Grid.GridControl(); this.tabBarPage2 = new Syncfusion.Windows.Forms.TabBarPage(); this.gridControl2 = new Syncfusion.Windows.Forms.Grid.GridControl(); this.tabBarPage3 = new Syncfusion.Windows.Forms.TabBarPage(); this.gridControl3 = new Syncfusion.Windows.Forms.Grid.GridControl(); this.panel1 = new System.Windows.Forms.Panel(); this.tabBarSplitterControl1.SuspendLayout(); this.tabBarPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); this.tabBarPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit(); this.tabBarPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl3)).BeginInit(); this.SuspendLayout(); // // tabBarSplitterControl1 // this.tabBarSplitterControl1.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.tabBarSplitterControl1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.tabBarSplitterControl1.Controls.Add(this.tabBarPage1); this.tabBarSplitterControl1.Controls.Add(this.tabBarPage2); this.tabBarSplitterControl1.Controls.Add(this.tabBarPage3); this.tabBarSplitterControl1.DisabledColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(100)))), ((int)(((byte)(19))))); this.tabBarSplitterControl1.EnabledColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(100)))), ((int)(((byte)(19))))); this.tabBarSplitterControl1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(100)))), ((int)(((byte)(19))))); this.tabBarSplitterControl1.Location = new System.Drawing.Point(12, 12); this.tabBarSplitterControl1.Name = "tabBarSplitterControl1"; this.tabBarSplitterControl1.RelativeWidth = 45; this.tabBarSplitterControl1.RepeatClickDelay = 80; this.tabBarSplitterControl1.Size = new System.Drawing.Size(750, 405); this.tabBarSplitterControl1.SplitBars = ((Syncfusion.Windows.Forms.DynamicSplitBars)((Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows | Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns))); this.tabBarSplitterControl1.Style = Syncfusion.Windows.Forms.TabBarSplitterStyle.Metro; this.tabBarSplitterControl1.TabFolderDelta = 11; this.tabBarSplitterControl1.TabIndex = 0; this.tabBarSplitterControl1.Text = "tabBarSplitterControl1"; this.tabBarSplitterControl1.ThemesEnabled = true; this.tabBarSplitterControl1.ScrollButtons = DisplayArrowButtons.None; // // tabBarPage1 // this.tabBarPage1.Controls.Add(this.gridControl1); this.tabBarPage1.Location = new System.Drawing.Point(0, 0); this.tabBarPage1.Name = "tabBarPage1"; this.tabBarPage1.SplitBars = ((Syncfusion.Windows.Forms.DynamicSplitBars)((Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows | Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns))); this.tabBarPage1.TabBackColor = System.Drawing.SystemColors.Control; this.tabBarPage1.Text = "tabBarPage1"; this.tabBarPage1.ThemesEnabled = true; // // gridControl1 // this.gridControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.gridControl1.DefaultColWidth = 70; this.gridControl1.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid; this.gridControl1.DefaultRowHeight = 20; this.gridControl1.FillSplitterPane = true; this.gridControl1.Font = new System.Drawing.Font("Segoe UI", 8.25F); gridCellInfo1.Col = -1; gridCellInfo1.Row = -1; gridCellInfo1.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin); gridCellInfo1.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin); gridCellInfo1.StyleInfo.Font.Facename = "Segoe UI"; gridCellInfo1.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.White); gridCellInfo1.StyleInfo.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138))))); this.gridControl1.GridCells.AddRange(new Syncfusion.Windows.Forms.Grid.GridCellInfo[] { gridCellInfo1 }); this.gridControl1.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro; this.gridControl1.GridVisualStyles = Syncfusion.Windows.Forms.GridVisualStyles.Metro; this.gridControl1.HorizontalThumbTrack = true; this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MetroScrollBars = true; this.gridControl1.Name = "gridControl1"; this.gridControl1.RowCount = 20; this.gridControl1.Size = new System.Drawing.Size(733, 388); this.gridControl1.SmartSizeBox = false; this.gridControl1.Text = "gridControl1"; this.gridControl1.ThemesEnabled = true; this.gridControl1.VerticalThumbTrack = true; // // tabBarPage2 // this.tabBarPage2.Controls.Add(this.gridControl2); this.tabBarPage2.HSplitPos = 80; this.tabBarPage2.Location = new System.Drawing.Point(0, 0); this.tabBarPage2.Name = "tabBarPage2"; this.tabBarPage2.SplitBars = ((Syncfusion.Windows.Forms.DynamicSplitBars)((Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows | Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns))); this.tabBarPage2.TabBackColor = System.Drawing.SystemColors.Control; this.tabBarPage2.Text = "tabBarPage2"; this.tabBarPage2.ThemesEnabled = true; // // gridControl2 // this.gridControl2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.gridControl2.ColCount = 40; this.gridControl2.DefaultColWidth = 70; this.gridControl2.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid; this.gridControl2.DefaultRowHeight = 20; this.gridControl2.FillSplitterPane = true; this.gridControl2.Font = new System.Drawing.Font("Segoe UI", 8.25F); 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 = 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 = "Segoe UI"; 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.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin); gridCellInfo4.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin); gridCellInfo4.StyleInfo.Font.Facename = "Segoe UI"; gridCellInfo4.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.White); gridCellInfo4.StyleInfo.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138))))); this.gridControl2.GridCells.AddRange(new Syncfusion.Windows.Forms.Grid.GridCellInfo[] { gridCellInfo2, gridCellInfo3, gridCellInfo4 }); this.gridControl2.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro; this.gridControl2.GridVisualStyles = Syncfusion.Windows.Forms.GridVisualStyles.Metro; this.gridControl2.HorizontalThumbTrack = true; this.gridControl2.Location = new System.Drawing.Point(0, 0); this.gridControl2.MetroScrollBars = true; this.gridControl2.Name = "gridControl2"; this.gridControl2.RowCount = 1000; this.gridControl2.Size = new System.Drawing.Size(156, 98); this.gridControl2.SmartSizeBox = false; this.gridControl2.Text = "gridControl2"; this.gridControl2.ThemesEnabled = true; this.gridControl2.VerticalThumbTrack = true; // // tabBarPage3 // this.tabBarPage3.Controls.Add(this.gridControl3); this.tabBarPage3.Location = new System.Drawing.Point(0, 0); this.tabBarPage3.Name = "tabBarPage3"; this.tabBarPage3.SplitBars = ((Syncfusion.Windows.Forms.DynamicSplitBars)((Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows | Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns))); this.tabBarPage3.TabBackColor = System.Drawing.SystemColors.Control; this.tabBarPage3.Text = "tabBarPage3"; this.tabBarPage3.ThemesEnabled = true; this.tabBarPage3.VSplitPos = 50; // // gridControl3 // this.gridControl3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.gridControl3.ColCount = 16; this.gridControl3.DefaultColWidth = 70; this.gridControl3.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid; this.gridControl3.DefaultRowHeight = 20; this.gridControl3.FillSplitterPane = true; this.gridControl3.Font = new System.Drawing.Font("Segoe UI", 8.25F); gridCellInfo5.Col = -1; gridCellInfo5.Row = -1; gridCellInfo5.StyleInfo.Font.Bold = false; gridCellInfo5.StyleInfo.Font.Facename = "Segoe UI"; 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 = "Segoe UI"; 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.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin); gridCellInfo7.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin); gridCellInfo7.StyleInfo.Font.Facename = "Segoe UI"; gridCellInfo7.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.White); gridCellInfo7.StyleInfo.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138))))); this.gridControl3.GridCells.AddRange(new Syncfusion.Windows.Forms.Grid.GridCellInfo[] { gridCellInfo5, gridCellInfo6, gridCellInfo7 }); this.gridControl3.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro; this.gridControl3.GridVisualStyles = Syncfusion.Windows.Forms.GridVisualStyles.Metro; this.gridControl3.HorizontalThumbTrack = true; this.gridControl3.Location = new System.Drawing.Point(0, 0); this.gridControl3.MetroScrollBars = true; this.gridControl3.Name = "gridControl3"; this.gridControl3.RowCount = 20; this.gridControl3.Size = new System.Drawing.Size(156, 98); this.gridControl3.SmartSizeBox = false; this.gridControl3.Text = "gridControl3"; this.gridControl3.ThemesEnabled = true; this.gridControl3.VerticalThumbTrack = true; // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(774, 429); this.panel1.TabIndex = 1; // // Form1 // this.ClientSize = new System.Drawing.Size(774, 429); this.Controls.Add(this.tabBarSplitterControl1); this.Controls.Add(this.panel1); this.MinimumSize = new System.Drawing.Size(500, 300); this.Name = "Form1"; this.Text = "Workbook"; this.tabBarSplitterControl1.ResumeLayout(false); this.tabBarPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); this.tabBarPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit(); this.tabBarPage3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl3)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.tabBarSplitterControl1 = new Syncfusion.Windows.Forms.TabBarSplitterControl(); this.tabBarPage1 = new Syncfusion.Windows.Forms.TabBarPage(); this.gridDisplay = new Syncfusion.Windows.Forms.Grid.GridControl(); this.tabBarPage2 = new Syncfusion.Windows.Forms.TabBarPage(); this.gridCalculations = new Syncfusion.Windows.Forms.Grid.GridControl(); this.tabBarSplitterControl1.SuspendLayout(); this.tabBarPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridDisplay)).BeginInit(); this.tabBarPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridCalculations)).BeginInit(); this.SuspendLayout(); // // tabBarSplitterControl1 // this.tabBarSplitterControl1.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.tabBarSplitterControl1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.tabBarSplitterControl1.Controls.Add(this.tabBarPage1); this.tabBarSplitterControl1.Controls.Add(this.tabBarPage2); this.tabBarSplitterControl1.EnabledColor = System.Drawing.SystemColors.WindowText; this.tabBarSplitterControl1.Location = new System.Drawing.Point(12, 13); this.tabBarSplitterControl1.Name = "tabBarSplitterControl1"; this.tabBarSplitterControl1.Size = new System.Drawing.Size(675, 391); this.tabBarSplitterControl1.SplitBars = ((Syncfusion.Windows.Forms.DynamicSplitBars)((Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows | Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns))); this.tabBarSplitterControl1.Style = Syncfusion.Windows.Forms.TabBarSplitterStyle.Metro; this.tabBarSplitterControl1.TabFolderDelta = 11; this.tabBarSplitterControl1.TabIndex = 0; this.tabBarSplitterControl1.Text = "tabBarSplitterControl1"; this.tabBarSplitterControl1.ThemesEnabled = true; this.tabBarSplitterControl1.ScrollButtons = Syncfusion.Windows.Forms.DisplayArrowButtons.None; // // tabBarPage1 // this.tabBarPage1.Controls.Add(this.gridDisplay); this.tabBarPage1.Location = new System.Drawing.Point(0, 0); this.tabBarPage1.Name = "tabBarPage1"; this.tabBarPage1.SplitBars = ((Syncfusion.Windows.Forms.DynamicSplitBars)((Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows | Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns))); this.tabBarPage1.TabBackColor = System.Drawing.SystemColors.Control; this.tabBarPage1.Text = "Display"; this.tabBarPage1.ThemesEnabled = true; // // gridDisplay // this.gridDisplay.DpiAware = true; this.gridDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.gridDisplay.ColCount = 15; this.gridDisplay.Dock = System.Windows.Forms.DockStyle.Fill; this.gridDisplay.FillSplitterPane = true; this.gridDisplay.Location = new System.Drawing.Point(0, 0); this.gridDisplay.Name = "gridDisplay"; this.gridDisplay.Properties.ColHeaders = false; this.gridDisplay.Properties.DisplayHorzLines = false; this.gridDisplay.Properties.DisplayVertLines = false; this.gridDisplay.Properties.MarkColHeader = false; this.gridDisplay.Properties.MarkRowHeader = false; this.gridDisplay.Properties.RowHeaders = false; this.gridDisplay.RowCount = 30; //this.gridDisplay.Size = new System.Drawing.Size(658, 374); this.gridDisplay.SmartSizeBox = false; this.gridDisplay.Text = "gridControl1"; this.gridDisplay.ThemesEnabled = true; // // tabBarPage2 // this.tabBarPage2.Controls.Add(this.gridCalculations); this.tabBarPage2.Location = new System.Drawing.Point(0, 0); this.tabBarPage2.Name = "tabBarPage2"; this.tabBarPage2.SplitBars = ((Syncfusion.Windows.Forms.DynamicSplitBars)((Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows | Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns))); this.tabBarPage2.TabBackColor = System.Drawing.SystemColors.Control; this.tabBarPage2.Text = "Calculations"; this.tabBarPage2.ThemesEnabled = true; // // gridCalculations // this.gridCalculations.DpiAware = true; this.gridCalculations.ColCount = 15; this.gridCalculations.FillSplitterPane = true; this.gridCalculations.Location = new System.Drawing.Point(0, 0); this.gridCalculations.Name = "gridCalculations"; this.gridCalculations.RowCount = 50; this.gridCalculations.Size = new System.Drawing.Size(656, 372); this.gridCalculations.SmartSizeBox = false; this.gridCalculations.Text = "gridControl2"; this.gridCalculations.DpiAware = true; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(699, 416); this.Controls.Add(this.tabBarSplitterControl1); this.DropShadow = false; this.MinimumSize = new Size(500, 400); this.Name = "Form1"; this.Text = "Retirement Simulation Demo"; this.Load += new System.EventHandler(this.Form1_Load); this.tabBarSplitterControl1.ResumeLayout(false); this.tabBarPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridDisplay)).EndInit(); this.tabBarPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridCalculations)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { 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.tabBarSplitterControl1 = new Syncfusion.Windows.Forms.TabBarSplitterControl(); this.CashFlow = new Syncfusion.Windows.Forms.TabBarPage(); this.gridCashFlow = new Syncfusion.Windows.Forms.Grid.GridControl(); this.contextMenu1 = new System.Windows.Forms.ContextMenu(); this.menuItem1 = new System.Windows.Forms.MenuItem(); this.Expenses = new Syncfusion.Windows.Forms.TabBarPage(); this.gridExpenses = new Syncfusion.Windows.Forms.Grid.GridControl(); this.Income = new Syncfusion.Windows.Forms.TabBarPage(); this.gridIncome = new Syncfusion.Windows.Forms.Grid.GridControl(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.tabBarSplitterControl1.SuspendLayout(); this.CashFlow.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridCashFlow)).BeginInit(); this.Expenses.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridExpenses)).BeginInit(); this.Income.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridIncome)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // tabBarSplitterControl1 // this.tabBarSplitterControl1.ActivePageBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(157)))), ((int)(((byte)(217))))); this.tabBarSplitterControl1.ActivePageIndex = 2; this.tabBarSplitterControl1.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.tabBarSplitterControl1.BeforeTouchSize = new System.Drawing.Size(732, 321); this.tabBarSplitterControl1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.tabBarSplitterControl1.Controls.Add(this.CashFlow); this.tabBarSplitterControl1.Controls.Add(this.Expenses); this.tabBarSplitterControl1.Controls.Add(this.Income); this.tabBarSplitterControl1.EnabledColor = System.Drawing.SystemColors.WindowText; this.tabBarSplitterControl1.Location = new System.Drawing.Point(25, 42); this.tabBarSplitterControl1.Name = "tabBarSplitterControl1"; this.tabBarSplitterControl1.ScrollButtons = Syncfusion.Windows.Forms.DisplayArrowButtons.None; this.tabBarSplitterControl1.Size = new System.Drawing.Size(732, 321); this.tabBarSplitterControl1.SplitBars = ((Syncfusion.Windows.Forms.DynamicSplitBars)((Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows | Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns))); this.tabBarSplitterControl1.Style = Syncfusion.Windows.Forms.TabBarSplitterStyle.Metro; this.tabBarSplitterControl1.TabFolderDelta = 11; this.tabBarSplitterControl1.TabIndex = 0; this.tabBarSplitterControl1.Text = "tabBarSplitterControl1"; this.tabBarSplitterControl1.ThemesEnabled = true; // // CashFlow // this.CashFlow.Controls.Add(this.gridCashFlow); this.CashFlow.Location = new System.Drawing.Point(0, 0); this.CashFlow.Name = "CashFlow"; this.CashFlow.SplitBars = ((Syncfusion.Windows.Forms.DynamicSplitBars)((Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows | Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns))); this.CashFlow.TabBackColor = System.Drawing.SystemColors.Control; this.CashFlow.TabBarColor = System.Drawing.Color.Empty; this.CashFlow.TabMaxWidth = 100; this.CashFlow.Text = "CashFlow"; this.CashFlow.ThemesEnabled = true; // // gridCashFlow // this.gridCashFlow.AlphaBlendSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(94)))), ((int)(((byte)(171)))), ((int)(((byte)(222))))); this.gridCashFlow.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.gridCashFlow.ContextMenu = this.contextMenu1; this.gridCashFlow.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid; this.gridCashFlow.DefaultRowHeight = 20; this.gridCashFlow.FillSplitterPane = true; this.gridCashFlow.Font = new System.Drawing.Font("Segoe UI", 9F); 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 = 9F; 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 = 9F; 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 = 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.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin); gridCellInfo4.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin); gridCellInfo4.StyleInfo.Font.Facename = "Segoe UI"; gridCellInfo4.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.White); gridCellInfo4.StyleInfo.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138))))); this.gridCashFlow.GridCells.AddRange(new Syncfusion.Windows.Forms.Grid.GridCellInfo[] { gridCellInfo1, gridCellInfo2, gridCellInfo3, gridCellInfo4 }); this.gridCashFlow.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro; this.gridCashFlow.GridVisualStyles = Syncfusion.Windows.Forms.GridVisualStyles.Metro; this.gridCashFlow.Location = new System.Drawing.Point(0, 0); this.gridCashFlow.MetroScrollBars = true; this.gridCashFlow.Name = "gridCashFlow"; this.gridCashFlow.Properties.ForceImmediateRepaint = false; this.gridCashFlow.Properties.GridLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212))))); this.gridCashFlow.Properties.MarkColHeader = false; this.gridCashFlow.Properties.MarkRowHeader = false; this.gridCashFlow.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] { new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 29) }); this.gridCashFlow.Size = new System.Drawing.Size(444, 252); this.gridCashFlow.SmartSizeBox = false; this.gridCashFlow.Text = "gridControl1"; this.gridCashFlow.ThemesEnabled = true; // // contextMenu1 // this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItem1 }); // // menuItem1 // this.menuItem1.Index = 0; this.menuItem1.Text = "Edit Inputs"; this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click); // // Expenses // this.Expenses.Controls.Add(this.gridExpenses); this.Expenses.Location = new System.Drawing.Point(0, 0); this.Expenses.Name = "Expenses"; this.Expenses.SplitBars = ((Syncfusion.Windows.Forms.DynamicSplitBars)((Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows | Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns))); this.Expenses.TabBackColor = System.Drawing.SystemColors.Control; this.Expenses.TabBarColor = System.Drawing.Color.Empty; this.Expenses.TabMaxWidth = 100; this.Expenses.Text = "Expenses"; this.Expenses.ThemesEnabled = true; // // gridExpenses // this.gridExpenses.AlphaBlendSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(94)))), ((int)(((byte)(171)))), ((int)(((byte)(222))))); this.gridExpenses.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.gridExpenses.ContextMenu = this.contextMenu1; this.gridExpenses.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid; this.gridExpenses.DefaultRowHeight = 20; this.gridExpenses.FillSplitterPane = true; this.gridExpenses.Font = new System.Drawing.Font("Segoe UI", 9F); gridCellInfo5.Col = -1; gridCellInfo5.Row = -1; gridCellInfo5.StyleInfo.Font.Bold = false; gridCellInfo5.StyleInfo.Font.Facename = "Segoe UI"; gridCellInfo5.StyleInfo.Font.Italic = false; gridCellInfo5.StyleInfo.Font.Size = 9F; 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 = "Segoe UI"; gridCellInfo6.StyleInfo.Font.Italic = false; gridCellInfo6.StyleInfo.Font.Size = 9F; 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 = "Segoe UI"; 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.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin); gridCellInfo8.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin); gridCellInfo8.StyleInfo.Font.Facename = "Segoe UI"; gridCellInfo8.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.White); gridCellInfo8.StyleInfo.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138))))); this.gridExpenses.GridCells.AddRange(new Syncfusion.Windows.Forms.Grid.GridCellInfo[] { gridCellInfo5, gridCellInfo6, gridCellInfo7, gridCellInfo8 }); this.gridExpenses.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro; this.gridExpenses.GridVisualStyles = Syncfusion.Windows.Forms.GridVisualStyles.Metro; this.gridExpenses.Location = new System.Drawing.Point(0, 0); this.gridExpenses.MetroScrollBars = true; this.gridExpenses.Name = "gridExpenses"; this.gridExpenses.Properties.ForceImmediateRepaint = false; this.gridExpenses.Properties.GridLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212))))); this.gridExpenses.Properties.MarkColHeader = false; this.gridExpenses.Properties.MarkRowHeader = false; this.gridExpenses.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] { new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 29) }); this.gridExpenses.Size = new System.Drawing.Size(444, 252); this.gridExpenses.SmartSizeBox = false; this.gridExpenses.Text = "gridControl2"; this.gridExpenses.ThemesEnabled = true; // // Income // this.Income.ContextMenu = this.contextMenu1; this.Income.Controls.Add(this.gridIncome); this.Income.Location = new System.Drawing.Point(0, 0); this.Income.Name = "Income"; this.Income.SplitBars = ((Syncfusion.Windows.Forms.DynamicSplitBars)((Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows | Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns))); this.Income.TabBackColor = System.Drawing.SystemColors.Control; this.Income.TabBarColor = System.Drawing.Color.Empty; this.Income.TabMaxWidth = 100; this.Income.Text = "Income"; this.Income.ThemesEnabled = true; // // gridIncome // this.gridIncome.AlphaBlendSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(94)))), ((int)(((byte)(171)))), ((int)(((byte)(222))))); this.gridIncome.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.gridIncome.DefaultGridBorderStyle = Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid; this.gridIncome.DefaultRowHeight = 20; this.gridIncome.FillSplitterPane = true; this.gridIncome.Font = new System.Drawing.Font("Segoe UI", 9F); gridCellInfo9.Col = -1; gridCellInfo9.Row = -1; gridCellInfo9.StyleInfo.Font.Bold = false; gridCellInfo9.StyleInfo.Font.Facename = "Segoe UI"; gridCellInfo9.StyleInfo.Font.Italic = false; gridCellInfo9.StyleInfo.Font.Size = 9F; 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.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin); gridCellInfo10.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.Solid, System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))), Syncfusion.Windows.Forms.Grid.GridBorderWeight.ExtraThin); gridCellInfo10.StyleInfo.Font.Facename = "Segoe UI"; gridCellInfo10.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.White); gridCellInfo10.StyleInfo.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138))))); this.gridIncome.GridCells.AddRange(new Syncfusion.Windows.Forms.Grid.GridCellInfo[] { gridCellInfo9, gridCellInfo10 }); this.gridIncome.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro; this.gridIncome.GridVisualStyles = Syncfusion.Windows.Forms.GridVisualStyles.Metro; this.gridIncome.Location = new System.Drawing.Point(0, 0); this.gridIncome.MetroScrollBars = true; this.gridIncome.Name = "gridIncome"; this.gridIncome.Properties.ForceImmediateRepaint = false; this.gridIncome.Properties.GridLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212))))); this.gridIncome.Properties.MarkColHeader = false; this.gridIncome.Properties.MarkRowHeader = false; this.gridIncome.RowHeightEntries.AddRange(new Syncfusion.Windows.Forms.Grid.GridRowHeight[] { new Syncfusion.Windows.Forms.Grid.GridRowHeight(0, 29) }); this.gridIncome.Size = new System.Drawing.Size(715, 304); this.gridIncome.SmartSizeBox = false; this.gridIncome.Text = "gridControl3"; this.gridIncome.ThemesEnabled = true; // // label1 // this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(10, 3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(246, 23); this.label1.TabIndex = 1; this.label1.Text = "Right-Click Any Cell To Edit the Input"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.label1); this.panel1.Location = new System.Drawing.Point(24, 13); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(734, 370); this.panel1.TabIndex = 2; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.ClientSize = new System.Drawing.Size(788, 414); this.Controls.Add(this.tabBarSplitterControl1); this.Controls.Add(this.panel1); this.MinimumSize = new System.Drawing.Size(500, 400); this.Name = "Form1"; this.Text = "Named Range"; this.Load += new System.EventHandler(this.Form1_Load); this.tabBarSplitterControl1.ResumeLayout(false); this.CashFlow.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridCashFlow)).EndInit(); this.Expenses.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridExpenses)).EndInit(); this.Income.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridIncome)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support; do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle1 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle2 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle3 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle4 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle5 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle6 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle7 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle8 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle9 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle10 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle11 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle12 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle13 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle14 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle15 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle16 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle17 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle18 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle19 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); Syncfusion.Windows.Forms.Grid.GridBaseStyle gridBaseStyle20 = new Syncfusion.Windows.Forms.Grid.GridBaseStyle(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.tabBarSplitterControl1 = new Syncfusion.Windows.Forms.TabBarSplitterControl(); this.tabBarPage1 = new Syncfusion.Windows.Forms.TabBarPage(); this.gridDataBoundGrid1 = new GridDataBoundGridCalculator.CalcGridDataBoundGrid(); this.tabBarPage2 = new Syncfusion.Windows.Forms.TabBarPage(); this.gridDataBoundGrid2 = new GridDataBoundGridCalculator.CalcGridDataBoundGrid(); this.tabBarPage3 = new Syncfusion.Windows.Forms.TabBarPage(); this.gridDataBoundGrid3 = new GridDataBoundGridCalculator.CalcGridDataBoundGrid(); this.tabBarPage4 = new Syncfusion.Windows.Forms.TabBarPage(); this.gridDataBoundGrid4 = new GridDataBoundGridCalculator.CalcGridDataBoundGrid(); this.tabBarPage5 = new Syncfusion.Windows.Forms.TabBarPage(); this.gridDataBoundGrid5 = new GridDataBoundGridCalculator.CalcGridDataBoundGrid(); this.tabBarSplitterControl1.SuspendLayout(); this.tabBarPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridDataBoundGrid1)).BeginInit(); this.tabBarPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridDataBoundGrid2)).BeginInit(); this.tabBarPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridDataBoundGrid3)).BeginInit(); this.tabBarPage4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridDataBoundGrid4)).BeginInit(); this.tabBarPage5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridDataBoundGrid5)).BeginInit(); this.SuspendLayout(); // // checkBox1 // this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkBox1.Location = new System.Drawing.Point(34, 32); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(128, 16); this.checkBox1.TabIndex = 3; this.checkBox1.Text = "Show Formulas"; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label1.Location = new System.Drawing.Point(320, 34); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(312, 16); this.label1.TabIndex = 4; this.label1.Text = "Enter a formula like = Sum(GDBG2!B2:GDBG2!B5) into a cell."; // // tabBarSplitterControl1 // this.tabBarSplitterControl1.ActivePageBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(157)))), ((int)(((byte)(217))))); this.tabBarSplitterControl1.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.tabBarSplitterControl1.BeforeTouchSize = new System.Drawing.Size(592, 360); this.tabBarSplitterControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tabBarSplitterControl1.Controls.Add(this.tabBarPage1); this.tabBarSplitterControl1.Controls.Add(this.tabBarPage2); this.tabBarSplitterControl1.Controls.Add(this.tabBarPage3); this.tabBarSplitterControl1.Controls.Add(this.tabBarPage4); this.tabBarSplitterControl1.Controls.Add(this.tabBarPage5); this.tabBarSplitterControl1.EnabledColor = System.Drawing.SystemColors.WindowText; this.tabBarSplitterControl1.Location = new System.Drawing.Point(32, 64); this.tabBarSplitterControl1.Name = "tabBarSplitterControl1"; this.tabBarSplitterControl1.Office2007ScrollBars = true; this.tabBarSplitterControl1.Size = new System.Drawing.Size(592, 360); this.tabBarSplitterControl1.SplitBars = Syncfusion.Windows.Forms.DynamicSplitBars.None; this.tabBarSplitterControl1.Style = Syncfusion.Windows.Forms.TabBarSplitterStyle.Office2007; this.tabBarSplitterControl1.TabFolderDelta = 11; this.tabBarSplitterControl1.TabIndex = 5; this.tabBarSplitterControl1.Text = "tabBarSplitterControl1"; // // tabBarPage1 // this.tabBarPage1.Controls.Add(this.gridDataBoundGrid1); this.tabBarPage1.Location = new System.Drawing.Point(0, 0); this.tabBarPage1.Name = "tabBarPage1"; this.tabBarPage1.SplitBars = Syncfusion.Windows.Forms.DynamicSplitBars.None; this.tabBarPage1.TabBackColor = System.Drawing.SystemColors.Control; this.tabBarPage1.TabBarColor = System.Drawing.Color.Empty; this.tabBarPage1.TabMaxWidth = 100; this.tabBarPage1.Text = "GDBG1"; this.tabBarPage1.ThemesEnabled = false; // // gridDataBoundGrid1 // this.gridDataBoundGrid1.DpiAware = true; this.gridDataBoundGrid1.ActivateCurrentCellBehavior = Syncfusion.Windows.Forms.Grid.GridCellActivateAction.DblClickOnCell; this.gridDataBoundGrid1.AllowDragSelectedCols = true; this.gridDataBoundGrid1.AlphaBlendSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(94)))), ((int)(((byte)(171)))), ((int)(((byte)(222))))); gridBaseStyle1.Name = "Column Header"; gridBaseStyle1.StyleInfo.BaseStyle = "Header"; gridBaseStyle1.StyleInfo.CellType = "ColumnHeaderCell"; gridBaseStyle1.StyleInfo.Enabled = false; gridBaseStyle1.StyleInfo.Font.Bold = true; gridBaseStyle1.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center; gridBaseStyle2.Name = "Header"; gridBaseStyle2.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle2.StyleInfo.Borders.Left = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle2.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle2.StyleInfo.Borders.Top = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle2.StyleInfo.CellType = "Header"; gridBaseStyle2.StyleInfo.Font.Bold = true; gridBaseStyle2.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control); gridBaseStyle2.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle; gridBaseStyle3.Name = "Standard"; gridBaseStyle3.StyleInfo.CheckBoxOptions.CheckedValue = "True"; gridBaseStyle3.StyleInfo.CheckBoxOptions.UncheckedValue = "False"; gridBaseStyle3.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window); gridBaseStyle4.Name = "Row Header"; gridBaseStyle4.StyleInfo.BaseStyle = "Header"; gridBaseStyle4.StyleInfo.CellType = "RowHeaderCell"; gridBaseStyle4.StyleInfo.Enabled = true; gridBaseStyle4.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left; this.gridDataBoundGrid1.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] { gridBaseStyle1, gridBaseStyle2, gridBaseStyle3, gridBaseStyle4 }); this.gridDataBoundGrid1.DataMember = ""; this.gridDataBoundGrid1.FillSplitterPane = true; this.gridDataBoundGrid1.GridOfficeScrollBars = Syncfusion.Windows.Forms.OfficeScrollBars.Metro; this.gridDataBoundGrid1.GridVisualStyles = Syncfusion.Windows.Forms.GridVisualStyles.Metro; this.gridDataBoundGrid1.DefaultRowHeight = (int)DpiAware.LogicalToDeviceUnits(20.0f); this.gridDataBoundGrid1.Location = new System.Drawing.Point(0, 0); this.gridDataBoundGrid1.MetroScrollBars = true; this.gridDataBoundGrid1.Name = "gridDataBoundGrid1"; this.gridDataBoundGrid1.Properties.ForceImmediateRepaint = false; this.gridDataBoundGrid1.Properties.GridLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))); this.gridDataBoundGrid1.Properties.MarkColHeader = false; this.gridDataBoundGrid1.Properties.MarkRowHeader = false; this.gridDataBoundGrid1.ShowCurrentCellBorderBehavior = Syncfusion.Windows.Forms.Grid.GridShowCurrentCellBorder.GrayWhenLostFocus; this.gridDataBoundGrid1.Size = new System.Drawing.Size(573, 341); this.gridDataBoundGrid1.SmartSizeBox = false; this.gridDataBoundGrid1.SortBehavior = Syncfusion.Windows.Forms.Grid.GridSortBehavior.None; // // tabBarPage2 // this.tabBarPage2.Controls.Add(this.gridDataBoundGrid2); this.tabBarPage2.Location = new System.Drawing.Point(0, 0); this.tabBarPage2.Name = "tabBarPage2"; this.tabBarPage2.SplitBars = ((Syncfusion.Windows.Forms.DynamicSplitBars)((Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows | Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns))); this.tabBarPage2.TabBackColor = System.Drawing.SystemColors.Control; this.tabBarPage2.TabBarColor = System.Drawing.Color.Empty; this.tabBarPage2.TabMaxWidth = 100; this.tabBarPage2.Text = "GDBG2"; this.tabBarPage2.ThemesEnabled = false; // // gridDataBoundGrid2 // this.gridDataBoundGrid2.DpiAware = true; this.gridDataBoundGrid2.ActivateCurrentCellBehavior = Syncfusion.Windows.Forms.Grid.GridCellActivateAction.DblClickOnCell; this.gridDataBoundGrid2.AllowDragSelectedCols = true; gridBaseStyle5.Name = "Column Header"; gridBaseStyle5.StyleInfo.BaseStyle = "Header"; gridBaseStyle5.StyleInfo.CellType = "ColumnHeaderCell"; gridBaseStyle5.StyleInfo.Enabled = false; gridBaseStyle5.StyleInfo.Font.Bold = false; gridBaseStyle5.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center; gridBaseStyle6.Name = "Header"; gridBaseStyle6.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle6.StyleInfo.Borders.Left = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle6.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle6.StyleInfo.Borders.Top = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle6.StyleInfo.CellType = "Header"; gridBaseStyle6.StyleInfo.Font.Bold = true; gridBaseStyle6.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control); gridBaseStyle6.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle; gridBaseStyle7.Name = "Standard"; gridBaseStyle7.StyleInfo.CheckBoxOptions.CheckedValue = "True"; gridBaseStyle7.StyleInfo.CheckBoxOptions.UncheckedValue = "False"; gridBaseStyle7.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window); gridBaseStyle8.Name = "Row Header"; gridBaseStyle8.StyleInfo.BaseStyle = "Header"; gridBaseStyle8.StyleInfo.CellType = "RowHeaderCell"; gridBaseStyle8.StyleInfo.Enabled = true; gridBaseStyle8.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left; this.gridDataBoundGrid2.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] { gridBaseStyle5, gridBaseStyle6, gridBaseStyle7, gridBaseStyle8 }); this.gridDataBoundGrid2.DataMember = ""; this.gridDataBoundGrid2.FillSplitterPane = true; this.gridDataBoundGrid2.Location = new System.Drawing.Point(136, 112); this.gridDataBoundGrid2.Name = "gridDataBoundGrid2"; this.gridDataBoundGrid2.ShowCurrentCellBorderBehavior = Syncfusion.Windows.Forms.Grid.GridShowCurrentCellBorder.GrayWhenLostFocus; this.gridDataBoundGrid2.Size = new System.Drawing.Size(130, 80); this.gridDataBoundGrid2.SmartSizeBox = false; this.gridDataBoundGrid2.SortBehavior = Syncfusion.Windows.Forms.Grid.GridSortBehavior.None; // // tabBarPage3 // this.tabBarPage3.Controls.Add(this.gridDataBoundGrid3); this.tabBarPage3.Location = new System.Drawing.Point(0, 0); this.tabBarPage3.Name = "tabBarPage3"; this.tabBarPage3.SplitBars = ((Syncfusion.Windows.Forms.DynamicSplitBars)((Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows | Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns))); this.tabBarPage3.TabBackColor = System.Drawing.SystemColors.Control; this.tabBarPage3.TabBarColor = System.Drawing.Color.Empty; this.tabBarPage3.TabMaxWidth = 100; this.tabBarPage3.Text = "GDBG3"; this.tabBarPage3.ThemesEnabled = false; // // gridDataBoundGrid3 // this.gridDataBoundGrid3.DpiAware = true; this.gridDataBoundGrid3.ActivateCurrentCellBehavior = Syncfusion.Windows.Forms.Grid.GridCellActivateAction.DblClickOnCell; this.gridDataBoundGrid3.AllowDragSelectedCols = true; gridBaseStyle9.Name = "Column Header"; gridBaseStyle9.StyleInfo.BaseStyle = "Header"; gridBaseStyle9.StyleInfo.CellType = "ColumnHeaderCell"; gridBaseStyle9.StyleInfo.Enabled = false; gridBaseStyle9.StyleInfo.Font.Bold = false; gridBaseStyle9.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center; gridBaseStyle10.Name = "Header"; gridBaseStyle10.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle10.StyleInfo.Borders.Left = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle10.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle10.StyleInfo.Borders.Top = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle10.StyleInfo.CellType = "Header"; gridBaseStyle10.StyleInfo.Font.Bold = true; gridBaseStyle10.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control); gridBaseStyle10.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle; gridBaseStyle11.Name = "Standard"; gridBaseStyle11.StyleInfo.CheckBoxOptions.CheckedValue = "True"; gridBaseStyle11.StyleInfo.CheckBoxOptions.UncheckedValue = "False"; gridBaseStyle11.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window); gridBaseStyle12.Name = "Row Header"; gridBaseStyle12.StyleInfo.BaseStyle = "Header"; gridBaseStyle12.StyleInfo.CellType = "RowHeaderCell"; gridBaseStyle12.StyleInfo.Enabled = true; gridBaseStyle12.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left; this.gridDataBoundGrid3.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] { gridBaseStyle9, gridBaseStyle10, gridBaseStyle11, gridBaseStyle12 }); this.gridDataBoundGrid3.DataMember = ""; this.gridDataBoundGrid3.FillSplitterPane = true; this.gridDataBoundGrid3.Location = new System.Drawing.Point(136, 136); this.gridDataBoundGrid3.Name = "gridDataBoundGrid3"; this.gridDataBoundGrid3.ShowCurrentCellBorderBehavior = Syncfusion.Windows.Forms.Grid.GridShowCurrentCellBorder.GrayWhenLostFocus; this.gridDataBoundGrid3.Size = new System.Drawing.Size(130, 80); this.gridDataBoundGrid3.SmartSizeBox = false; this.gridDataBoundGrid3.SortBehavior = Syncfusion.Windows.Forms.Grid.GridSortBehavior.None; // // tabBarPage4 // this.tabBarPage4.Controls.Add(this.gridDataBoundGrid4); this.tabBarPage4.Location = new System.Drawing.Point(0, 0); this.tabBarPage4.Name = "tabBarPage4"; this.tabBarPage4.SplitBars = ((Syncfusion.Windows.Forms.DynamicSplitBars)((Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows | Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns))); this.tabBarPage4.TabBackColor = System.Drawing.SystemColors.Control; this.tabBarPage4.TabBarColor = System.Drawing.Color.Empty; this.tabBarPage4.TabMaxWidth = 100; this.tabBarPage4.Text = "GDBG4"; this.tabBarPage4.ThemesEnabled = false; // // gridDataBoundGrid4 // this.gridDataBoundGrid4.DpiAware = true; this.gridDataBoundGrid4.ActivateCurrentCellBehavior = Syncfusion.Windows.Forms.Grid.GridCellActivateAction.DblClickOnCell; this.gridDataBoundGrid4.AllowDragSelectedCols = true; gridBaseStyle13.Name = "Column Header"; gridBaseStyle13.StyleInfo.BaseStyle = "Header"; gridBaseStyle13.StyleInfo.CellType = "ColumnHeaderCell"; gridBaseStyle13.StyleInfo.Enabled = false; gridBaseStyle13.StyleInfo.Font.Bold = false; gridBaseStyle13.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center; gridBaseStyle14.Name = "Header"; gridBaseStyle14.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle14.StyleInfo.Borders.Left = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle14.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle14.StyleInfo.Borders.Top = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle14.StyleInfo.CellType = "Header"; gridBaseStyle14.StyleInfo.Font.Bold = true; gridBaseStyle14.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control); gridBaseStyle14.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle; gridBaseStyle15.Name = "Standard"; gridBaseStyle15.StyleInfo.CheckBoxOptions.CheckedValue = "True"; gridBaseStyle15.StyleInfo.CheckBoxOptions.UncheckedValue = "False"; gridBaseStyle15.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window); gridBaseStyle16.Name = "Row Header"; gridBaseStyle16.StyleInfo.BaseStyle = "Header"; gridBaseStyle16.StyleInfo.CellType = "RowHeaderCell"; gridBaseStyle16.StyleInfo.Enabled = true; gridBaseStyle16.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left; this.gridDataBoundGrid4.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] { gridBaseStyle13, gridBaseStyle14, gridBaseStyle15, gridBaseStyle16 }); this.gridDataBoundGrid4.DataMember = ""; this.gridDataBoundGrid4.FillSplitterPane = true; this.gridDataBoundGrid4.Location = new System.Drawing.Point(112, 112); this.gridDataBoundGrid4.Name = "gridDataBoundGrid4"; this.gridDataBoundGrid4.ShowCurrentCellBorderBehavior = Syncfusion.Windows.Forms.Grid.GridShowCurrentCellBorder.GrayWhenLostFocus; this.gridDataBoundGrid4.Size = new System.Drawing.Size(130, 80); this.gridDataBoundGrid4.SmartSizeBox = false; this.gridDataBoundGrid4.SortBehavior = Syncfusion.Windows.Forms.Grid.GridSortBehavior.None; // // tabBarPage5 // this.tabBarPage5.Controls.Add(this.gridDataBoundGrid5); this.tabBarPage5.Location = new System.Drawing.Point(0, 0); this.tabBarPage5.Name = "tabBarPage5"; this.tabBarPage5.SplitBars = ((Syncfusion.Windows.Forms.DynamicSplitBars)((Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows | Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns))); this.tabBarPage5.TabBackColor = System.Drawing.SystemColors.Control; this.tabBarPage5.TabBarColor = System.Drawing.Color.Empty; this.tabBarPage5.TabMaxWidth = 100; this.tabBarPage5.Text = "GDBG5"; this.tabBarPage5.ThemesEnabled = false; // // gridDataBoundGrid5 // this.gridDataBoundGrid5.DpiAware = true; this.gridDataBoundGrid5.ActivateCurrentCellBehavior = Syncfusion.Windows.Forms.Grid.GridCellActivateAction.DblClickOnCell; this.gridDataBoundGrid5.AllowDragSelectedCols = true; gridBaseStyle17.Name = "Column Header"; gridBaseStyle17.StyleInfo.BaseStyle = "Header"; gridBaseStyle17.StyleInfo.CellType = "ColumnHeaderCell"; gridBaseStyle17.StyleInfo.Enabled = false; gridBaseStyle17.StyleInfo.Font.Bold = false; gridBaseStyle17.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Center; gridBaseStyle18.Name = "Header"; gridBaseStyle18.StyleInfo.Borders.Bottom = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle18.StyleInfo.Borders.Left = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle18.StyleInfo.Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle18.StyleInfo.Borders.Top = new Syncfusion.Windows.Forms.Grid.GridBorder(Syncfusion.Windows.Forms.Grid.GridBorderStyle.None); gridBaseStyle18.StyleInfo.CellType = "Header"; gridBaseStyle18.StyleInfo.Font.Bold = true; gridBaseStyle18.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control); gridBaseStyle18.StyleInfo.VerticalAlignment = Syncfusion.Windows.Forms.Grid.GridVerticalAlignment.Middle; gridBaseStyle19.Name = "Standard"; gridBaseStyle19.StyleInfo.CheckBoxOptions.CheckedValue = "True"; gridBaseStyle19.StyleInfo.CheckBoxOptions.UncheckedValue = "False"; gridBaseStyle19.StyleInfo.Interior = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Window); gridBaseStyle20.Name = "Row Header"; gridBaseStyle20.StyleInfo.BaseStyle = "Header"; gridBaseStyle20.StyleInfo.CellType = "RowHeaderCell"; gridBaseStyle20.StyleInfo.Enabled = true; gridBaseStyle20.StyleInfo.HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Left; this.gridDataBoundGrid5.BaseStylesMap.AddRange(new Syncfusion.Windows.Forms.Grid.GridBaseStyle[] { gridBaseStyle17, gridBaseStyle18, gridBaseStyle19, gridBaseStyle20 }); this.gridDataBoundGrid5.DataMember = ""; this.gridDataBoundGrid5.FillSplitterPane = true; this.gridDataBoundGrid5.Location = new System.Drawing.Point(144, 96); this.gridDataBoundGrid5.Name = "gridDataBoundGrid5"; this.gridDataBoundGrid5.ShowCurrentCellBorderBehavior = Syncfusion.Windows.Forms.Grid.GridShowCurrentCellBorder.GrayWhenLostFocus; this.gridDataBoundGrid5.Size = new System.Drawing.Size(130, 80); this.gridDataBoundGrid5.SmartSizeBox = false; this.gridDataBoundGrid5.SortBehavior = Syncfusion.Windows.Forms.Grid.GridSortBehavior.None; // // GridDataBoundGridWorkBookForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(656, 454); this.Controls.Add(this.tabBarSplitterControl1); this.Controls.Add(this.label1); this.Controls.Add(this.checkBox1); this.MinimumSize = new System.Drawing.Size(600, 500); this.Name = "GridDataBoundGridWorkBookForm"; this.Text = "Grid-Data-Bound-Grid Calculator "; this.Load += new System.EventHandler(this.gridDataBoundGridWorkBookForm_Load); this.tabBarSplitterControl1.ResumeLayout(false); this.tabBarPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridDataBoundGrid1)).EndInit(); this.tabBarPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridDataBoundGrid2)).EndInit(); this.tabBarPage3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridDataBoundGrid3)).EndInit(); this.tabBarPage4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridDataBoundGrid4)).EndInit(); this.tabBarPage5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridDataBoundGrid5)).EndInit(); this.ResumeLayout(false); }