Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/SearchAndReplaceDialog.Designer.cs @ 12722

Last change on this file since 12722 was 10930, checked in by rstoll, 10 years ago
  • Disabled Replace tab in SearchAndReplaceDialog if a filter is active
  • Disabled Replace button in DataGridview if filter is active
  • Refactored/Changed IFilterLogic#IsFiltered from method to property
File size: 9.4 KB
Line 
1namespace HeuristicLab.DataPreprocessing.Views {
2  partial class SearchAndReplaceDialog {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Windows Form Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.tabSearchReplace = new System.Windows.Forms.TabControl();
27      this.tabSearch = new System.Windows.Forms.TabPage();
28      this.tabReplace = new System.Windows.Forms.TabPage();
29      this.cmbComparisonOperator = new System.Windows.Forms.ComboBox();
30      this.txtSearchString = new System.Windows.Forms.TextBox();
31      this.lblSearch = new System.Windows.Forms.Label();
32      this.btnFindAll = new System.Windows.Forms.Button();
33      this.btnFindNext = new System.Windows.Forms.Button();
34      this.lblValue = new System.Windows.Forms.Label();
35      this.btnReplaceAll = new System.Windows.Forms.Button();
36      this.btnReplace = new System.Windows.Forms.Button();
37      this.cmbReplaceWith = new System.Windows.Forms.ComboBox();
38      this.txtValue = new System.Windows.Forms.TextBox();
39      this.label1 = new System.Windows.Forms.Label();
40      this.tabSearchReplace.SuspendLayout();
41      this.tabReplace.SuspendLayout();
42      this.SuspendLayout();
43      //
44      // tabSearchReplace
45      //
46      this.tabSearchReplace.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
47            | System.Windows.Forms.AnchorStyles.Left)
48            | System.Windows.Forms.AnchorStyles.Right)));
49      this.tabSearchReplace.Controls.Add(this.tabSearch);
50      this.tabSearchReplace.Controls.Add(this.tabReplace);
51      this.tabSearchReplace.Location = new System.Drawing.Point(12, 12);
52      this.tabSearchReplace.Name = "tabSearchReplace";
53      this.tabSearchReplace.SelectedIndex = 0;
54      this.tabSearchReplace.Size = new System.Drawing.Size(564, 132);
55      this.tabSearchReplace.TabIndex = 0;
56      this.tabSearchReplace.SelectedIndexChanged += new System.EventHandler(this.tabSearchReplace_SelectedIndexChanged);
57      //
58      // tabSearch
59      //
60      this.tabSearch.Location = new System.Drawing.Point(4, 22);
61      this.tabSearch.Name = "tabSearch";
62      this.tabSearch.Padding = new System.Windows.Forms.Padding(3);
63      this.tabSearch.Size = new System.Drawing.Size(556, 106);
64      this.tabSearch.TabIndex = 0;
65      this.tabSearch.Text = "Search";
66      this.tabSearch.UseVisualStyleBackColor = true;
67      //
68      // tabReplace
69      //
70      this.tabReplace.Controls.Add(this.cmbComparisonOperator);
71      this.tabReplace.Controls.Add(this.txtSearchString);
72      this.tabReplace.Controls.Add(this.lblSearch);
73      this.tabReplace.Controls.Add(this.btnFindAll);
74      this.tabReplace.Controls.Add(this.btnFindNext);
75      this.tabReplace.Controls.Add(this.lblValue);
76      this.tabReplace.Controls.Add(this.btnReplaceAll);
77      this.tabReplace.Controls.Add(this.btnReplace);
78      this.tabReplace.Controls.Add(this.cmbReplaceWith);
79      this.tabReplace.Controls.Add(this.txtValue);
80      this.tabReplace.Controls.Add(this.label1);
81      this.tabReplace.Location = new System.Drawing.Point(4, 22);
82      this.tabReplace.Name = "tabReplace";
83      this.tabReplace.Padding = new System.Windows.Forms.Padding(3);
84      this.tabReplace.Size = new System.Drawing.Size(556, 106);
85      this.tabReplace.TabIndex = 1;
86      this.tabReplace.Text = "Replace";
87      this.tabReplace.UseVisualStyleBackColor = true;
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      //
98      // txtSearchString
99      //
100      this.txtSearchString.Location = new System.Drawing.Point(154, 20);
101      this.txtSearchString.Name = "txtSearchString";
102      this.txtSearchString.Size = new System.Drawing.Size(203, 20);
103      this.txtSearchString.TabIndex = 23;
104      //
105      // lblSearch
106      //
107      this.lblSearch.AutoSize = true;
108      this.lblSearch.Location = new System.Drawing.Point(41, 26);
109      this.lblSearch.Name = "lblSearch";
110      this.lblSearch.Size = new System.Drawing.Size(56, 13);
111      this.lblSearch.TabIndex = 22;
112      this.lblSearch.Text = "Search for";
113      //
114      // btnFindAll
115      //
116      this.btnFindAll.Location = new System.Drawing.Point(458, 20);
117      this.btnFindAll.Name = "btnFindAll";
118      this.btnFindAll.Size = new System.Drawing.Size(80, 23);
119      this.btnFindAll.TabIndex = 21;
120      this.btnFindAll.Text = "Find All";
121      this.btnFindAll.UseVisualStyleBackColor = true;
122      //
123      // btnFindNext
124      //
125      this.btnFindNext.Location = new System.Drawing.Point(372, 20);
126      this.btnFindNext.Name = "btnFindNext";
127      this.btnFindNext.Size = new System.Drawing.Size(80, 23);
128      this.btnFindNext.TabIndex = 20;
129      this.btnFindNext.Text = "Find Next";
130      this.btnFindNext.UseVisualStyleBackColor = true;
131      //
132      // lblValue
133      //
134      this.lblValue.AutoSize = true;
135      this.lblValue.Location = new System.Drawing.Point(64, 76);
136      this.lblValue.Name = "lblValue";
137      this.lblValue.Size = new System.Drawing.Size(34, 13);
138      this.lblValue.TabIndex = 19;
139      this.lblValue.Text = "Value";
140      //
141      // btnReplaceAll
142      //
143      this.btnReplaceAll.Location = new System.Drawing.Point(458, 47);
144      this.btnReplaceAll.Name = "btnReplaceAll";
145      this.btnReplaceAll.Size = new System.Drawing.Size(80, 23);
146      this.btnReplaceAll.TabIndex = 18;
147      this.btnReplaceAll.Text = "Replace All";
148      this.btnReplaceAll.UseVisualStyleBackColor = true;
149      //
150      // btnReplace
151      //
152      this.btnReplace.Location = new System.Drawing.Point(372, 47);
153      this.btnReplace.Name = "btnReplace";
154      this.btnReplace.Size = new System.Drawing.Size(80, 23);
155      this.btnReplace.TabIndex = 17;
156      this.btnReplace.Text = "Replace";
157      this.btnReplace.UseVisualStyleBackColor = true;
158      //
159      // cmbReplaceWith
160      //
161      this.cmbReplaceWith.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
162      this.cmbReplaceWith.FormattingEnabled = true;
163      this.cmbReplaceWith.Location = new System.Drawing.Point(103, 46);
164      this.cmbReplaceWith.Name = "cmbReplaceWith";
165      this.cmbReplaceWith.Size = new System.Drawing.Size(254, 21);
166      this.cmbReplaceWith.TabIndex = 16;
167      this.cmbReplaceWith.SelectedIndexChanged += new System.EventHandler(this.cmbReplaceWith_SelectedIndexChanged);
168      //
169      // txtValue
170      //
171      this.txtValue.Location = new System.Drawing.Point(103, 73);
172      this.txtValue.Name = "txtValue";
173      this.txtValue.Size = new System.Drawing.Size(254, 20);
174      this.txtValue.TabIndex = 15;
175      //
176      // label1
177      //
178      this.label1.AutoSize = true;
179      this.label1.Location = new System.Drawing.Point(28, 49);
180      this.label1.Name = "label1";
181      this.label1.Size = new System.Drawing.Size(69, 13);
182      this.label1.TabIndex = 14;
183      this.label1.Text = "Replace with";
184      //
185      // SearchAndReplaceDialog
186      //
187      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
188      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
189      this.ClientSize = new System.Drawing.Size(588, 156);
190      this.Controls.Add(this.tabSearchReplace);
191      this.MaximizeBox = false;
192      this.MinimizeBox = false;
193      this.Name = "SearchAndReplaceDialog";
194      this.ShowIcon = false;
195      this.ShowInTaskbar = false;
196      this.Text = "Search and Replace";
197      this.tabSearchReplace.ResumeLayout(false);
198      this.tabReplace.ResumeLayout(false);
199      this.tabReplace.PerformLayout();
200      this.ResumeLayout(false);
201
202    }
203
204    #endregion
205
206    private System.Windows.Forms.TabControl tabSearchReplace;
207    private System.Windows.Forms.TabPage tabSearch;
208    private System.Windows.Forms.TabPage tabReplace;
209    private System.Windows.Forms.TextBox txtSearchString;
210    private System.Windows.Forms.Label lblSearch;
211    private System.Windows.Forms.Button btnFindAll;
212    private System.Windows.Forms.Button btnFindNext;
213    private System.Windows.Forms.Label lblValue;
214    private System.Windows.Forms.Button btnReplaceAll;
215    private System.Windows.Forms.Button btnReplace;
216    private System.Windows.Forms.ComboBox cmbReplaceWith;
217    private System.Windows.Forms.TextBox txtValue;
218    private System.Windows.Forms.Label label1;
219    private System.Windows.Forms.ComboBox cmbComparisonOperator;
220  }
221}
Note: See TracBrowser for help on using the repository browser.