- Material Compatibility Map 추가
This commit is contained in:
66
PanelCompatibility.Designer.cs
generated
Normal file
66
PanelCompatibility.Designer.cs
generated
Normal file
@@ -0,0 +1,66 @@
|
||||
namespace friction
|
||||
{
|
||||
partial class PanelCompatibility
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
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.Name = "PanelCompatibility";
|
||||
this.Text = "Material Compatibility Map";
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgvMap)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.DataGridView dgvMap;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user