namespace friction { partial class PanelCompatibility { /// /// 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(PanelCompatibility)); this.dgvMap = new System.Windows.Forms.DataGridView(); ((System.ComponentModel.ISupportInitialize)(this.dgvMap)).BeginInit(); this.SuspendLayout(); // // dgvMap // this.dgvMap.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.dgvMap.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvMap.Location = new System.Drawing.Point(12, 12); this.dgvMap.Name = "dgvMap"; this.dgvMap.RowTemplate.Height = 23; this.dgvMap.Size = new System.Drawing.Size(799, 647); this.dgvMap.TabIndex = 0; // // PanelCompatibility // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(823, 671); this.ControlBox = false; this.Controls.Add(this.dgvMap); this.HideOnClose = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "PanelCompatibility"; this.Text = "Material Compatibility Map"; ((System.ComponentModel.ISupportInitialize)(this.dgvMap)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView dgvMap; } }