namespace SharpImage.Forms { partial class siFormSelectDirectedSeed { /// /// 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(siFormSelectDirectedSeed)); this.listSeeds = new System.Windows.Forms.ListView(); this.colIndex = new System.Windows.Forms.ColumnHeader(); this.colDirection = new System.Windows.Forms.ColumnHeader(); this.menuItem = new System.Windows.Forms.ContextMenuStrip(this.components); this.menuItemRemove = new System.Windows.Forms.ToolStripMenuItem(); this.cmdClear = new System.Windows.Forms.Button(); this.panelBottom.SuspendLayout(); this.menuItem.SuspendLayout(); this.SuspendLayout(); // // panelBottom // this.panelBottom.Controls.Add(this.cmdClear); this.panelBottom.Controls.SetChildIndex(this.cmdClear, 0); // // listSeeds // this.listSeeds.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.listSeeds.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.colIndex, this.colDirection}); this.listSeeds.ContextMenuStrip = this.menuItem; this.listSeeds.Dock = System.Windows.Forms.DockStyle.Fill; this.listSeeds.FullRowSelect = true; this.listSeeds.GridLines = true; this.listSeeds.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.listSeeds.HideSelection = false; this.listSeeds.Location = new System.Drawing.Point(0, 0); this.listSeeds.MultiSelect = false; this.listSeeds.Name = "listSeeds"; this.listSeeds.ShowGroups = false; this.listSeeds.Size = new System.Drawing.Size(374, 276); this.listSeeds.TabIndex = 9; this.listSeeds.UseCompatibleStateImageBehavior = false; this.listSeeds.View = System.Windows.Forms.View.Details; this.listSeeds.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listSeeds_KeyDown); this.listSeeds.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listSeeds_ItemSelectionChanged); // // colIndex // this.colIndex.Text = "Index"; this.colIndex.Width = 79; // // colDirection // this.colDirection.Text = "Direction"; this.colDirection.Width = 159; // // 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); // // 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); // // siFormSelectSeededDirections // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(374, 328); this.Controls.Add(this.listSeeds); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "siFormSelectSeededDirections"; this.Text = "Selected Seeds"; this.Controls.SetChildIndex(this.panelBottom, 0); this.Controls.SetChildIndex(this.listSeeds, 0); this.panelBottom.ResumeLayout(false); this.menuItem.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView listSeeds; private System.Windows.Forms.ColumnHeader colIndex; private System.Windows.Forms.ColumnHeader colDirection; private System.Windows.Forms.Button cmdClear; private System.Windows.Forms.ContextMenuStrip menuItem; private System.Windows.Forms.ToolStripMenuItem menuItemRemove; } }