Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/FindAndReplaceDialog.Designer.cs @ 10705

Last change on this file since 10705 was 10705, checked in by sbreuer, 10 years ago
  • enhanced usability
File size: 9.1 KB
Line 
1namespace HeuristicLab.DataPreprocessing.Views {
2  partial class FindAndReplaceDialog {
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.txtSearchString = new System.Windows.Forms.TextBox();
30      this.lblSearch = new System.Windows.Forms.Label();
31      this.btnFindAll = new System.Windows.Forms.Button();
32      this.btnFindNext = new System.Windows.Forms.Button();
33      this.lblValue = new System.Windows.Forms.Label();
34      this.btnReplaceAll = new System.Windows.Forms.Button();
35      this.btnReplace = new System.Windows.Forms.Button();
36      this.cmbReplaceWith = new System.Windows.Forms.ComboBox();
37      this.txtValue = new System.Windows.Forms.TextBox();
38      this.label1 = new System.Windows.Forms.Label();
39      this.lblEndReached = 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, 143);
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, 109);
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.lblEndReached);
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, 117);
85      this.tabReplace.TabIndex = 1;
86      this.tabReplace.Text = "Replace";
87      this.tabReplace.UseVisualStyleBackColor = true;
88      //
89      // txtSearchString
90      //
91      this.txtSearchString.Location = new System.Drawing.Point(103, 20);
92      this.txtSearchString.Name = "txtSearchString";
93      this.txtSearchString.Size = new System.Drawing.Size(254, 20);
94      this.txtSearchString.TabIndex = 23;
95      //
96      // lblSearch
97      //
98      this.lblSearch.AutoSize = true;
99      this.lblSearch.Location = new System.Drawing.Point(41, 26);
100      this.lblSearch.Name = "lblSearch";
101      this.lblSearch.Size = new System.Drawing.Size(56, 13);
102      this.lblSearch.TabIndex = 22;
103      this.lblSearch.Text = "Search for";
104      //
105      // btnFindAll
106      //
107      this.btnFindAll.Location = new System.Drawing.Point(458, 20);
108      this.btnFindAll.Name = "btnFindAll";
109      this.btnFindAll.Size = new System.Drawing.Size(80, 23);
110      this.btnFindAll.TabIndex = 21;
111      this.btnFindAll.Text = "Find All";
112      this.btnFindAll.UseVisualStyleBackColor = true;
113      //
114      // btnFindNext
115      //
116      this.btnFindNext.Location = new System.Drawing.Point(372, 20);
117      this.btnFindNext.Name = "btnFindNext";
118      this.btnFindNext.Size = new System.Drawing.Size(80, 23);
119      this.btnFindNext.TabIndex = 20;
120      this.btnFindNext.Text = "Find Next";
121      this.btnFindNext.UseVisualStyleBackColor = true;
122      //
123      // lblValue
124      //
125      this.lblValue.AutoSize = true;
126      this.lblValue.Location = new System.Drawing.Point(64, 76);
127      this.lblValue.Name = "lblValue";
128      this.lblValue.Size = new System.Drawing.Size(34, 13);
129      this.lblValue.TabIndex = 19;
130      this.lblValue.Text = "Value";
131      //
132      // btnReplaceAll
133      //
134      this.btnReplaceAll.Location = new System.Drawing.Point(458, 47);
135      this.btnReplaceAll.Name = "btnReplaceAll";
136      this.btnReplaceAll.Size = new System.Drawing.Size(80, 23);
137      this.btnReplaceAll.TabIndex = 18;
138      this.btnReplaceAll.Text = "Replace All";
139      this.btnReplaceAll.UseVisualStyleBackColor = true;
140      //
141      // btnReplace
142      //
143      this.btnReplace.Location = new System.Drawing.Point(372, 47);
144      this.btnReplace.Name = "btnReplace";
145      this.btnReplace.Size = new System.Drawing.Size(80, 23);
146      this.btnReplace.TabIndex = 17;
147      this.btnReplace.Text = "Replace";
148      this.btnReplace.UseVisualStyleBackColor = true;
149      //
150      // cmbReplaceWith
151      //
152      this.cmbReplaceWith.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
153      this.cmbReplaceWith.FormattingEnabled = true;
154      this.cmbReplaceWith.Location = new System.Drawing.Point(103, 46);
155      this.cmbReplaceWith.Name = "cmbReplaceWith";
156      this.cmbReplaceWith.Size = new System.Drawing.Size(254, 21);
157      this.cmbReplaceWith.TabIndex = 16;
158      this.cmbReplaceWith.SelectedIndexChanged += new System.EventHandler(this.cmbReplaceWith_SelectedIndexChanged);
159      //
160      // txtValue
161      //
162      this.txtValue.Location = new System.Drawing.Point(103, 73);
163      this.txtValue.Name = "txtValue";
164      this.txtValue.Size = new System.Drawing.Size(254, 20);
165      this.txtValue.TabIndex = 15;
166      //
167      // label1
168      //
169      this.label1.AutoSize = true;
170      this.label1.Location = new System.Drawing.Point(28, 49);
171      this.label1.Name = "label1";
172      this.label1.Size = new System.Drawing.Size(69, 13);
173      this.label1.TabIndex = 14;
174      this.label1.Text = "Replace with";
175      //
176      // lblEndReached
177      //
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      // FindAndReplaceDialog
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, 167);
190      this.Controls.Add(this.tabSearchReplace);
191      this.Name = "FindAndReplaceDialog";
192      this.Text = "Find and Replace";
193      this.tabSearchReplace.ResumeLayout(false);
194      this.tabReplace.ResumeLayout(false);
195      this.tabReplace.PerformLayout();
196      this.ResumeLayout(false);
197
198    }
199
200    #endregion
201
202    private System.Windows.Forms.TabControl tabSearchReplace;
203    private System.Windows.Forms.TabPage tabSearch;
204    private System.Windows.Forms.TabPage tabReplace;
205    private System.Windows.Forms.TextBox txtSearchString;
206    private System.Windows.Forms.Label lblSearch;
207    private System.Windows.Forms.Button btnFindAll;
208    private System.Windows.Forms.Button btnFindNext;
209    private System.Windows.Forms.Label lblValue;
210    private System.Windows.Forms.Button btnReplaceAll;
211    private System.Windows.Forms.Button btnReplace;
212    private System.Windows.Forms.ComboBox cmbReplaceWith;
213    private System.Windows.Forms.TextBox txtValue;
214    private System.Windows.Forms.Label label1;
215    private System.Windows.Forms.Label lblEndReached;
216  }
217}
Note: See TracBrowser for help on using the repository browser.