[6033] | 1 | using HeuristicLab.Common.Resources;
|
---|
| 2 | namespace HeuristicLab.Clients.Hive.Views {
|
---|
| 3 | partial class ItemTreeView<T> {
|
---|
| 4 | /// <summary>
|
---|
| 5 | /// Required designer variable.
|
---|
| 6 | /// </summary>
|
---|
| 7 | private System.ComponentModel.IContainer components = null;
|
---|
| 8 |
|
---|
| 9 | /// <summary>
|
---|
| 10 | /// Clean up any resources being used.
|
---|
| 11 | /// </summary>
|
---|
| 12 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 13 | protected override void Dispose(bool disposing) {
|
---|
| 14 | if (disposing && (components != null)) {
|
---|
| 15 | components.Dispose();
|
---|
| 16 | }
|
---|
| 17 | base.Dispose(disposing);
|
---|
| 18 | }
|
---|
| 19 |
|
---|
| 20 | #region Component Designer generated code
|
---|
| 21 |
|
---|
| 22 | /// <summary>
|
---|
| 23 | /// Required method for Designer support - do not modify
|
---|
| 24 | /// the contents of this method with the code editor.
|
---|
| 25 | /// </summary>
|
---|
| 26 | private void InitializeComponent() {
|
---|
| 27 | this.components = new System.ComponentModel.Container();
|
---|
| 28 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemTreeView<T>));
|
---|
| 29 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
| 30 | this.showDetailsCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 31 | this.removeButton = new System.Windows.Forms.Button();
|
---|
| 32 | this.addButton = new System.Windows.Forms.Button();
|
---|
| 33 | this.treeView = new System.Windows.Forms.TreeView();
|
---|
| 34 | this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
|
---|
| 35 | this.asfasdfToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
| 36 | this.gfgffToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
| 37 | this.imageList = new System.Windows.Forms.ImageList(this.components);
|
---|
| 38 | this.detailsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 39 | this.detailsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
| 40 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
| 41 | this.splitContainer.Panel1.SuspendLayout();
|
---|
| 42 | this.splitContainer.Panel2.SuspendLayout();
|
---|
| 43 | this.splitContainer.SuspendLayout();
|
---|
| 44 | this.contextMenuStrip.SuspendLayout();
|
---|
| 45 | this.detailsGroupBox.SuspendLayout();
|
---|
| 46 | this.SuspendLayout();
|
---|
| 47 | //
|
---|
| 48 | // splitContainer
|
---|
| 49 | //
|
---|
| 50 | this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 51 | this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
---|
| 52 | this.splitContainer.Location = new System.Drawing.Point(0, 0);
|
---|
| 53 | this.splitContainer.Name = "splitContainer";
|
---|
| 54 | //
|
---|
| 55 | // splitContainer.Panel1
|
---|
| 56 | //
|
---|
| 57 | this.splitContainer.Panel1.Controls.Add(this.showDetailsCheckBox);
|
---|
| 58 | this.splitContainer.Panel1.Controls.Add(this.removeButton);
|
---|
| 59 | this.splitContainer.Panel1.Controls.Add(this.addButton);
|
---|
| 60 | this.splitContainer.Panel1.Controls.Add(this.treeView);
|
---|
| 61 | //
|
---|
| 62 | // splitContainer.Panel2
|
---|
| 63 | //
|
---|
| 64 | this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
|
---|
| 65 | this.splitContainer.Size = new System.Drawing.Size(624, 463);
|
---|
| 66 | this.splitContainer.SplitterDistance = 200;
|
---|
| 67 | this.splitContainer.TabIndex = 0;
|
---|
| 68 | //
|
---|
| 69 | // showDetailsCheckBox
|
---|
| 70 | //
|
---|
| 71 | this.showDetailsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
|
---|
| 72 | this.showDetailsCheckBox.Checked = true;
|
---|
| 73 | this.showDetailsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
| 74 | this.showDetailsCheckBox.Image = VSImageLibrary.Properties;
|
---|
| 75 | this.showDetailsCheckBox.Location = new System.Drawing.Point(63, 3);
|
---|
| 76 | this.showDetailsCheckBox.Name = "showDetailsCheckBox";
|
---|
| 77 | this.showDetailsCheckBox.Size = new System.Drawing.Size(24, 24);
|
---|
| 78 | this.showDetailsCheckBox.TabIndex = 5;
|
---|
| 79 | this.showDetailsCheckBox.UseVisualStyleBackColor = true;
|
---|
| 80 | this.showDetailsCheckBox.CheckedChanged += new System.EventHandler(this.showDetailsCheckBox_CheckedChanged);
|
---|
| 81 | //
|
---|
| 82 | // removeButton
|
---|
| 83 | //
|
---|
| 84 | this.removeButton.Enabled = false;
|
---|
| 85 | this.removeButton.Image = VSImageLibrary.Remove;
|
---|
| 86 | this.removeButton.Location = new System.Drawing.Point(33, 3);
|
---|
| 87 | this.removeButton.Name = "removeButton";
|
---|
| 88 | this.removeButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 89 | this.removeButton.TabIndex = 4;
|
---|
| 90 | this.removeButton.UseVisualStyleBackColor = true;
|
---|
| 91 | this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
|
---|
| 92 | //
|
---|
| 93 | // addButton
|
---|
| 94 | //
|
---|
| 95 | this.addButton.Image = VSImageLibrary.Add;
|
---|
| 96 | this.addButton.Location = new System.Drawing.Point(3, 3);
|
---|
| 97 | this.addButton.Name = "addButton";
|
---|
| 98 | this.addButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 99 | this.addButton.TabIndex = 1;
|
---|
| 100 | this.addButton.UseVisualStyleBackColor = true;
|
---|
| 101 | this.addButton.Click += new System.EventHandler(this.addButton_Click);
|
---|
| 102 | //
|
---|
| 103 | // treeView
|
---|
| 104 | //
|
---|
| 105 | this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 106 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 107 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 108 | this.treeView.ContextMenuStrip = this.contextMenuStrip;
|
---|
| 109 | this.treeView.HideSelection = false;
|
---|
| 110 | this.treeView.ImageIndex = 0;
|
---|
| 111 | this.treeView.ImageList = this.imageList;
|
---|
| 112 | this.treeView.Location = new System.Drawing.Point(0, 33);
|
---|
| 113 | this.treeView.Name = "treeView";
|
---|
| 114 | this.treeView.SelectedImageIndex = 0;
|
---|
| 115 | this.treeView.Size = new System.Drawing.Size(200, 430);
|
---|
| 116 | this.treeView.TabIndex = 0;
|
---|
| 117 | this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
|
---|
| 118 | this.treeView.Click += new System.EventHandler(this.treeView_Click);
|
---|
| 119 | this.treeView.DoubleClick += new System.EventHandler(this.treeView_DoubleClick);
|
---|
| 120 | this.treeView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseClick);
|
---|
| 121 | this.treeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseDown);
|
---|
| 122 | //
|
---|
| 123 | // contextMenuStrip
|
---|
| 124 | //
|
---|
| 125 | this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
| 126 | this.asfasdfToolStripMenuItem,
|
---|
| 127 | this.gfgffToolStripMenuItem});
|
---|
| 128 | this.contextMenuStrip.Name = "contextMenuStrip";
|
---|
| 129 | this.contextMenuStrip.Size = new System.Drawing.Size(153, 70);
|
---|
| 130 | this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
|
---|
| 131 | //
|
---|
| 132 | // asfasdfToolStripMenuItem
|
---|
| 133 | //
|
---|
| 134 | this.asfasdfToolStripMenuItem.Name = "asfasdfToolStripMenuItem";
|
---|
| 135 | this.asfasdfToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
---|
| 136 | this.asfasdfToolStripMenuItem.Text = "asfasdf";
|
---|
| 137 | //
|
---|
| 138 | // gfgffToolStripMenuItem
|
---|
| 139 | //
|
---|
| 140 | this.gfgffToolStripMenuItem.Name = "gfgffToolStripMenuItem";
|
---|
| 141 | this.gfgffToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
---|
| 142 | this.gfgffToolStripMenuItem.Text = "gfgff";
|
---|
| 143 | //
|
---|
| 144 | // imageList
|
---|
| 145 | //
|
---|
| 146 | this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
---|
| 147 | this.imageList.ImageSize = new System.Drawing.Size(16, 16);
|
---|
| 148 | this.imageList.TransparentColor = System.Drawing.Color.Transparent;
|
---|
| 149 | //
|
---|
| 150 | // detailsGroupBox
|
---|
| 151 | //
|
---|
| 152 | this.detailsGroupBox.Controls.Add(this.detailsViewHost);
|
---|
| 153 | this.detailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 154 | this.detailsGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
| 155 | this.detailsGroupBox.Name = "detailsGroupBox";
|
---|
| 156 | this.detailsGroupBox.Size = new System.Drawing.Size(420, 463);
|
---|
| 157 | this.detailsGroupBox.TabIndex = 1;
|
---|
| 158 | this.detailsGroupBox.TabStop = false;
|
---|
| 159 | this.detailsGroupBox.Text = "Details";
|
---|
| 160 | //
|
---|
| 161 | // detailsViewHost
|
---|
| 162 | //
|
---|
| 163 | this.detailsViewHost.Caption = "View";
|
---|
| 164 | this.detailsViewHost.Content = null;
|
---|
| 165 | this.detailsViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 166 | this.detailsViewHost.Enabled = false;
|
---|
| 167 | this.detailsViewHost.Location = new System.Drawing.Point(3, 16);
|
---|
| 168 | this.detailsViewHost.Name = "detailsViewHost";
|
---|
| 169 | this.detailsViewHost.ReadOnly = false;
|
---|
| 170 | this.detailsViewHost.Size = new System.Drawing.Size(414, 444);
|
---|
| 171 | this.detailsViewHost.TabIndex = 0;
|
---|
| 172 | this.detailsViewHost.ViewsLabelVisible = true;
|
---|
| 173 | this.detailsViewHost.ViewType = null;
|
---|
| 174 | //
|
---|
| 175 | // ItemTreeView
|
---|
| 176 | //
|
---|
| 177 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 178 | this.Controls.Add(this.splitContainer);
|
---|
| 179 | this.Name = "ItemTreeView";
|
---|
| 180 | this.Size = new System.Drawing.Size(624, 463);
|
---|
| 181 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
| 182 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
| 183 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
| 184 | this.splitContainer.ResumeLayout(false);
|
---|
| 185 | this.contextMenuStrip.ResumeLayout(false);
|
---|
| 186 | this.detailsGroupBox.ResumeLayout(false);
|
---|
| 187 | this.ResumeLayout(false);
|
---|
| 188 |
|
---|
| 189 | }
|
---|
| 190 |
|
---|
| 191 | #endregion
|
---|
| 192 |
|
---|
| 193 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
| 194 | protected System.Windows.Forms.TreeView treeView;
|
---|
| 195 | private MainForm.WindowsForms.ViewHost detailsViewHost;
|
---|
| 196 | private System.Windows.Forms.ImageList imageList;
|
---|
| 197 | private System.Windows.Forms.GroupBox detailsGroupBox;
|
---|
| 198 | private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
|
---|
| 199 | private System.Windows.Forms.ToolStripMenuItem asfasdfToolStripMenuItem;
|
---|
| 200 | private System.Windows.Forms.ToolStripMenuItem gfgffToolStripMenuItem;
|
---|
| 201 | protected System.Windows.Forms.CheckBox showDetailsCheckBox;
|
---|
| 202 | protected System.Windows.Forms.Button removeButton;
|
---|
| 203 | protected System.Windows.Forms.Button addButton;
|
---|
| 204 | }
|
---|
| 205 | }
|
---|