namespace MdiDemo
{
partial class MdiTopListForm
{
///
/// 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.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.duplicateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.detachWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.attachWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.formSnapper1 = new Informacija.FormSnapper(this.components);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToOrderColumns = true;
this.dataGridView1.AllowUserToResizeRows = false;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.Gainsboro;
this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2;
this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Margin = new System.Windows.Forms.Padding(0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(297, 341);
this.dataGridView1.TabIndex = 0;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.duplicateToolStripMenuItem,
this.detachWindowToolStripMenuItem,
this.attachWindowToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(159, 70);
//
// duplicateToolStripMenuItem
//
this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem";
this.duplicateToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
this.duplicateToolStripMenuItem.Text = "Duplicate";
this.duplicateToolStripMenuItem.Click += new System.EventHandler(this.duplicateToolStripMenuItem_Click);
//
// detachWindowToolStripMenuItem
//
this.detachWindowToolStripMenuItem.CheckOnClick = true;
this.detachWindowToolStripMenuItem.Name = "detachWindowToolStripMenuItem";
this.detachWindowToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
this.detachWindowToolStripMenuItem.Text = "Detach Window";
this.detachWindowToolStripMenuItem.Click += new System.EventHandler(this.detachWindowToolStripMenuItem_Click);
//
// attachWindowToolStripMenuItem
//
this.attachWindowToolStripMenuItem.Checked = true;
this.attachWindowToolStripMenuItem.CheckOnClick = true;
this.attachWindowToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.attachWindowToolStripMenuItem.Name = "attachWindowToolStripMenuItem";
this.attachWindowToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
this.attachWindowToolStripMenuItem.Text = "Attach Window";
this.attachWindowToolStripMenuItem.Click += new System.EventHandler(this.attachWindowToolStripMenuItem_Click);
//
// formSnapper1
//
this.formSnapper1.ContainerControl = this;
this.formSnapper1.Enabled = false;
this.formSnapper1.FamilyName = "";
this.formSnapper1.SnapDistance = 20;
this.formSnapper1.Win10HeightAdjustment = 0;
this.formSnapper1.Win10WidthAdjustment = 0;
//
// MdiTopListForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(297, 341);
this.Controls.Add(this.dataGridView1);
this.Name = "MdiTopListForm";
this.Text = "Mdi Top List Form";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MdiTopListForm_FormClosed);
this.LocationChanged += new System.EventHandler(this.MdiTopListForm_LocationChanged);
this.Move += new System.EventHandler(this.MdiTopListForm_Move);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem duplicateToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem detachWindowToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem attachWindowToolStripMenuItem;
private Informacija.FormSnapper formSnapper1;
}
}