Changeset 10706 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/FindAndReplaceDialog.Designer.cs
- Timestamp:
- 04/02/14 14:07:32 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/FindAndReplaceDialog.Designer.cs
r10705 r10706 37 37 this.txtValue = new System.Windows.Forms.TextBox(); 38 38 this.label1 = new System.Windows.Forms.Label(); 39 this.lblEndReached = new System.Windows.Forms.Label();40 39 this.tabSearchReplace.SuspendLayout(); 41 40 this.tabReplace.SuspendLayout(); … … 52 51 this.tabSearchReplace.Name = "tabSearchReplace"; 53 52 this.tabSearchReplace.SelectedIndex = 0; 54 this.tabSearchReplace.Size = new System.Drawing.Size(564, 1 43);53 this.tabSearchReplace.Size = new System.Drawing.Size(564, 132); 55 54 this.tabSearchReplace.TabIndex = 0; 56 55 this.tabSearchReplace.SelectedIndexChanged += new System.EventHandler(this.tabSearchReplace_SelectedIndexChanged); … … 61 60 this.tabSearch.Name = "tabSearch"; 62 61 this.tabSearch.Padding = new System.Windows.Forms.Padding(3); 63 this.tabSearch.Size = new System.Drawing.Size(556, 1 09);62 this.tabSearch.Size = new System.Drawing.Size(556, 117); 64 63 this.tabSearch.TabIndex = 0; 65 64 this.tabSearch.Text = "Search"; … … 68 67 // tabReplace 69 68 // 70 this.tabReplace.Controls.Add(this.lblEndReached);71 69 this.tabReplace.Controls.Add(this.txtSearchString); 72 70 this.tabReplace.Controls.Add(this.lblSearch); … … 82 80 this.tabReplace.Name = "tabReplace"; 83 81 this.tabReplace.Padding = new System.Windows.Forms.Padding(3); 84 this.tabReplace.Size = new System.Drawing.Size(556, 1 17);82 this.tabReplace.Size = new System.Drawing.Size(556, 106); 85 83 this.tabReplace.TabIndex = 1; 86 84 this.tabReplace.Text = "Replace"; … … 174 172 this.label1.Text = "Replace with"; 175 173 // 176 // lblEndReached177 //178 this.lblEndReached.AutoSize = true;179 this.lblEndReached.Location = new System.Drawing.Point(218, 100);180 this.lblEndReached.Name = "lblEndReached";181 this.lblEndReached.Size = new System.Drawing.Size(139, 13);182 this.lblEndReached.TabIndex = 24;183 this.lblEndReached.Text = "No more occurences found.";184 //185 174 // FindAndReplaceDialog 186 175 // 187 176 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 188 177 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 189 this.ClientSize = new System.Drawing.Size(588, 1 67);178 this.ClientSize = new System.Drawing.Size(588, 156); 190 179 this.Controls.Add(this.tabSearchReplace); 191 180 this.Name = "FindAndReplaceDialog"; … … 213 202 private System.Windows.Forms.TextBox txtValue; 214 203 private System.Windows.Forms.Label label1; 215 private System.Windows.Forms.Label lblEndReached;216 204 } 217 205 }
Note: See TracChangeset
for help on using the changeset viewer.