Changeset 12185 for branches/NewItemDialog/HeuristicLab.Optimizer
- Timestamp:
- 03/10/15 16:34:31 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/NewItemDialog/HeuristicLab.Optimizer/3.3/NewItemDialog.Designer.cs
r12184 r12185 88 88 // searchLabel 89 89 // 90 this.searchLabel.Image = ((System.Drawing.Image)(resources.GetObject("searchLabel.Image")));90 this.searchLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Zoom; 91 91 this.searchLabel.Location = new System.Drawing.Point(3, 3); 92 92 this.searchLabel.Name = "searchLabel"; 93 93 this.searchLabel.Size = new System.Drawing.Size(20, 20); 94 this.searchLabel.TabIndex = 1;94 this.searchLabel.TabIndex = 0; 95 95 this.toolTip.SetToolTip(this.searchLabel, "Enter string to search for items"); 96 96 // 97 97 // splitContainer 98 98 // 99 this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 100 | System.Windows.Forms.AnchorStyles.Left) 99 this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 100 | System.Windows.Forms.AnchorStyles.Left) 101 101 | System.Windows.Forms.AnchorStyles.Right))); 102 102 this.splitContainer.Location = new System.Drawing.Point(12, 12); … … 115 115 this.splitContainer.Size = new System.Drawing.Size(600, 391); 116 116 this.splitContainer.SplitterDistance = 292; 117 this.splitContainer.TabIndex = 4;117 this.splitContainer.TabIndex = 0; 118 118 // 119 119 // searchTextBox 120 120 // 121 this.searchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 121 this.searchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 122 122 | System.Windows.Forms.AnchorStyles.Right))); 123 123 this.searchTextBox.Location = new System.Drawing.Point(29, 3); … … 129 129 // typesTreeView 130 130 // 131 this.typesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 132 | System.Windows.Forms.AnchorStyles.Left) 131 this.typesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 132 | System.Windows.Forms.AnchorStyles.Left) 133 133 | System.Windows.Forms.AnchorStyles.Right))); 134 134 this.typesTreeView.HideSelection = false;
Note: See TracChangeset
for help on using the changeset viewer.