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