Changeset 10930 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/SearchAndReplaceDialog.Designer.cs
- Timestamp:
- 06/04/14 10:51:34 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/SearchAndReplaceDialog.Designer.cs
r10870 r10930 27 27 this.tabSearch = new System.Windows.Forms.TabPage(); 28 28 this.tabReplace = new System.Windows.Forms.TabPage(); 29 this.cmbComparisonOperator = new System.Windows.Forms.ComboBox(); 29 30 this.txtSearchString = new System.Windows.Forms.TextBox(); 30 31 this.lblSearch = new System.Windows.Forms.Label(); … … 37 38 this.txtValue = new System.Windows.Forms.TextBox(); 38 39 this.label1 = new System.Windows.Forms.Label(); 39 this.cmbComparisonOperator = new System.Windows.Forms.ComboBox();40 40 this.tabSearchReplace.SuspendLayout(); 41 41 this.tabReplace.SuspendLayout(); … … 87 87 this.tabReplace.UseVisualStyleBackColor = true; 88 88 // 89 // cmbComparisonOperator 90 // 91 this.cmbComparisonOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 92 this.cmbComparisonOperator.FormattingEnabled = true; 93 this.cmbComparisonOperator.Location = new System.Drawing.Point(103, 19); 94 this.cmbComparisonOperator.Name = "cmbComparisonOperator"; 95 this.cmbComparisonOperator.Size = new System.Drawing.Size(45, 21); 96 this.cmbComparisonOperator.TabIndex = 24; 97 // 89 98 // txtSearchString 90 99 // … … 173 182 this.label1.TabIndex = 14; 174 183 this.label1.Text = "Replace with"; 175 //176 // cmbComparisonOperator177 //178 this.cmbComparisonOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;179 this.cmbComparisonOperator.FormattingEnabled = true;180 this.cmbComparisonOperator.Location = new System.Drawing.Point(103, 19);181 this.cmbComparisonOperator.Name = "cmbComparisonOperator";182 this.cmbComparisonOperator.Size = new System.Drawing.Size(45, 21);183 this.cmbComparisonOperator.TabIndex = 24;184 184 // 185 185 // SearchAndReplaceDialog
Note: See TracChangeset
for help on using the changeset viewer.