namespace OTSPartA_STDEditor
{
partial class Attributes
{
///
/// 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.Grid_Attributes = new SourceGrid.Grid();
this.SuspendLayout();
//
// Grid_Attributes
//
this.Grid_Attributes.BackColor = System.Drawing.SystemColors.Control;
this.Grid_Attributes.Dock = System.Windows.Forms.DockStyle.Fill;
this.Grid_Attributes.EnableSort = true;
this.Grid_Attributes.Location = new System.Drawing.Point(0, 0);
this.Grid_Attributes.Name = "Grid_Attributes";
this.Grid_Attributes.OptimizeMode = SourceGrid.CellOptimizeMode.ForRows;
this.Grid_Attributes.SelectionMode = SourceGrid.GridSelectionMode.Cell;
this.Grid_Attributes.Size = new System.Drawing.Size(231, 667);
this.Grid_Attributes.TabIndex = 7;
this.Grid_Attributes.TabStop = true;
this.Grid_Attributes.ToolTipText = "";
//
// Attributes
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(231, 667);
this.CloseButton = false;
this.CloseButtonVisible = false;
this.Controls.Add(this.Grid_Attributes);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Name = "Attributes";
this.Text = "Attributes";
this.Load += new System.EventHandler(this.Attributes_Load);
this.ResumeLayout(false);
}
#endregion
public SourceGrid.Grid Grid_Attributes;
}
}