Changeset 7270 for branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Views/3.3/TreeView/ItemTreeView.designer.cs
- Timestamp:
- 01/04/12 16:45:02 (13 years ago)
- Location:
- branches/HeuristicLab.Hive.Azure
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive.Azure
- Property svn:mergeinfo changed
/trunk/sources merged: 7195-7201,7209,7214,7216-7230,7233-7239,7241,7243-7252,7254,7256-7261,7265-7266
- Property svn:mergeinfo changed
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Views/3.3
- Property svn:ignore
-
old new 1 1 obj 2 2 Plugin.cs 3 *.vs10x
-
- Property svn:ignore
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Views/3.3/TreeView/ItemTreeView.designer.cs
r6976 r7270 26 26 private void InitializeComponent() { 27 27 this.components = new System.ComponentModel.Container(); 28 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemTreeView<T>));29 28 this.splitContainer = new System.Windows.Forms.SplitContainer(); 30 29 this.showDetailsCheckBox = new System.Windows.Forms.CheckBox(); … … 33 32 this.treeView = new System.Windows.Forms.TreeView(); 34 33 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 34 this.imageList = new System.Windows.Forms.ImageList(this.components); 38 35 this.detailsGroupBox = new System.Windows.Forms.GroupBox(); … … 123 120 // contextMenuStrip 124 121 // 125 this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {126 this.asfasdfToolStripMenuItem,127 this.gfgffToolStripMenuItem});128 122 this.contextMenuStrip.Name = "contextMenuStrip"; 129 123 this.contextMenuStrip.Size = new System.Drawing.Size(153, 70); 130 124 this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening); 131 //132 // asfasdfToolStripMenuItem133 //134 this.asfasdfToolStripMenuItem.Name = "asfasdfToolStripMenuItem";135 this.asfasdfToolStripMenuItem.Size = new System.Drawing.Size(152, 22);136 this.asfasdfToolStripMenuItem.Text = "asfasdf";137 //138 // gfgffToolStripMenuItem139 //140 this.gfgffToolStripMenuItem.Name = "gfgffToolStripMenuItem";141 this.gfgffToolStripMenuItem.Size = new System.Drawing.Size(152, 22);142 this.gfgffToolStripMenuItem.Text = "gfgff";143 125 // 144 126 // imageList … … 197 179 private System.Windows.Forms.GroupBox detailsGroupBox; 198 180 private System.Windows.Forms.ContextMenuStrip contextMenuStrip; 199 private System.Windows.Forms.ToolStripMenuItem asfasdfToolStripMenuItem;200 private System.Windows.Forms.ToolStripMenuItem gfgffToolStripMenuItem;201 181 protected System.Windows.Forms.CheckBox showDetailsCheckBox; 202 182 protected System.Windows.Forms.Button removeButton;
Note: See TracChangeset
for help on using the changeset viewer.