namespace Volian.Controls.Library { partial class TablePropertiesControl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lbl_Rows = new System.Windows.Forms.Label(); this.lbl_Cols = new System.Windows.Forms.Label(); this.NumRows = new System.Windows.Forms.NumericUpDown(); this.NumCols = new System.Windows.Forms.NumericUpDown(); this.dataview = new System.Windows.Forms.DataGridView(); this.lbltitle = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.NumRows)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NumCols)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataview)).BeginInit(); this.SuspendLayout(); // // lbl_Rows // this.lbl_Rows.AutoSize = true; this.lbl_Rows.Location = new System.Drawing.Point(0, 34); this.lbl_Rows.Name = "lbl_Rows"; this.lbl_Rows.Size = new System.Drawing.Size(89, 13); this.lbl_Rows.TabIndex = 0; this.lbl_Rows.Text = "Number of Rows:"; // // lbl_Cols // this.lbl_Cols.AutoSize = true; this.lbl_Cols.Location = new System.Drawing.Point(0, 56); this.lbl_Cols.Name = "lbl_Cols"; this.lbl_Cols.Size = new System.Drawing.Size(102, 13); this.lbl_Cols.TabIndex = 1; this.lbl_Cols.Text = "Number of Columns:"; // // NumRows // this.NumRows.Location = new System.Drawing.Point(114, 32); this.NumRows.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.NumRows.Name = "NumRows"; this.NumRows.Size = new System.Drawing.Size(47, 20); this.NumRows.TabIndex = 3; this.NumRows.Value = new decimal(new int[] { 1, 0, 0, 0}); this.NumRows.ValueChanged += new System.EventHandler(this.NumRows_ValueChanged); // // NumCols // this.NumCols.Location = new System.Drawing.Point(114, 54); this.NumCols.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.NumCols.Name = "NumCols"; this.NumCols.Size = new System.Drawing.Size(47, 20); this.NumCols.TabIndex = 4; this.NumCols.Value = new decimal(new int[] { 1, 0, 0, 0}); this.NumCols.ValueChanged += new System.EventHandler(this.NumCols_ValueChanged); // // dataview // this.dataview.AllowUserToAddRows = false; this.dataview.AllowUserToDeleteRows = false; this.dataview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataview.ColumnHeadersVisible = false; this.dataview.Location = new System.Drawing.Point(3, 73); this.dataview.Name = "dataview"; this.dataview.Size = new System.Drawing.Size(316, 150); this.dataview.TabIndex = 5; this.dataview.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataview_CellEndEdit); // // lbltitle // this.lbltitle.AutoSize = true; this.lbltitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbltitle.Location = new System.Drawing.Point(3, 4); this.lbltitle.Name = "lbltitle"; this.lbltitle.Size = new System.Drawing.Size(0, 17); this.lbltitle.TabIndex = 6; // // TablePropertiesControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.lbltitle); this.Controls.Add(this.dataview); this.Controls.Add(this.NumCols); this.Controls.Add(this.NumRows); this.Controls.Add(this.lbl_Cols); this.Controls.Add(this.lbl_Rows); this.Name = "TablePropertiesControl"; this.Size = new System.Drawing.Size(319, 252); ((System.ComponentModel.ISupportInitialize)(this.NumRows)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NumCols)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataview)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lbl_Rows; private System.Windows.Forms.Label lbl_Cols; private System.Windows.Forms.NumericUpDown NumRows; private System.Windows.Forms.NumericUpDown NumCols; private System.Windows.Forms.DataGridView dataview; private System.Windows.Forms.Label lbltitle; } }