namespace SharpImage.Forms
{
partial class siFormSelectSeeds
{
///
/// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(siFormSelectSeeds));
this.listPoints = new System.Windows.Forms.ListView();
this.colIndex = new System.Windows.Forms.ColumnHeader();
this.colValue = new System.Windows.Forms.ColumnHeader();
this.cmdClear = new System.Windows.Forms.Button();
this.menuItem = new System.Windows.Forms.ContextMenuStrip(this.components);
this.menuItemRemove = new System.Windows.Forms.ToolStripMenuItem();
this.panelBottom.SuspendLayout();
this.menuItem.SuspendLayout();
this.SuspendLayout();
//
// listSeeds
//
this.listPoints.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.listPoints.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.colIndex,
this.colValue});
this.listPoints.ContextMenuStrip = this.menuItem;
this.listPoints.Dock = System.Windows.Forms.DockStyle.Fill;
this.listPoints.FullRowSelect = true;
this.listPoints.GridLines = true;
this.listPoints.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.listPoints.HideSelection = false;
this.listPoints.Location = new System.Drawing.Point(0, 0);
this.listPoints.MultiSelect = false;
this.listPoints.Name = "listSeeds";
this.listPoints.ShowGroups = false;
this.listPoints.Size = new System.Drawing.Size(434, 276);
this.listPoints.TabIndex = 9;
this.listPoints.UseCompatibleStateImageBehavior = false;
this.listPoints.View = System.Windows.Forms.View.Details;
this.listPoints.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listSeeds_KeyDown);
this.listPoints.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listSeeds_ItemSelectionChanged);
//
// colIndex
//
this.colIndex.Text = "Index";
this.colIndex.Width = 161;
//
// colValue
//
this.colValue.Text = "Value";
this.colValue.Width = 70;
//
// cmdClear
//
this.cmdClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cmdClear.DialogResult = System.Windows.Forms.DialogResult.OK;
this.cmdClear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cmdClear.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.cmdClear.Location = new System.Drawing.Point(12, 10);
this.cmdClear.Name = "cmdClear";
this.cmdClear.Size = new System.Drawing.Size(64, 30);
this.cmdClear.TabIndex = 9;
this.cmdClear.Text = "Clear";
this.cmdClear.UseVisualStyleBackColor = true;
this.cmdClear.Click += new System.EventHandler(this.cmdClear_Click);
//
// panelBottom
//
this.panelBottom.Controls.Add(this.cmdClear);
this.panelBottom.Controls.SetChildIndex(this.cmdClear, 0);
//
// menuItem
//
this.menuItem.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuItemRemove});
this.menuItem.Name = "menuItem";
this.menuItem.Size = new System.Drawing.Size(125, 26);
//
// menuItemRemove
//
this.menuItemRemove.Name = "menuItemRemove";
this.menuItemRemove.Size = new System.Drawing.Size(124, 22);
this.menuItemRemove.Text = "Remove";
this.menuItemRemove.Click += new System.EventHandler(this.menuItemRemove_Click);
//
// FormSelectSeeds
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(434, 328);
this.Controls.Add(this.listPoints);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FormSelectSeeds";
this.Text = "Selected Seeds";
this.Controls.SetChildIndex(this.panelBottom, 0);
this.Controls.SetChildIndex(this.listPoints, 0);
this.panelBottom.ResumeLayout(false);
this.menuItem.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListView listPoints;
private System.Windows.Forms.ColumnHeader colIndex;
private System.Windows.Forms.ColumnHeader colValue;
private System.Windows.Forms.Button cmdClear;
private System.Windows.Forms.ContextMenuStrip menuItem;
private System.Windows.Forms.ToolStripMenuItem menuItemRemove;
}
}