1 namespace KeePass.Forms
2 {
3 	partial class XmlReplaceForm
4 	{
5 		/// <summary>
6 		/// Required designer variable.
7 		/// </summary>
8 		private System.ComponentModel.IContainer components = null;
9 
10 		/// <summary>
11 		/// Clean up any resources being used.
12 		/// </summary>
13 		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
Dispose(bool disposing)14 		protected override void Dispose(bool disposing)
15 		{
16 			if(disposing && (components != null))
17 			{
18 				components.Dispose();
19 			}
20 			base.Dispose(disposing);
21 		}
22 
23 		#region Windows Form Designer generated code
24 
25 		/// <summary>
26 		/// Required method for Designer support - do not modify
27 		/// the contents of this method with the code editor.
28 		/// </summary>
InitializeComponent()29 		private void InitializeComponent()
30 		{
31 			this.m_btnOK = new System.Windows.Forms.Button();
32 			this.m_btnCancel = new System.Windows.Forms.Button();
33 			this.m_lblSelNodes = new System.Windows.Forms.Label();
34 			this.m_tbSelNodes = new System.Windows.Forms.TextBox();
35 			this.m_lblData = new System.Windows.Forms.Label();
36 			this.m_rbRemove = new System.Windows.Forms.RadioButton();
37 			this.m_rbReplace = new System.Windows.Forms.RadioButton();
38 			this.m_pnlReplace = new System.Windows.Forms.Panel();
39 			this.m_rbOuterXml = new System.Windows.Forms.RadioButton();
40 			this.m_cbRegex = new System.Windows.Forms.CheckBox();
41 			this.m_cbCase = new System.Windows.Forms.CheckBox();
42 			this.m_tbReplace = new System.Windows.Forms.TextBox();
43 			this.m_lblReplace = new System.Windows.Forms.Label();
44 			this.m_tbMatch = new System.Windows.Forms.TextBox();
45 			this.m_lblMatch = new System.Windows.Forms.Label();
46 			this.m_rbInnerText = new System.Windows.Forms.RadioButton();
47 			this.m_rbInnerXml = new System.Windows.Forms.RadioButton();
48 			this.m_bannerImage = new System.Windows.Forms.PictureBox();
49 			this.m_lblAction = new System.Windows.Forms.Label();
50 			this.m_picWarning = new System.Windows.Forms.PictureBox();
51 			this.m_lblWarning = new System.Windows.Forms.Label();
52 			this.m_lblSeparator = new System.Windows.Forms.Label();
53 			this.m_btnHelp = new System.Windows.Forms.Button();
54 			this.m_pnlReplace.SuspendLayout();
55 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).BeginInit();
56 			((System.ComponentModel.ISupportInitialize)(this.m_picWarning)).BeginInit();
57 			this.SuspendLayout();
58 			//
59 			// m_btnOK
60 			//
61 			this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
62 			this.m_btnOK.Location = new System.Drawing.Point(316, 388);
63 			this.m_btnOK.Name = "m_btnOK";
64 			this.m_btnOK.Size = new System.Drawing.Size(75, 23);
65 			this.m_btnOK.TabIndex = 9;
66 			this.m_btnOK.Text = "OK";
67 			this.m_btnOK.UseVisualStyleBackColor = true;
68 			this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK);
69 			//
70 			// m_btnCancel
71 			//
72 			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
73 			this.m_btnCancel.Location = new System.Drawing.Point(397, 388);
74 			this.m_btnCancel.Name = "m_btnCancel";
75 			this.m_btnCancel.Size = new System.Drawing.Size(75, 23);
76 			this.m_btnCancel.TabIndex = 10;
77 			this.m_btnCancel.Text = "Cancel";
78 			this.m_btnCancel.UseVisualStyleBackColor = true;
79 			this.m_btnCancel.Click += new System.EventHandler(this.OnBtnCancel);
80 			//
81 			// m_lblSelNodes
82 			//
83 			this.m_lblSelNodes.AutoSize = true;
84 			this.m_lblSelNodes.Location = new System.Drawing.Point(9, 98);
85 			this.m_lblSelNodes.Name = "m_lblSelNodes";
86 			this.m_lblSelNodes.Size = new System.Drawing.Size(110, 13);
87 			this.m_lblSelNodes.TabIndex = 1;
88 			this.m_lblSelNodes.Text = "&Select nodes (XPath):";
89 			//
90 			// m_tbSelNodes
91 			//
92 			this.m_tbSelNodes.Location = new System.Drawing.Point(12, 114);
93 			this.m_tbSelNodes.Name = "m_tbSelNodes";
94 			this.m_tbSelNodes.Size = new System.Drawing.Size(460, 20);
95 			this.m_tbSelNodes.TabIndex = 2;
96 			//
97 			// m_lblData
98 			//
99 			this.m_lblData.AutoSize = true;
100 			this.m_lblData.Location = new System.Drawing.Point(3, 5);
101 			this.m_lblData.Name = "m_lblData";
102 			this.m_lblData.Size = new System.Drawing.Size(33, 13);
103 			this.m_lblData.TabIndex = 0;
104 			this.m_lblData.Text = "Data:";
105 			//
106 			// m_rbRemove
107 			//
108 			this.m_rbRemove.AutoSize = true;
109 			this.m_rbRemove.Location = new System.Drawing.Point(12, 164);
110 			this.m_rbRemove.Name = "m_rbRemove";
111 			this.m_rbRemove.Size = new System.Drawing.Size(97, 17);
112 			this.m_rbRemove.TabIndex = 4;
113 			this.m_rbRemove.TabStop = true;
114 			this.m_rbRemove.Text = "&Remove nodes";
115 			this.m_rbRemove.UseVisualStyleBackColor = true;
116 			this.m_rbRemove.CheckedChanged += new System.EventHandler(this.OnRemoveCheckedChanged);
117 			//
118 			// m_rbReplace
119 			//
120 			this.m_rbReplace.AutoSize = true;
121 			this.m_rbReplace.Location = new System.Drawing.Point(12, 187);
122 			this.m_rbReplace.Name = "m_rbReplace";
123 			this.m_rbReplace.Size = new System.Drawing.Size(89, 17);
124 			this.m_rbReplace.TabIndex = 5;
125 			this.m_rbReplace.TabStop = true;
126 			this.m_rbReplace.Text = "Replace &data";
127 			this.m_rbReplace.UseVisualStyleBackColor = true;
128 			//
129 			// m_pnlReplace
130 			//
131 			this.m_pnlReplace.Controls.Add(this.m_rbOuterXml);
132 			this.m_pnlReplace.Controls.Add(this.m_cbRegex);
133 			this.m_pnlReplace.Controls.Add(this.m_cbCase);
134 			this.m_pnlReplace.Controls.Add(this.m_tbReplace);
135 			this.m_pnlReplace.Controls.Add(this.m_lblReplace);
136 			this.m_pnlReplace.Controls.Add(this.m_tbMatch);
137 			this.m_pnlReplace.Controls.Add(this.m_lblMatch);
138 			this.m_pnlReplace.Controls.Add(this.m_rbInnerText);
139 			this.m_pnlReplace.Controls.Add(this.m_rbInnerXml);
140 			this.m_pnlReplace.Controls.Add(this.m_lblData);
141 			this.m_pnlReplace.Location = new System.Drawing.Point(25, 207);
142 			this.m_pnlReplace.Name = "m_pnlReplace";
143 			this.m_pnlReplace.Size = new System.Drawing.Size(459, 168);
144 			this.m_pnlReplace.TabIndex = 6;
145 			//
146 			// m_rbOuterXml
147 			//
148 			this.m_rbOuterXml.AutoSize = true;
149 			this.m_rbOuterXml.Location = new System.Drawing.Point(197, 3);
150 			this.m_rbOuterXml.Name = "m_rbOuterXml";
151 			this.m_rbOuterXml.Size = new System.Drawing.Size(76, 17);
152 			this.m_rbOuterXml.TabIndex = 3;
153 			this.m_rbOuterXml.TabStop = true;
154 			this.m_rbOuterXml.Text = "&Outer XML";
155 			this.m_rbOuterXml.UseVisualStyleBackColor = true;
156 			//
157 			// m_cbRegex
158 			//
159 			this.m_cbRegex.AutoSize = true;
160 			this.m_cbRegex.Location = new System.Drawing.Point(6, 143);
161 			this.m_cbRegex.Name = "m_cbRegex";
162 			this.m_cbRegex.Size = new System.Drawing.Size(121, 17);
163 			this.m_cbRegex.TabIndex = 9;
164 			this.m_cbRegex.Text = "R&egular expressions";
165 			this.m_cbRegex.UseVisualStyleBackColor = true;
166 			//
167 			// m_cbCase
168 			//
169 			this.m_cbCase.AutoSize = true;
170 			this.m_cbCase.Location = new System.Drawing.Point(6, 120);
171 			this.m_cbCase.Name = "m_cbCase";
172 			this.m_cbCase.Size = new System.Drawing.Size(94, 17);
173 			this.m_cbCase.TabIndex = 8;
174 			this.m_cbCase.Text = "&Case-sensitive";
175 			this.m_cbCase.UseVisualStyleBackColor = true;
176 			//
177 			// m_tbReplace
178 			//
179 			this.m_tbReplace.Location = new System.Drawing.Point(6, 90);
180 			this.m_tbReplace.Name = "m_tbReplace";
181 			this.m_tbReplace.Size = new System.Drawing.Size(441, 20);
182 			this.m_tbReplace.TabIndex = 7;
183 			//
184 			// m_lblReplace
185 			//
186 			this.m_lblReplace.AutoSize = true;
187 			this.m_lblReplace.Location = new System.Drawing.Point(3, 74);
188 			this.m_lblReplace.Name = "m_lblReplace";
189 			this.m_lblReplace.Size = new System.Drawing.Size(72, 13);
190 			this.m_lblReplace.TabIndex = 6;
191 			this.m_lblReplace.Text = "Replace &with:";
192 			//
193 			// m_tbMatch
194 			//
195 			this.m_tbMatch.Location = new System.Drawing.Point(6, 44);
196 			this.m_tbMatch.Name = "m_tbMatch";
197 			this.m_tbMatch.Size = new System.Drawing.Size(441, 20);
198 			this.m_tbMatch.TabIndex = 5;
199 			//
200 			// m_lblMatch
201 			//
202 			this.m_lblMatch.AutoSize = true;
203 			this.m_lblMatch.Location = new System.Drawing.Point(3, 28);
204 			this.m_lblMatch.Name = "m_lblMatch";
205 			this.m_lblMatch.Size = new System.Drawing.Size(56, 13);
206 			this.m_lblMatch.TabIndex = 4;
207 			this.m_lblMatch.Text = "&Find what:";
208 			//
209 			// m_rbInnerText
210 			//
211 			this.m_rbInnerText.AutoSize = true;
212 			this.m_rbInnerText.Location = new System.Drawing.Point(42, 3);
213 			this.m_rbInnerText.Name = "m_rbInnerText";
214 			this.m_rbInnerText.Size = new System.Drawing.Size(69, 17);
215 			this.m_rbInnerText.TabIndex = 1;
216 			this.m_rbInnerText.TabStop = true;
217 			this.m_rbInnerText.Text = "Inner &text";
218 			this.m_rbInnerText.UseVisualStyleBackColor = true;
219 			//
220 			// m_rbInnerXml
221 			//
222 			this.m_rbInnerXml.AutoSize = true;
223 			this.m_rbInnerXml.Location = new System.Drawing.Point(117, 3);
224 			this.m_rbInnerXml.Name = "m_rbInnerXml";
225 			this.m_rbInnerXml.Size = new System.Drawing.Size(74, 17);
226 			this.m_rbInnerXml.TabIndex = 2;
227 			this.m_rbInnerXml.TabStop = true;
228 			this.m_rbInnerXml.Text = "Inner &XML";
229 			this.m_rbInnerXml.UseVisualStyleBackColor = true;
230 			//
231 			// m_bannerImage
232 			//
233 			this.m_bannerImage.Dock = System.Windows.Forms.DockStyle.Top;
234 			this.m_bannerImage.Location = new System.Drawing.Point(0, 0);
235 			this.m_bannerImage.Name = "m_bannerImage";
236 			this.m_bannerImage.Size = new System.Drawing.Size(484, 60);
237 			this.m_bannerImage.TabIndex = 8;
238 			this.m_bannerImage.TabStop = false;
239 			//
240 			// m_lblAction
241 			//
242 			this.m_lblAction.AutoSize = true;
243 			this.m_lblAction.Location = new System.Drawing.Point(9, 146);
244 			this.m_lblAction.Name = "m_lblAction";
245 			this.m_lblAction.Size = new System.Drawing.Size(40, 13);
246 			this.m_lblAction.TabIndex = 3;
247 			this.m_lblAction.Text = "Action:";
248 			//
249 			// m_picWarning
250 			//
251 			this.m_picWarning.Location = new System.Drawing.Point(9, 71);
252 			this.m_picWarning.Name = "m_picWarning";
253 			this.m_picWarning.Size = new System.Drawing.Size(16, 16);
254 			this.m_picWarning.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
255 			this.m_picWarning.TabIndex = 10;
256 			this.m_picWarning.TabStop = false;
257 			//
258 			// m_lblWarning
259 			//
260 			this.m_lblWarning.AutoSize = true;
261 			this.m_lblWarning.Location = new System.Drawing.Point(28, 72);
262 			this.m_lblWarning.Name = "m_lblWarning";
263 			this.m_lblWarning.Size = new System.Drawing.Size(267, 13);
264 			this.m_lblWarning.TabIndex = 0;
265 			this.m_lblWarning.Text = "XML Replace is a feature for experts. Use with caution!";
266 			//
267 			// m_lblSeparator
268 			//
269 			this.m_lblSeparator.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
270 			this.m_lblSeparator.Location = new System.Drawing.Point(0, 380);
271 			this.m_lblSeparator.Name = "m_lblSeparator";
272 			this.m_lblSeparator.Size = new System.Drawing.Size(484, 2);
273 			this.m_lblSeparator.TabIndex = 7;
274 			//
275 			// m_btnHelp
276 			//
277 			this.m_btnHelp.Location = new System.Drawing.Point(12, 388);
278 			this.m_btnHelp.Name = "m_btnHelp";
279 			this.m_btnHelp.Size = new System.Drawing.Size(75, 23);
280 			this.m_btnHelp.TabIndex = 8;
281 			this.m_btnHelp.Text = "&Help";
282 			this.m_btnHelp.UseVisualStyleBackColor = true;
283 			this.m_btnHelp.Click += new System.EventHandler(this.OnBtnHelp);
284 			//
285 			// XmlReplaceForm
286 			//
287 			this.AcceptButton = this.m_btnOK;
288 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
289 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
290 			this.CancelButton = this.m_btnCancel;
291 			this.ClientSize = new System.Drawing.Size(484, 423);
292 			this.Controls.Add(this.m_btnHelp);
293 			this.Controls.Add(this.m_lblSeparator);
294 			this.Controls.Add(this.m_lblWarning);
295 			this.Controls.Add(this.m_picWarning);
296 			this.Controls.Add(this.m_lblAction);
297 			this.Controls.Add(this.m_bannerImage);
298 			this.Controls.Add(this.m_pnlReplace);
299 			this.Controls.Add(this.m_rbReplace);
300 			this.Controls.Add(this.m_rbRemove);
301 			this.Controls.Add(this.m_tbSelNodes);
302 			this.Controls.Add(this.m_lblSelNodes);
303 			this.Controls.Add(this.m_btnCancel);
304 			this.Controls.Add(this.m_btnOK);
305 			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
306 			this.MaximizeBox = false;
307 			this.MinimizeBox = false;
308 			this.Name = "XmlReplaceForm";
309 			this.ShowInTaskbar = false;
310 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
311 			this.Text = "<DYN>";
312 			this.Load += new System.EventHandler(this.OnFormLoad);
313 			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
314 			this.m_pnlReplace.ResumeLayout(false);
315 			this.m_pnlReplace.PerformLayout();
316 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).EndInit();
317 			((System.ComponentModel.ISupportInitialize)(this.m_picWarning)).EndInit();
318 			this.ResumeLayout(false);
319 			this.PerformLayout();
320 
321 		}
322 
323 		#endregion
324 
325 		private System.Windows.Forms.Button m_btnOK;
326 		private System.Windows.Forms.Button m_btnCancel;
327 		private System.Windows.Forms.Label m_lblSelNodes;
328 		private System.Windows.Forms.TextBox m_tbSelNodes;
329 		private System.Windows.Forms.Label m_lblData;
330 		private System.Windows.Forms.RadioButton m_rbRemove;
331 		private System.Windows.Forms.RadioButton m_rbReplace;
332 		private System.Windows.Forms.Panel m_pnlReplace;
333 		private System.Windows.Forms.TextBox m_tbReplace;
334 		private System.Windows.Forms.Label m_lblReplace;
335 		private System.Windows.Forms.TextBox m_tbMatch;
336 		private System.Windows.Forms.Label m_lblMatch;
337 		private System.Windows.Forms.RadioButton m_rbInnerText;
338 		private System.Windows.Forms.RadioButton m_rbInnerXml;
339 		private System.Windows.Forms.PictureBox m_bannerImage;
340 		private System.Windows.Forms.Label m_lblAction;
341 		private System.Windows.Forms.PictureBox m_picWarning;
342 		private System.Windows.Forms.Label m_lblWarning;
343 		private System.Windows.Forms.Label m_lblSeparator;
344 		private System.Windows.Forms.CheckBox m_cbRegex;
345 		private System.Windows.Forms.CheckBox m_cbCase;
346 		private System.Windows.Forms.RadioButton m_rbOuterXml;
347 		private System.Windows.Forms.Button m_btnHelp;
348 	}
349 }