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.TabPage nullFormatterConfig; System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("Bli"); System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("Bla"); System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("Blo"); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.decomposerList = new System.Windows.Forms.ListView(); this.DecomposersColumn = new System.Windows.Forms.ColumnHeader(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.checkbox = new System.Windows.Forms.CheckedListBox(); this.formatterTabs = new System.Windows.Forms.TabControl(); nullFormatterConfig = new System.Windows.Forms.TabPage(); nullFormatterConfig.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.formatterTabs.SuspendLayout(); this.SuspendLayout(); // // nullFormatterConfig // nullFormatterConfig.Controls.Add(this.dataGridView1); nullFormatterConfig.Location = new System.Drawing.Point(4, 22); nullFormatterConfig.Name = "nullFormatterConfig"; nullFormatterConfig.Size = new System.Drawing.Size(386, 554); nullFormatterConfig.TabIndex = 0; nullFormatterConfig.Text = "EmptyFormatterConfig"; nullFormatterConfig.UseVisualStyleBackColor = true; // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3}); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 0); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(386, 554); this.dataGridView1.TabIndex = 0; // // Column1 // this.Column1.HeaderText = "Column1"; this.Column1.Name = "Column1"; // // Column2 // this.Column2.HeaderText = "Column2"; this.Column2.Name = "Column2"; // // Column3 // this.Column3.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox; this.Column3.HeaderText = "Column3"; this.Column3.Name = "Column3"; // // 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.Dock = System.Windows.Forms.DockStyle.Fill; this.decomposerList.FullRowSelect = true; this.decomposerList.GridLines = true; this.decomposerList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; listViewItem4.Checked = true; listViewItem4.StateImageIndex = 1; listViewItem4.Tag = ""; listViewItem5.Checked = true; listViewItem5.StateImageIndex = 1; listViewItem6.Checked = true; listViewItem6.StateImageIndex = 1; this.decomposerList.Items.AddRange(new System.Windows.Forms.ListViewItem[] { listViewItem4, listViewItem5, listViewItem6}); this.decomposerList.Location = new System.Drawing.Point(0, 0); this.decomposerList.Name = "decomposerList"; this.decomposerList.ShowGroups = false; this.decomposerList.Size = new System.Drawing.Size(199, 290); 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; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.splitContainer2); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.formatterTabs); this.splitContainer1.Size = new System.Drawing.Size(597, 580); this.splitContainer1.SplitterDistance = 199; this.splitContainer1.TabIndex = 2; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.decomposerList); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.checkbox); this.splitContainer2.Size = new System.Drawing.Size(199, 580); this.splitContainer2.SplitterDistance = 290; this.splitContainer2.TabIndex = 1; // // checkbox // this.checkbox.Dock = System.Windows.Forms.DockStyle.Fill; this.checkbox.Enabled = false; this.checkbox.FormattingEnabled = true; this.checkbox.Location = new System.Drawing.Point(0, 0); this.checkbox.Name = "checkbox"; this.checkbox.Size = new System.Drawing.Size(199, 274); this.checkbox.TabIndex = 1; this.checkbox.ThreeDCheckBoxes = true; // // formatterTabs // this.formatterTabs.Controls.Add(nullFormatterConfig); this.formatterTabs.Dock = System.Windows.Forms.DockStyle.Fill; this.formatterTabs.Location = new System.Drawing.Point(0, 0); this.formatterTabs.Name = "formatterTabs"; this.formatterTabs.SelectedIndex = 0; this.formatterTabs.Size = new System.Drawing.Size(394, 580); this.formatterTabs.TabIndex = 0; // // 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.splitContainer1); this.Name = "PersistenceConfigurationForm"; this.Text = "PersistenceConfigurationForm"; nullFormatterConfig.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); this.splitContainer2.ResumeLayout(false); this.formatterTabs.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView decomposerList; private System.Windows.Forms.ColumnHeader DecomposersColumn; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.CheckedListBox checkbox; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.TabControl formatterTabs; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewCheckBoxColumn Column2; private System.Windows.Forms.DataGridViewComboBoxColumn Column3; } }