[10630] | 1 | namespace 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() {
|
---|
[10633] | 26 | this.tabSearchReplace = new System.Windows.Forms.TabControl();
|
---|
| 27 | this.tabSearch = new System.Windows.Forms.TabPage();
|
---|
[10630] | 28 | this.txtSearchString = new System.Windows.Forms.TextBox();
|
---|
| 29 | this.lblSearch = new System.Windows.Forms.Label();
|
---|
| 30 | this.btnFindAll = new System.Windows.Forms.Button();
|
---|
| 31 | this.btnFindNext = new System.Windows.Forms.Button();
|
---|
[10633] | 32 | this.tabReplace = new System.Windows.Forms.TabPage();
|
---|
[10636] | 33 | this.lblValue = new System.Windows.Forms.Label();
|
---|
| 34 | this.btnReplaceAll = new System.Windows.Forms.Button();
|
---|
| 35 | this.btnReplaceNext = 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();
|
---|
[10633] | 39 | this.tabSearchReplace.SuspendLayout();
|
---|
[10636] | 40 | this.tabReplace.SuspendLayout();
|
---|
[10630] | 41 | this.SuspendLayout();
|
---|
| 42 | //
|
---|
[10633] | 43 | // tabSearchReplace
|
---|
[10630] | 44 | //
|
---|
[10636] | 45 | this.tabSearchReplace.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 46 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 47 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[10633] | 48 | this.tabSearchReplace.Controls.Add(this.tabSearch);
|
---|
| 49 | this.tabSearchReplace.Controls.Add(this.tabReplace);
|
---|
| 50 | this.tabSearchReplace.Location = new System.Drawing.Point(12, 12);
|
---|
| 51 | this.tabSearchReplace.Name = "tabSearchReplace";
|
---|
| 52 | this.tabSearchReplace.SelectedIndex = 0;
|
---|
[10636] | 53 | this.tabSearchReplace.Size = new System.Drawing.Size(564, 135);
|
---|
[10633] | 54 | this.tabSearchReplace.TabIndex = 0;
|
---|
[10630] | 55 | //
|
---|
[10633] | 56 | // tabSearch
|
---|
[10630] | 57 | //
|
---|
[10633] | 58 | this.tabSearch.Location = new System.Drawing.Point(4, 22);
|
---|
| 59 | this.tabSearch.Name = "tabSearch";
|
---|
| 60 | this.tabSearch.Padding = new System.Windows.Forms.Padding(3);
|
---|
[10636] | 61 | this.tabSearch.Size = new System.Drawing.Size(556, 148);
|
---|
[10633] | 62 | this.tabSearch.TabIndex = 0;
|
---|
| 63 | this.tabSearch.Text = "Search";
|
---|
| 64 | this.tabSearch.UseVisualStyleBackColor = true;
|
---|
[10630] | 65 | //
|
---|
| 66 | // txtSearchString
|
---|
| 67 | //
|
---|
[10636] | 68 | this.txtSearchString.Location = new System.Drawing.Point(103, 20);
|
---|
[10630] | 69 | this.txtSearchString.Name = "txtSearchString";
|
---|
| 70 | this.txtSearchString.Size = new System.Drawing.Size(254, 20);
|
---|
[10636] | 71 | this.txtSearchString.TabIndex = 23;
|
---|
[10630] | 72 | //
|
---|
| 73 | // lblSearch
|
---|
| 74 | //
|
---|
| 75 | this.lblSearch.AutoSize = true;
|
---|
[10636] | 76 | this.lblSearch.Location = new System.Drawing.Point(41, 26);
|
---|
[10630] | 77 | this.lblSearch.Name = "lblSearch";
|
---|
[10636] | 78 | this.lblSearch.Size = new System.Drawing.Size(56, 13);
|
---|
| 79 | this.lblSearch.TabIndex = 22;
|
---|
| 80 | this.lblSearch.Text = "Search for";
|
---|
[10630] | 81 | //
|
---|
| 82 | // btnFindAll
|
---|
| 83 | //
|
---|
[10636] | 84 | this.btnFindAll.Location = new System.Drawing.Point(458, 20);
|
---|
[10630] | 85 | this.btnFindAll.Name = "btnFindAll";
|
---|
[10636] | 86 | this.btnFindAll.Size = new System.Drawing.Size(80, 23);
|
---|
| 87 | this.btnFindAll.TabIndex = 21;
|
---|
[10630] | 88 | this.btnFindAll.Text = "Find All";
|
---|
| 89 | this.btnFindAll.UseVisualStyleBackColor = true;
|
---|
| 90 | //
|
---|
| 91 | // btnFindNext
|
---|
| 92 | //
|
---|
[10636] | 93 | this.btnFindNext.Location = new System.Drawing.Point(372, 20);
|
---|
[10630] | 94 | this.btnFindNext.Name = "btnFindNext";
|
---|
[10636] | 95 | this.btnFindNext.Size = new System.Drawing.Size(80, 23);
|
---|
| 96 | this.btnFindNext.TabIndex = 20;
|
---|
[10630] | 97 | this.btnFindNext.Text = "Find Next";
|
---|
| 98 | this.btnFindNext.UseVisualStyleBackColor = true;
|
---|
| 99 | //
|
---|
[10633] | 100 | // tabReplace
|
---|
[10630] | 101 | //
|
---|
[10636] | 102 | this.tabReplace.Controls.Add(this.txtSearchString);
|
---|
| 103 | this.tabReplace.Controls.Add(this.lblSearch);
|
---|
| 104 | this.tabReplace.Controls.Add(this.btnFindAll);
|
---|
| 105 | this.tabReplace.Controls.Add(this.btnFindNext);
|
---|
| 106 | this.tabReplace.Controls.Add(this.lblValue);
|
---|
| 107 | this.tabReplace.Controls.Add(this.btnReplaceAll);
|
---|
| 108 | this.tabReplace.Controls.Add(this.btnReplaceNext);
|
---|
| 109 | this.tabReplace.Controls.Add(this.cmbReplaceWith);
|
---|
| 110 | this.tabReplace.Controls.Add(this.txtValue);
|
---|
| 111 | this.tabReplace.Controls.Add(this.label1);
|
---|
[10633] | 112 | this.tabReplace.Location = new System.Drawing.Point(4, 22);
|
---|
| 113 | this.tabReplace.Name = "tabReplace";
|
---|
| 114 | this.tabReplace.Padding = new System.Windows.Forms.Padding(3);
|
---|
[10636] | 115 | this.tabReplace.Size = new System.Drawing.Size(556, 109);
|
---|
[10633] | 116 | this.tabReplace.TabIndex = 1;
|
---|
| 117 | this.tabReplace.Text = "Replace";
|
---|
| 118 | this.tabReplace.UseVisualStyleBackColor = true;
|
---|
[10630] | 119 | //
|
---|
[10636] | 120 | // lblValue
|
---|
| 121 | //
|
---|
| 122 | this.lblValue.AutoSize = true;
|
---|
| 123 | this.lblValue.Location = new System.Drawing.Point(64, 76);
|
---|
| 124 | this.lblValue.Name = "lblValue";
|
---|
| 125 | this.lblValue.Size = new System.Drawing.Size(34, 13);
|
---|
| 126 | this.lblValue.TabIndex = 19;
|
---|
| 127 | this.lblValue.Text = "Value";
|
---|
| 128 | //
|
---|
| 129 | // btnReplaceAll
|
---|
| 130 | //
|
---|
| 131 | this.btnReplaceAll.Location = new System.Drawing.Point(458, 47);
|
---|
| 132 | this.btnReplaceAll.Name = "btnReplaceAll";
|
---|
| 133 | this.btnReplaceAll.Size = new System.Drawing.Size(80, 23);
|
---|
| 134 | this.btnReplaceAll.TabIndex = 18;
|
---|
| 135 | this.btnReplaceAll.Text = "Replace All";
|
---|
| 136 | this.btnReplaceAll.UseVisualStyleBackColor = true;
|
---|
| 137 | //
|
---|
| 138 | // btnReplaceNext
|
---|
| 139 | //
|
---|
| 140 | this.btnReplaceNext.Location = new System.Drawing.Point(372, 47);
|
---|
| 141 | this.btnReplaceNext.Name = "btnReplaceNext";
|
---|
| 142 | this.btnReplaceNext.Size = new System.Drawing.Size(80, 23);
|
---|
| 143 | this.btnReplaceNext.TabIndex = 17;
|
---|
| 144 | this.btnReplaceNext.Text = "Replace Next";
|
---|
| 145 | this.btnReplaceNext.UseVisualStyleBackColor = true;
|
---|
| 146 | //
|
---|
| 147 | // cmbReplaceWith
|
---|
| 148 | //
|
---|
| 149 | this.cmbReplaceWith.FormattingEnabled = true;
|
---|
| 150 | this.cmbReplaceWith.Location = new System.Drawing.Point(103, 46);
|
---|
| 151 | this.cmbReplaceWith.Name = "cmbReplaceWith";
|
---|
| 152 | this.cmbReplaceWith.Size = new System.Drawing.Size(254, 21);
|
---|
| 153 | this.cmbReplaceWith.TabIndex = 16;
|
---|
| 154 | //
|
---|
| 155 | // txtValue
|
---|
| 156 | //
|
---|
| 157 | this.txtValue.Location = new System.Drawing.Point(103, 73);
|
---|
| 158 | this.txtValue.Name = "txtValue";
|
---|
| 159 | this.txtValue.Size = new System.Drawing.Size(254, 20);
|
---|
| 160 | this.txtValue.TabIndex = 15;
|
---|
| 161 | //
|
---|
| 162 | // label1
|
---|
| 163 | //
|
---|
| 164 | this.label1.AutoSize = true;
|
---|
| 165 | this.label1.Location = new System.Drawing.Point(28, 49);
|
---|
| 166 | this.label1.Name = "label1";
|
---|
| 167 | this.label1.Size = new System.Drawing.Size(69, 13);
|
---|
| 168 | this.label1.TabIndex = 14;
|
---|
| 169 | this.label1.Text = "Replace with";
|
---|
| 170 | //
|
---|
[10630] | 171 | // FindAndReplaceDialog
|
---|
| 172 | //
|
---|
| 173 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 174 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[10636] | 175 | this.ClientSize = new System.Drawing.Size(588, 159);
|
---|
[10633] | 176 | this.Controls.Add(this.tabSearchReplace);
|
---|
[10630] | 177 | this.Name = "FindAndReplaceDialog";
|
---|
[10636] | 178 | this.Text = "Find and Replace";
|
---|
[10633] | 179 | this.tabSearchReplace.ResumeLayout(false);
|
---|
[10636] | 180 | this.tabReplace.ResumeLayout(false);
|
---|
| 181 | this.tabReplace.PerformLayout();
|
---|
[10630] | 182 | this.ResumeLayout(false);
|
---|
| 183 |
|
---|
| 184 | }
|
---|
| 185 |
|
---|
| 186 | #endregion
|
---|
| 187 |
|
---|
[10633] | 188 | private System.Windows.Forms.TabControl tabSearchReplace;
|
---|
| 189 | private System.Windows.Forms.TabPage tabSearch;
|
---|
| 190 | private System.Windows.Forms.TabPage tabReplace;
|
---|
[10636] | 191 | private System.Windows.Forms.TextBox txtSearchString;
|
---|
| 192 | private System.Windows.Forms.Label lblSearch;
|
---|
[10630] | 193 | private System.Windows.Forms.Button btnFindAll;
|
---|
| 194 | private System.Windows.Forms.Button btnFindNext;
|
---|
[10636] | 195 | private System.Windows.Forms.Label lblValue;
|
---|
| 196 | private System.Windows.Forms.Button btnReplaceAll;
|
---|
| 197 | private System.Windows.Forms.Button btnReplaceNext;
|
---|
| 198 | private System.Windows.Forms.ComboBox cmbReplaceWith;
|
---|
| 199 | private System.Windows.Forms.TextBox txtValue;
|
---|
| 200 | private System.Windows.Forms.Label label1;
|
---|
[10630] | 201 | }
|
---|
| 202 | } |
---|