/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     BinaryComponents.SuperList.Sections.SectionFactory sectionFactory1 = new BinaryComponents.SuperList.Sections.SectionFactory();
     this._listControl = new BinaryComponents.SuperList.ListControl();
     this.SuspendLayout();
     //
     // _listControl
     //
     this._listControl.AllowDrop            = true;
     this._listControl.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this._listControl.FocusedItem          = null;
     this._listControl.Location             = new System.Drawing.Point(0, 0);
     this._listControl.MultiSelect          = true;
     this._listControl.Name                 = "_listControl";
     this._listControl.SectionFactory       = sectionFactory1;
     this._listControl.ShowCustomizeSection = true;
     this._listControl.ShowHeaderSection    = true;
     this._listControl.Size                 = new System.Drawing.Size(364, 345);
     this._listControl.TabIndex             = 0;
     //
     // ResultsControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this._listControl);
     this.Name = "ResultsControl";
     this.Size = new System.Drawing.Size(364, 345);
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AvailableSectionsForm));
            BinaryComponents.SuperList.Sections.SectionFactory sectionFactory1 = new BinaryComponents.SuperList.Sections.SectionFactory();
            this._panel = new System.Windows.Forms.Panel();
            this._availableSectionsControl = new BinaryComponents.SuperList.Helper.AvailableSectionsControl();
            this._label = new System.Windows.Forms.Label();
            this._panel.SuspendLayout();
            this.SuspendLayout();
            // 
            // _panel
            // 
            resources.ApplyResources(this._panel, "_panel");
            this._panel.Controls.Add(this._availableSectionsControl);
            this._panel.Name = "_panel";
            // 
            // _availableSectionsControl
            // 
            this._availableSectionsControl.AllowDrop = true;
            this._availableSectionsControl.ColumnList = null;
            resources.ApplyResources(this._availableSectionsControl, "_availableSectionsControl");
            this._availableSectionsControl.Name = "_availableSectionsControl";
            this._availableSectionsControl.SectionFactory = sectionFactory1;
            // 
            // _label
            // 
            resources.ApplyResources(this._label, "_label");
            this._label.Name = "_label";
            // 
            // AvailableSectionsForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this._panel);
            this.Controls.Add(this._label);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "AvailableSectionsForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this._panel.ResumeLayout(false);
            this.ResumeLayout(false);

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     BinaryComponents.SuperList.Sections.SectionFactory sectionFactory1 = new BinaryComponents.SuperList.Sections.SectionFactory();
     this._panel = new System.Windows.Forms.Panel();
     this._availableSectionsControl = new BinaryComponents.SuperList.Helper.AvailableSectionsControl();
     this._label = new System.Windows.Forms.Label();
     this._panel.SuspendLayout();
     this.SuspendLayout();
     //
     // _panel
     //
     this._panel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this._panel.AutoScroll = true;
     this._panel.Controls.Add(this._availableSectionsControl);
     this._panel.Location = new System.Drawing.Point(0, 44);
     this._panel.Name     = "_panel";
     this._panel.Size     = new System.Drawing.Size(164, 114);
     this._panel.TabIndex = 0;
     //
     // _availableSectionsControl
     //
     this._availableSectionsControl.AllowDrop      = true;
     this._availableSectionsControl.ColumnList     = null;
     this._availableSectionsControl.Dock           = System.Windows.Forms.DockStyle.Fill;
     this._availableSectionsControl.Location       = new System.Drawing.Point(0, 0);
     this._availableSectionsControl.Name           = "_availableSectionsControl";
     this._availableSectionsControl.SectionFactory = sectionFactory1;
     this._availableSectionsControl.Size           = new System.Drawing.Size(164, 0);
     this._availableSectionsControl.TabIndex       = 1;
     //
     // _label
     //
     this._label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this._label.Location = new System.Drawing.Point(3, 1);
     this._label.Name     = "_label";
     this._label.Size     = new System.Drawing.Size(161, 47);
     this._label.TabIndex = 1;
     this._label.Text     = "Drag and drop the columns below onto either the header or group box on the list:";
     //
     // AvailableSectionsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(163, 158);
     this.Controls.Add(this._label);
     this.Controls.Add(this._panel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "AvailableSectionsForm";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Column Chooser";
     this._panel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager     resources       = new System.ComponentModel.ComponentResourceManager(typeof(SuperListTestForm));
     BinaryComponents.SuperList.Sections.SectionFactory sectionFactory1 = new BinaryComponents.SuperList.Sections.SectionFactory();
     this.menuStrip1    = new System.Windows.Forms.MenuStrip();
     this._fileMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.loadConfigToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.saveConfigToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2                  = new System.Windows.Forms.ToolStripSeparator();
     this._fileExitMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     this.actionsToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.startTimedAdditionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.clearListToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.selectAllToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1                  = new System.Windows.Forms.ToolStripSeparator();
     this._ensureItemVisibleToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this._dirtyItemsToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this._selectItemsToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.clearSelectionToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this._sizeColumnsToFitToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.customizeToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.allowDragDrop = new System.Windows.Forms.ToolStripMenuItem();
     this.toggleGroupAreaVisibilityToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.toggleHeaderVisibilityToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toggleRowPaintingOverrideToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.emailLikePreviewToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.emailLikePreviewToolStripMenuItemAll          = new System.Windows.Forms.ToolStripMenuItem();
     this.emailLikePreviewToolStripMenuItemSelectedOnly = new System.Windows.Forms.ToolStripMenuItem();
     this.emailLikePreviewToolStripMenuItemNone         = new System.Windows.Forms.ToolStripMenuItem();
     this._imageList = new System.Windows.Forms.ImageList(this.components);
     this._superList = new BinaryComponents.SuperList.ListControl();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._fileMenuItem,
         this.actionsToolStripMenuItem,
         this.customizeToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(615, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // _fileMenuItem
     //
     this._fileMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.loadConfigToolStripMenuItem,
         this.saveConfigToolStripMenuItem,
         this.toolStripSeparator2,
         this._fileExitMenuItem
     });
     this._fileMenuItem.Name = "_fileMenuItem";
     this._fileMenuItem.Size = new System.Drawing.Size(37, 20);
     this._fileMenuItem.Text = "File";
     //
     // loadConfigToolStripMenuItem
     //
     this.loadConfigToolStripMenuItem.Name   = "loadConfigToolStripMenuItem";
     this.loadConfigToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.loadConfigToolStripMenuItem.Text   = "Load Config...";
     this.loadConfigToolStripMenuItem.Click += new System.EventHandler(this.loadConfigToolStripMenuItem_Click_1);
     //
     // saveConfigToolStripMenuItem
     //
     this.saveConfigToolStripMenuItem.Name   = "saveConfigToolStripMenuItem";
     this.saveConfigToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.saveConfigToolStripMenuItem.Text   = "Save Config...";
     this.saveConfigToolStripMenuItem.Click += new System.EventHandler(this.saveConfigToolStripMenuItem_Click_1);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(145, 6);
     //
     // _fileExitMenuItem
     //
     this._fileExitMenuItem.Name         = "_fileExitMenuItem";
     this._fileExitMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
     this._fileExitMenuItem.Size         = new System.Drawing.Size(148, 22);
     this._fileExitMenuItem.Text         = "E&xit";
     this._fileExitMenuItem.Click       += new System.EventHandler(this._fileExitMenuItem_Click);
     //
     // actionsToolStripMenuItem
     //
     this.actionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.startTimedAdditionsToolStripMenuItem,
         this.clearListToolStripMenuItem,
         this.selectAllToolStripMenuItem,
         this.toolStripSeparator1,
         this._ensureItemVisibleToolStripMenuItem,
         this._dirtyItemsToolStripMenuItem,
         this._selectItemsToolStripMenuItem,
         this.clearSelectionToolStripMenuItem,
         this._sizeColumnsToFitToolStripMenuItem
     });
     this.actionsToolStripMenuItem.Name = "actionsToolStripMenuItem";
     this.actionsToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
     this.actionsToolStripMenuItem.Text = "Actions";
     //
     // startTimedAdditionsToolStripMenuItem
     //
     this.startTimedAdditionsToolStripMenuItem.Name         = "startTimedAdditionsToolStripMenuItem";
     this.startTimedAdditionsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
     this.startTimedAdditionsToolStripMenuItem.Size         = new System.Drawing.Size(245, 22);
     this.startTimedAdditionsToolStripMenuItem.Text         = "Toggle Timed Additions";
     this.startTimedAdditionsToolStripMenuItem.Click       += new System.EventHandler(this.startTimedAdditionsToolStripMenuItem_Click);
     //
     // clearListToolStripMenuItem
     //
     this.clearListToolStripMenuItem.Name   = "clearListToolStripMenuItem";
     this.clearListToolStripMenuItem.Size   = new System.Drawing.Size(245, 22);
     this.clearListToolStripMenuItem.Text   = "Clear List";
     this.clearListToolStripMenuItem.Click += new System.EventHandler(this.clearListToolStripMenuItem_Click);
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.Name   = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.Size   = new System.Drawing.Size(245, 22);
     this.selectAllToolStripMenuItem.Text   = "Select All";
     this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(242, 6);
     //
     // _ensureItemVisibleToolStripMenuItem
     //
     this._ensureItemVisibleToolStripMenuItem.Name   = "_ensureItemVisibleToolStripMenuItem";
     this._ensureItemVisibleToolStripMenuItem.Size   = new System.Drawing.Size(245, 22);
     this._ensureItemVisibleToolStripMenuItem.Text   = "Ensure Item Visible...";
     this._ensureItemVisibleToolStripMenuItem.Click += new System.EventHandler(this._ensureItemVisibleToolStripMenuItem_Click);
     //
     // _dirtyItemsToolStripMenuItem
     //
     this._dirtyItemsToolStripMenuItem.Name   = "_dirtyItemsToolStripMenuItem";
     this._dirtyItemsToolStripMenuItem.Size   = new System.Drawing.Size(245, 22);
     this._dirtyItemsToolStripMenuItem.Text   = "Dirty Items...";
     this._dirtyItemsToolStripMenuItem.Click += new System.EventHandler(this._dirtyItemsToolStripMenuItem_Click);
     //
     // _selectItemsToolStripMenuItem
     //
     this._selectItemsToolStripMenuItem.Name   = "_selectItemsToolStripMenuItem";
     this._selectItemsToolStripMenuItem.Size   = new System.Drawing.Size(245, 22);
     this._selectItemsToolStripMenuItem.Text   = "Select Items...";
     this._selectItemsToolStripMenuItem.Click += new System.EventHandler(this.selectItemsToolStripMenuItem_Click);
     //
     // clearSelectionToolStripMenuItem
     //
     this.clearSelectionToolStripMenuItem.Name   = "clearSelectionToolStripMenuItem";
     this.clearSelectionToolStripMenuItem.Size   = new System.Drawing.Size(245, 22);
     this.clearSelectionToolStripMenuItem.Text   = "Clear Selection";
     this.clearSelectionToolStripMenuItem.Click += new System.EventHandler(this.clearSelectionToolStripMenuItem_Click);
     //
     // _sizeColumnsToFitToolStripMenuItem
     //
     this._sizeColumnsToFitToolStripMenuItem.Name   = "_sizeColumnsToFitToolStripMenuItem";
     this._sizeColumnsToFitToolStripMenuItem.Size   = new System.Drawing.Size(245, 22);
     this._sizeColumnsToFitToolStripMenuItem.Text   = "Size Columns to Fit";
     this._sizeColumnsToFitToolStripMenuItem.Click += new System.EventHandler(this._sizeColumnsToFitToolStripMenuItem_Click);
     //
     // customizeToolStripMenuItem
     //
     this.customizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.allowDragDrop,
         this.toggleGroupAreaVisibilityToolStripMenuItem,
         this.toggleHeaderVisibilityToolStripMenuItem,
         this.toggleRowPaintingOverrideToolStripMenuItem,
         this.emailLikePreviewToolStripMenuItem
     });
     this.customizeToolStripMenuItem.Name = "customizeToolStripMenuItem";
     this.customizeToolStripMenuItem.Size = new System.Drawing.Size(75, 20);
     this.customizeToolStripMenuItem.Text = "Customize";
     //
     // allowDragDrop
     //
     this.allowDragDrop.CheckOnClick       = true;
     this.allowDragDrop.Name               = "allowDragDrop";
     this.allowDragDrop.Size               = new System.Drawing.Size(232, 22);
     this.allowDragDrop.Text               = "AllowDragDrop";
     this.allowDragDrop.CheckStateChanged += new System.EventHandler(this.allowDragDrop_CheckStateChanged);
     //
     // toggleGroupAreaVisibilityToolStripMenuItem
     //
     this.toggleGroupAreaVisibilityToolStripMenuItem.Name   = "toggleGroupAreaVisibilityToolStripMenuItem";
     this.toggleGroupAreaVisibilityToolStripMenuItem.Size   = new System.Drawing.Size(232, 22);
     this.toggleGroupAreaVisibilityToolStripMenuItem.Text   = "Toggle Group Area Visibility";
     this.toggleGroupAreaVisibilityToolStripMenuItem.Click += new System.EventHandler(this.toggleCustomAreaVisibilityToolStripMenuItem_Click);
     //
     // toggleHeaderVisibilityToolStripMenuItem
     //
     this.toggleHeaderVisibilityToolStripMenuItem.Name   = "toggleHeaderVisibilityToolStripMenuItem";
     this.toggleHeaderVisibilityToolStripMenuItem.Size   = new System.Drawing.Size(232, 22);
     this.toggleHeaderVisibilityToolStripMenuItem.Text   = "Toggle Header Visibility";
     this.toggleHeaderVisibilityToolStripMenuItem.Click += new System.EventHandler(this.toggleHeaderVisibilityToolStripMenuItem_Click);
     //
     // toggleRowPaintingOverrideToolStripMenuItem
     //
     this.toggleRowPaintingOverrideToolStripMenuItem.Name   = "toggleRowPaintingOverrideToolStripMenuItem";
     this.toggleRowPaintingOverrideToolStripMenuItem.Size   = new System.Drawing.Size(232, 22);
     this.toggleRowPaintingOverrideToolStripMenuItem.Text   = "Toggle Row Painting Override";
     this.toggleRowPaintingOverrideToolStripMenuItem.Click += new System.EventHandler(this.toggleRowPaintingOverrideToolStripMenuItem_Click);
     //
     // emailLikePreviewToolStripMenuItem
     //
     this.emailLikePreviewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.emailLikePreviewToolStripMenuItemAll,
         this.emailLikePreviewToolStripMenuItemSelectedOnly,
         this.emailLikePreviewToolStripMenuItemNone
     });
     this.emailLikePreviewToolStripMenuItem.Name = "emailLikePreviewToolStripMenuItem";
     this.emailLikePreviewToolStripMenuItem.Size = new System.Drawing.Size(232, 22);
     this.emailLikePreviewToolStripMenuItem.Text = "Email Preview Style";
     //
     // emailLikePreviewToolStripMenuItemAll
     //
     this.emailLikePreviewToolStripMenuItemAll.Name   = "emailLikePreviewToolStripMenuItemAll";
     this.emailLikePreviewToolStripMenuItemAll.Size   = new System.Drawing.Size(146, 22);
     this.emailLikePreviewToolStripMenuItemAll.Text   = "All Rows";
     this.emailLikePreviewToolStripMenuItemAll.Click += new System.EventHandler(this.emailLikePreviewToolStripMenuItemAll_Click);
     //
     // emailLikePreviewToolStripMenuItemSelectedOnly
     //
     this.emailLikePreviewToolStripMenuItemSelectedOnly.Name   = "emailLikePreviewToolStripMenuItemSelectedOnly";
     this.emailLikePreviewToolStripMenuItemSelectedOnly.Size   = new System.Drawing.Size(146, 22);
     this.emailLikePreviewToolStripMenuItemSelectedOnly.Text   = "Selected Only";
     this.emailLikePreviewToolStripMenuItemSelectedOnly.Click += new System.EventHandler(this.emailLikePreviewToolStripMenuItemSelectedOnly_Click);
     //
     // emailLikePreviewToolStripMenuItemNone
     //
     this.emailLikePreviewToolStripMenuItemNone.Name   = "emailLikePreviewToolStripMenuItemNone";
     this.emailLikePreviewToolStripMenuItemNone.Size   = new System.Drawing.Size(146, 22);
     this.emailLikePreviewToolStripMenuItemNone.Text   = "None";
     this.emailLikePreviewToolStripMenuItemNone.Click += new System.EventHandler(this.emailLikePreviewToolStripMenuItemNone_Click);
     //
     // _imageList
     //
     this._imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_imageList.ImageStream")));
     this._imageList.TransparentColor = System.Drawing.Color.Transparent;
     this._imageList.Images.SetKeyName(0, "Closed.png");
     this._imageList.Images.SetKeyName(1, "Open.png");
     //
     // _superList
     //
     this._superList.AllowDrop           = true;
     this._superList.AllowRowDragDrop    = false;
     this._superList.AllowSorting        = true;
     this._superList.AlternatingRowColor = System.Drawing.Color.Empty;
     this._superList.BorderStyle         = System.Windows.Forms.BorderStyle.Fixed3D;
     this._superList.Dock                          = System.Windows.Forms.DockStyle.Fill;
     this._superList.FocusedItem                   = null;
     this._superList.GroupSectionFont              = null;
     this._superList.GroupSectionForeColor         = System.Drawing.SystemColors.WindowText;
     this._superList.GroupSectionTextPlural        = "Items";
     this._superList.GroupSectionTextSingular      = "Item";
     this._superList.GroupSectionVerticalAlignment = BinaryComponents.WinFormsUtility.Drawing.GdiPlusEx.VAlignment.Top;
     this._superList.IndentColor                   = System.Drawing.Color.LightGoldenrodYellow;
     this._superList.Location                      = new System.Drawing.Point(0, 24);
     this._superList.MultiSelect                   = true;
     this._superList.Name                          = "_superList";
     this._superList.SectionFactory                = sectionFactory1;
     this._superList.SeparatorColor                = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(164)))), ((int)(((byte)(224)))));
     this._superList.ShowCustomizeSection          = true;
     this._superList.ShowHeaderSection             = true;
     this._superList.Size                          = new System.Drawing.Size(615, 471);
     this._superList.TabIndex                      = 1;
     this._superList.KeyDown                      += new System.Windows.Forms.KeyEventHandler(this._superList_KeyDown);
     //
     // SuperListTestForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(615, 495);
     this.Controls.Add(this._superList);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "SuperListTestForm";
     this.Text          = "SuperList Test";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     BinaryComponents.SuperList.Sections.SectionFactory sectionFactory1 = new BinaryComponents.SuperList.Sections.SectionFactory();
     BinaryComponents.SuperList.Sections.SectionFactory sectionFactory2 = new BinaryComponents.SuperList.Sections.SectionFactory();
     this._descriptionLabel = new System.Windows.Forms.Label();
     this._splitContainer   = new System.Windows.Forms.SplitContainer();
     this._listControl1     = new BinaryComponents.SuperList.ListControl();
     this._listControl2     = new BinaryComponents.SuperList.ListControl();
     this._splitContainer.Panel1.SuspendLayout();
     this._splitContainer.Panel2.SuspendLayout();
     this._splitContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // _descriptionLabel
     //
     this._descriptionLabel.AutoSize = true;
     this._descriptionLabel.Location = new System.Drawing.Point(207, 9);
     this._descriptionLabel.Name     = "_descriptionLabel";
     this._descriptionLabel.Size     = new System.Drawing.Size(139, 13);
     this._descriptionLabel.TabIndex = 1;
     this._descriptionLabel.Text     = "Drag and drop between lists";
     //
     // _splitContainer
     //
     this._splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this._splitContainer.Location = new System.Drawing.Point(3, 25);
     this._splitContainer.Name     = "_splitContainer";
     //
     // _splitContainer.Panel1
     //
     this._splitContainer.Panel1.Controls.Add(this._listControl1);
     //
     // _splitContainer.Panel2
     //
     this._splitContainer.Panel2.Controls.Add(this._listControl2);
     this._splitContainer.Size             = new System.Drawing.Size(578, 355);
     this._splitContainer.SplitterDistance = 289;
     this._splitContainer.TabIndex         = 3;
     //
     // _listControl1
     //
     this._listControl1.AllowDrop           = true;
     this._listControl1.AllowRowDragDrop    = false;
     this._listControl1.AllowSorting        = true;
     this._listControl1.AlternatingRowColor = System.Drawing.Color.Empty;
     this._listControl1.Dock                          = System.Windows.Forms.DockStyle.Fill;
     this._listControl1.FocusedItem                   = null;
     this._listControl1.GroupSectionFont              = null;
     this._listControl1.GroupSectionForeColor         = System.Drawing.SystemColors.WindowText;
     this._listControl1.GroupSectionTextPlural        = "Items";
     this._listControl1.GroupSectionTextSingular      = "Item";
     this._listControl1.GroupSectionVerticalAlignment = BinaryComponents.WinFormsUtility.Drawing.GdiPlusEx.VAlignment.Top;
     this._listControl1.IndentColor                   = System.Drawing.Color.LightGoldenrodYellow;
     this._listControl1.Location                      = new System.Drawing.Point(0, 0);
     this._listControl1.MultiSelect                   = true;
     this._listControl1.Name                          = "_listControl1";
     this._listControl1.SectionFactory                = sectionFactory1;
     this._listControl1.SeparatorColor                = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(164)))), ((int)(((byte)(224)))));
     this._listControl1.ShowCustomizeSection          = true;
     this._listControl1.ShowHeaderSection             = true;
     this._listControl1.Size                          = new System.Drawing.Size(289, 355);
     this._listControl1.TabIndex                      = 1;
     //
     // _listControl2
     //
     this._listControl2.AllowDrop           = true;
     this._listControl2.AllowRowDragDrop    = false;
     this._listControl2.AllowSorting        = true;
     this._listControl2.AlternatingRowColor = System.Drawing.Color.Empty;
     this._listControl2.Dock                          = System.Windows.Forms.DockStyle.Fill;
     this._listControl2.FocusedItem                   = null;
     this._listControl2.GroupSectionFont              = null;
     this._listControl2.GroupSectionForeColor         = System.Drawing.SystemColors.WindowText;
     this._listControl2.GroupSectionTextPlural        = "Items";
     this._listControl2.GroupSectionTextSingular      = "Item";
     this._listControl2.GroupSectionVerticalAlignment = BinaryComponents.WinFormsUtility.Drawing.GdiPlusEx.VAlignment.Top;
     this._listControl2.IndentColor                   = System.Drawing.Color.LightGoldenrodYellow;
     this._listControl2.Location                      = new System.Drawing.Point(0, 0);
     this._listControl2.MultiSelect                   = true;
     this._listControl2.Name                          = "_listControl2";
     this._listControl2.SectionFactory                = sectionFactory2;
     this._listControl2.SeparatorColor                = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(164)))), ((int)(((byte)(224)))));
     this._listControl2.ShowCustomizeSection          = true;
     this._listControl2.ShowHeaderSection             = true;
     this._listControl2.Size                          = new System.Drawing.Size(285, 355);
     this._listControl2.TabIndex                      = 3;
     //
     // DragDropForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(579, 379);
     this.Controls.Add(this._splitContainer);
     this.Controls.Add(this._descriptionLabel);
     this.Name = "DragDropForm";
     this.Text = "Drag & Drop Example";
     this._splitContainer.Panel1.ResumeLayout(false);
     this._splitContainer.Panel2.ResumeLayout(false);
     this._splitContainer.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductPane));
            BinaryComponents.SuperList.Sections.SectionFactory sectionFactory1 = new BinaryComponents.SuperList.Sections.SectionFactory();
            this.captionPane1 = new ProductMan.Panes.CaptionPane();
            this.searchPane1 = new ProductMan.Panes.SearchPane();
            this.filterPane1 = new ProductMan.Panes.FilterPane();
            this.listControl1 = new BinaryComponents.SuperList.ListControl();
            this.SuspendLayout();
            // 
            // captionPane1
            // 
            this.captionPane1.AllowActive = false;
            this.captionPane1.AntiAlias = false;
            this.captionPane1.Caption = "Products";
            resources.ApplyResources(this.captionPane1, "captionPane1");
            this.captionPane1.Name = "captionPane1";
            // 
            // searchPane1
            // 
            this.searchPane1.BackColor = System.Drawing.SystemColors.InactiveCaption;
            this.searchPane1.Caption = "Search";
            this.searchPane1.ConditionIndex = -1;
            resources.ApplyResources(this.searchPane1, "searchPane1");
            this.searchPane1.Hints = "";
            this.searchPane1.Name = "searchPane1";
            // 
            // filterPane1
            // 
            this.filterPane1.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            resources.ApplyResources(this.filterPane1, "filterPane1");
            this.filterPane1.Name = "filterPane1";
            // 
            // listControl1
            // 
            this.listControl1.AllowDrop = true;
            this.listControl1.AllowRowDragDrop = false;
            this.listControl1.AllowSorting = true;
            this.listControl1.AlternatingRowColor = System.Drawing.Color.Empty;
            resources.ApplyResources(this.listControl1, "listControl1");
            this.listControl1.FocusedItem = null;
            this.listControl1.GroupSectionFont = null;
            this.listControl1.GroupSectionForeColor = System.Drawing.SystemColors.WindowText;
            this.listControl1.GroupSectionTextPlural = "Items";
            this.listControl1.GroupSectionTextSingular = "Item";
            this.listControl1.GroupSectionVerticalAlignment = BinaryComponents.WinFormsUtility.Drawing.GdiPlusEx.VAlignment.Top;
            this.listControl1.IndentColor = System.Drawing.Color.LightGoldenrodYellow;
            this.listControl1.MultiSelect = false;
            this.listControl1.Name = "listControl1";
            this.listControl1.SectionFactory = sectionFactory1;
            this.listControl1.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(164)))), ((int)(((byte)(224)))));
            this.listControl1.ShowCustomizeSection = true;
            this.listControl1.ShowHeaderSection = true;
            // 
            // ProductPane
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.listControl1);
            this.Controls.Add(this.filterPane1);
            this.Controls.Add(this.searchPane1);
            this.Controls.Add(this.captionPane1);
            this.Name = "ProductPane";
            this.ResumeLayout(false);

        }