namespace SharpImage.Forms { partial class siFormSelection { /// /// 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(siFormSelection)); this.listSelection = new System.Windows.Forms.ListView(); this.colInfo = new System.Windows.Forms.ColumnHeader(); this.menuItem = new System.Windows.Forms.ContextMenuStrip(this.components); 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); // // listSelection // this.listSelection.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.listSelection.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.colInfo}); this.listSelection.ContextMenuStrip = this.menuItem; this.listSelection.Dock = System.Windows.Forms.DockStyle.Fill; this.listSelection.FullRowSelect = true; this.listSelection.GridLines = true; this.listSelection.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.listSelection.HideSelection = false; this.listSelection.Location = new System.Drawing.Point(0, 0); this.listSelection.MultiSelect = false; this.listSelection.Name = "listSelection"; this.listSelection.ShowGroups = false; this.listSelection.Size = new System.Drawing.Size(363, 231); this.listSelection.TabIndex = 11; this.listSelection.UseCompatibleStateImageBehavior = false; this.listSelection.View = System.Windows.Forms.View.Details; this.listSelection.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listSelection_KeyDown); // // colInfo // this.colInfo.Text = "Selection Information"; this.colInfo.Width = 308; // // menuItem // this.menuItem.Name = "menuItem"; this.menuItem.Size = new System.Drawing.Size(153, 92); // // 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.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 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 = 11; this.cmdClear.Text = "Clear"; this.cmdClear.UseVisualStyleBackColor = true; this.cmdClear.Click += new System.EventHandler(this.cmdClear_Click); // // siFormSelection // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(363, 283); this.Controls.Add(this.listSelection); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "siFormSelection"; this.Text = "Edit Selections"; this.Controls.SetChildIndex(this.panelBottom, 0); this.Controls.SetChildIndex(this.listSelection, 0); this.panelBottom.ResumeLayout(false); this.menuItem.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView listSelection; private System.Windows.Forms.ColumnHeader colInfo; private System.Windows.Forms.ContextMenuStrip menuItem; private System.Windows.Forms.Button cmdClear; } }