namespace friction { partial class PanelResult { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PanelResult)); this.dgvData = new System.Windows.Forms.DataGridView(); this.lvColumn = new System.Windows.Forms.ListView(); this.lvchColumns = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit(); this.SuspendLayout(); // // dgvData // this.dgvData.AllowUserToAddRows = false; this.dgvData.AllowUserToDeleteRows = false; 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.ReadOnly = true; this.dgvData.RowTemplate.Height = 23; this.dgvData.Size = new System.Drawing.Size(713, 719); this.dgvData.TabIndex = 0; // // lvColumn // this.lvColumn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.lvColumn.CheckBoxes = true; this.lvColumn.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.lvchColumns}); this.lvColumn.FullRowSelect = true; this.lvColumn.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.lvColumn.Location = new System.Drawing.Point(722, 3); this.lvColumn.MultiSelect = false; this.lvColumn.Name = "lvColumn"; this.lvColumn.Size = new System.Drawing.Size(199, 718); this.lvColumn.TabIndex = 1; this.lvColumn.UseCompatibleStateImageBehavior = false; this.lvColumn.View = System.Windows.Forms.View.Details; this.lvColumn.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvColumn_ItemChecked); this.lvColumn.SizeChanged += new System.EventHandler(this.lvColumn_SizeChanged); // // lvchColumns // this.lvchColumns.Text = "Columns"; this.lvchColumns.Width = 175; // // PanelResult // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(922, 723); this.ControlBox = false; this.Controls.Add(this.lvColumn); this.Controls.Add(this.dgvData); this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((((WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight) | WeifenLuo.WinFormsUI.Docking.DockAreas.DockTop) | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom) | WeifenLuo.WinFormsUI.Docking.DockAreas.Document))); this.HideOnClose = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "PanelResult"; this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document; this.TabText = "Result Table"; this.Text = "Result Table"; ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView dgvData; private System.Windows.Forms.ListView lvColumn; private System.Windows.Forms.ColumnHeader lvchColumns; } }