namespace friction { partial class RowPanel { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.dgvData = new System.Windows.Forms.DataGridView(); this.lbColumn = new System.Windows.Forms.CheckedListBox(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit(); this.SuspendLayout(); // // dgvData // this.dgvData.AllowUserToOrderColumns = true; this.dgvData.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.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvData.Location = new System.Drawing.Point(3, 3); this.dgvData.Name = "dgvData"; this.dgvData.RowTemplate.Height = 23; this.dgvData.Size = new System.Drawing.Size(713, 724); this.dgvData.TabIndex = 0; // // lbColumn // this.lbColumn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.lbColumn.FormattingEnabled = true; this.lbColumn.Location = new System.Drawing.Point(719, 3); this.lbColumn.Name = "lbColumn"; this.lbColumn.Size = new System.Drawing.Size(200, 724); this.lbColumn.TabIndex = 1; // // RowPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(922, 723); this.Controls.Add(this.lbColumn); this.Controls.Add(this.dgvData); this.HideOnClose = true; this.Name = "RowPanel"; this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document; this.Text = "Row Data"; ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView dgvData; private System.Windows.Forms.CheckedListBox lbColumn; } }