namespace HeuristicLab.Persistence.GUI { partial class PersistenceConfigurationForm { /// /// 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() { System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Bli"); System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Bla"); System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("Blo"); this.decomposerList = new System.Windows.Forms.ListView(); this.DecomposersColumn = new System.Windows.Forms.ColumnHeader(); this.checkbox = new System.Windows.Forms.CheckedListBox(); this.SuspendLayout(); // // decomposerList // this.decomposerList.Activation = System.Windows.Forms.ItemActivation.OneClick; this.decomposerList.AllowDrop = true; this.decomposerList.CheckBoxes = true; this.decomposerList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.DecomposersColumn}); this.decomposerList.FullRowSelect = true; this.decomposerList.GridLines = true; this.decomposerList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; listViewItem1.Checked = true; listViewItem1.StateImageIndex = 1; listViewItem1.Tag = ""; listViewItem2.Checked = true; listViewItem2.StateImageIndex = 1; listViewItem3.Checked = true; listViewItem3.StateImageIndex = 1; this.decomposerList.Items.AddRange(new System.Windows.Forms.ListViewItem[] { listViewItem1, listViewItem2, listViewItem3}); this.decomposerList.Location = new System.Drawing.Point(25, 12); this.decomposerList.Name = "decomposerList"; this.decomposerList.ShowGroups = false; this.decomposerList.Size = new System.Drawing.Size(194, 278); this.decomposerList.TabIndex = 0; this.decomposerList.UseCompatibleStateImageBehavior = false; this.decomposerList.View = System.Windows.Forms.View.Details; this.decomposerList.Resize += new System.EventHandler(this.decomposerList_Resize); this.decomposerList.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.decomposerList_ItemChecked); this.decomposerList.DragDrop += new System.Windows.Forms.DragEventHandler(this.decomposerList_DragDrop); this.decomposerList.DragEnter += new System.Windows.Forms.DragEventHandler(this.decomposerList_DragEnter); this.decomposerList.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.decomposerList_ItemDrag); // // DecomposersColumn // this.DecomposersColumn.Text = "Decomposers"; this.DecomposersColumn.Width = 190; // // checkbox // this.checkbox.FormattingEnabled = true; this.checkbox.Location = new System.Drawing.Point(314, 103); this.checkbox.Name = "checkbox"; this.checkbox.Size = new System.Drawing.Size(180, 154); this.checkbox.TabIndex = 1; this.checkbox.ThreeDCheckBoxes = true; // // PersistenceConfigurationForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(597, 580); this.Controls.Add(this.checkbox); this.Controls.Add(this.decomposerList); this.Name = "PersistenceConfigurationForm"; this.Text = "PersistenceConfigurationForm"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView decomposerList; private System.Windows.Forms.ColumnHeader DecomposersColumn; private System.Windows.Forms.CheckedListBox checkbox; } }