Free cookie consent management tool by TermsFeed Policy Generator

source: branches/RegressionBenchmarks/HeuristicLab.Clients.Hive.Views/3.3/TreeView/ItemTreeView.designer.cs @ 7290

Last change on this file since 7290 was 7290, checked in by gkronber, 12 years ago

#1669 merged r7209:7283 from trunk into regression benchmark branch

File size: 8.5 KB
Line 
1using HeuristicLab.Common.Resources;
2namespace 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      this.splitContainer = new System.Windows.Forms.SplitContainer();
29      this.showDetailsCheckBox = new System.Windows.Forms.CheckBox();
30      this.removeButton = new System.Windows.Forms.Button();
31      this.addButton = new System.Windows.Forms.Button();
32      this.treeView = new System.Windows.Forms.TreeView();
33      this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
34      this.imageList = new System.Windows.Forms.ImageList(this.components);
35      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
36      this.detailsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
37      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
38      this.splitContainer.Panel1.SuspendLayout();
39      this.splitContainer.Panel2.SuspendLayout();
40      this.splitContainer.SuspendLayout();
41      this.contextMenuStrip.SuspendLayout();
42      this.detailsGroupBox.SuspendLayout();
43      this.SuspendLayout();
44      //
45      // splitContainer
46      //
47      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
48      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
49      this.splitContainer.Location = new System.Drawing.Point(0, 0);
50      this.splitContainer.Name = "splitContainer";
51      //
52      // splitContainer.Panel1
53      //
54      this.splitContainer.Panel1.Controls.Add(this.showDetailsCheckBox);
55      this.splitContainer.Panel1.Controls.Add(this.removeButton);
56      this.splitContainer.Panel1.Controls.Add(this.addButton);
57      this.splitContainer.Panel1.Controls.Add(this.treeView);
58      //
59      // splitContainer.Panel2
60      //
61      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
62      this.splitContainer.Size = new System.Drawing.Size(624, 463);
63      this.splitContainer.SplitterDistance = 200;
64      this.splitContainer.TabIndex = 0;
65      //
66      // showDetailsCheckBox
67      //
68      this.showDetailsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
69      this.showDetailsCheckBox.Checked = true;
70      this.showDetailsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
71      this.showDetailsCheckBox.Image = VSImageLibrary.Properties;
72      this.showDetailsCheckBox.Location = new System.Drawing.Point(63, 3);
73      this.showDetailsCheckBox.Name = "showDetailsCheckBox";
74      this.showDetailsCheckBox.Size = new System.Drawing.Size(24, 24);
75      this.showDetailsCheckBox.TabIndex = 5;
76      this.showDetailsCheckBox.UseVisualStyleBackColor = true;
77      this.showDetailsCheckBox.CheckedChanged += new System.EventHandler(this.showDetailsCheckBox_CheckedChanged);
78      //
79      // removeButton
80      //
81      this.removeButton.Enabled = false;
82      this.removeButton.Image = VSImageLibrary.Remove;
83      this.removeButton.Location = new System.Drawing.Point(33, 3);
84      this.removeButton.Name = "removeButton";
85      this.removeButton.Size = new System.Drawing.Size(24, 24);
86      this.removeButton.TabIndex = 4;
87      this.removeButton.UseVisualStyleBackColor = true;
88      this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
89      //
90      // addButton
91      //
92      this.addButton.Image = VSImageLibrary.Add;
93      this.addButton.Location = new System.Drawing.Point(3, 3);
94      this.addButton.Name = "addButton";
95      this.addButton.Size = new System.Drawing.Size(24, 24);
96      this.addButton.TabIndex = 1;
97      this.addButton.UseVisualStyleBackColor = true;
98      this.addButton.Click += new System.EventHandler(this.addButton_Click);
99      //
100      // treeView
101      //
102      this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
103                  | System.Windows.Forms.AnchorStyles.Left)
104                  | System.Windows.Forms.AnchorStyles.Right)));
105      this.treeView.ContextMenuStrip = this.contextMenuStrip;
106      this.treeView.HideSelection = false;
107      this.treeView.ImageIndex = 0;
108      this.treeView.ImageList = this.imageList;
109      this.treeView.Location = new System.Drawing.Point(0, 33);
110      this.treeView.Name = "treeView";
111      this.treeView.SelectedImageIndex = 0;
112      this.treeView.Size = new System.Drawing.Size(200, 430);
113      this.treeView.TabIndex = 0;
114      this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
115      this.treeView.Click += new System.EventHandler(this.treeView_Click);
116      this.treeView.DoubleClick += new System.EventHandler(this.treeView_DoubleClick);
117      this.treeView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseClick);
118      this.treeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseDown);
119      //
120      // contextMenuStrip
121      //
122      this.contextMenuStrip.Name = "contextMenuStrip";
123      this.contextMenuStrip.Size = new System.Drawing.Size(153, 70);
124      this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
125      //
126      // imageList
127      //
128      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
129      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
130      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
131      //
132      // detailsGroupBox
133      //
134      this.detailsGroupBox.Controls.Add(this.detailsViewHost);
135      this.detailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
136      this.detailsGroupBox.Location = new System.Drawing.Point(0, 0);
137      this.detailsGroupBox.Name = "detailsGroupBox";
138      this.detailsGroupBox.Size = new System.Drawing.Size(420, 463);
139      this.detailsGroupBox.TabIndex = 1;
140      this.detailsGroupBox.TabStop = false;
141      this.detailsGroupBox.Text = "Details";
142      //
143      // detailsViewHost
144      //
145      this.detailsViewHost.Caption = "View";
146      this.detailsViewHost.Content = null;
147      this.detailsViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
148      this.detailsViewHost.Enabled = false;
149      this.detailsViewHost.Location = new System.Drawing.Point(3, 16);
150      this.detailsViewHost.Name = "detailsViewHost";
151      this.detailsViewHost.ReadOnly = false;
152      this.detailsViewHost.Size = new System.Drawing.Size(414, 444);
153      this.detailsViewHost.TabIndex = 0;
154      this.detailsViewHost.ViewsLabelVisible = true;
155      this.detailsViewHost.ViewType = null;
156      //
157      // ItemTreeView
158      //
159      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
160      this.Controls.Add(this.splitContainer);
161      this.Name = "ItemTreeView";
162      this.Size = new System.Drawing.Size(624, 463);
163      this.splitContainer.Panel1.ResumeLayout(false);
164      this.splitContainer.Panel2.ResumeLayout(false);
165      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
166      this.splitContainer.ResumeLayout(false);
167      this.contextMenuStrip.ResumeLayout(false);
168      this.detailsGroupBox.ResumeLayout(false);
169      this.ResumeLayout(false);
170
171    }
172
173    #endregion
174
175    private System.Windows.Forms.SplitContainer splitContainer;
176    protected System.Windows.Forms.TreeView treeView;
177    private MainForm.WindowsForms.ViewHost detailsViewHost;
178    private System.Windows.Forms.ImageList imageList;
179    private System.Windows.Forms.GroupBox detailsGroupBox;
180    private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
181    protected System.Windows.Forms.CheckBox showDetailsCheckBox;
182    protected System.Windows.Forms.Button removeButton;
183    protected System.Windows.Forms.Button addButton;
184  }
185}
Note: See TracBrowser for help on using the repository browser.