1 namespace KeePass.Forms
2 {
3 	partial class FieldRefForm
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_lvEntries = new KeePass.UI.CustomListViewEx();
32 			this.m_grpIdentify = new System.Windows.Forms.GroupBox();
33 			this.m_radioIdUuid = new System.Windows.Forms.RadioButton();
34 			this.m_radioIdNotes = new System.Windows.Forms.RadioButton();
35 			this.m_radioIdUrl = new System.Windows.Forms.RadioButton();
36 			this.m_radioIdPassword = new System.Windows.Forms.RadioButton();
37 			this.m_radioIdUserName = new System.Windows.Forms.RadioButton();
38 			this.m_radioIdTitle = new System.Windows.Forms.RadioButton();
39 			this.m_grpRefField = new System.Windows.Forms.GroupBox();
40 			this.m_radioRefNotes = new System.Windows.Forms.RadioButton();
41 			this.m_radioRefUrl = new System.Windows.Forms.RadioButton();
42 			this.m_radioRefPassword = new System.Windows.Forms.RadioButton();
43 			this.m_radioRefUserName = new System.Windows.Forms.RadioButton();
44 			this.m_radioRefTitle = new System.Windows.Forms.RadioButton();
45 			this.m_btnOK = new System.Windows.Forms.Button();
46 			this.m_btnCancel = new System.Windows.Forms.Button();
47 			this.m_btnHelp = new System.Windows.Forms.Button();
48 			this.m_lblFilter = new System.Windows.Forms.Label();
49 			this.m_tbFilter = new System.Windows.Forms.TextBox();
50 			this.m_grpIdentify.SuspendLayout();
51 			this.m_grpRefField.SuspendLayout();
52 			this.SuspendLayout();
53 			//
54 			// m_lvEntries
55 			//
56 			this.m_lvEntries.FullRowSelect = true;
57 			this.m_lvEntries.GridLines = true;
58 			this.m_lvEntries.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
59 			this.m_lvEntries.HideSelection = false;
60 			this.m_lvEntries.Location = new System.Drawing.Point(12, 38);
61 			this.m_lvEntries.MultiSelect = false;
62 			this.m_lvEntries.Name = "m_lvEntries";
63 			this.m_lvEntries.Size = new System.Drawing.Size(608, 280);
64 			this.m_lvEntries.TabIndex = 0;
65 			this.m_lvEntries.UseCompatibleStateImageBehavior = false;
66 			this.m_lvEntries.View = System.Windows.Forms.View.Details;
67 			this.m_lvEntries.SelectedIndexChanged += new System.EventHandler(this.OnEntriesSelectedIndexChanged);
68 			//
69 			// m_grpIdentify
70 			//
71 			this.m_grpIdentify.Controls.Add(this.m_radioIdUuid);
72 			this.m_grpIdentify.Controls.Add(this.m_radioIdNotes);
73 			this.m_grpIdentify.Controls.Add(this.m_radioIdUrl);
74 			this.m_grpIdentify.Controls.Add(this.m_radioIdPassword);
75 			this.m_grpIdentify.Controls.Add(this.m_radioIdUserName);
76 			this.m_grpIdentify.Controls.Add(this.m_radioIdTitle);
77 			this.m_grpIdentify.Location = new System.Drawing.Point(12, 326);
78 			this.m_grpIdentify.Name = "m_grpIdentify";
79 			this.m_grpIdentify.Size = new System.Drawing.Size(301, 69);
80 			this.m_grpIdentify.TabIndex = 1;
81 			this.m_grpIdentify.TabStop = false;
82 			this.m_grpIdentify.Text = "Identify source entry by";
83 			//
84 			// m_radioIdUuid
85 			//
86 			this.m_radioIdUuid.AutoSize = true;
87 			this.m_radioIdUuid.Location = new System.Drawing.Point(202, 42);
88 			this.m_radioIdUuid.Name = "m_radioIdUuid";
89 			this.m_radioIdUuid.Size = new System.Drawing.Size(52, 17);
90 			this.m_radioIdUuid.TabIndex = 5;
91 			this.m_radioIdUuid.TabStop = true;
92 			this.m_radioIdUuid.Text = "UU&ID";
93 			this.m_radioIdUuid.UseVisualStyleBackColor = true;
94 			//
95 			// m_radioIdNotes
96 			//
97 			this.m_radioIdNotes.AutoSize = true;
98 			this.m_radioIdNotes.Location = new System.Drawing.Point(106, 42);
99 			this.m_radioIdNotes.Name = "m_radioIdNotes";
100 			this.m_radioIdNotes.Size = new System.Drawing.Size(53, 17);
101 			this.m_radioIdNotes.TabIndex = 4;
102 			this.m_radioIdNotes.TabStop = true;
103 			this.m_radioIdNotes.Text = "&Notes";
104 			this.m_radioIdNotes.UseVisualStyleBackColor = true;
105 			//
106 			// m_radioIdUrl
107 			//
108 			this.m_radioIdUrl.AutoSize = true;
109 			this.m_radioIdUrl.Location = new System.Drawing.Point(10, 42);
110 			this.m_radioIdUrl.Name = "m_radioIdUrl";
111 			this.m_radioIdUrl.Size = new System.Drawing.Size(47, 17);
112 			this.m_radioIdUrl.TabIndex = 3;
113 			this.m_radioIdUrl.TabStop = true;
114 			this.m_radioIdUrl.Text = "UR&L";
115 			this.m_radioIdUrl.UseVisualStyleBackColor = true;
116 			//
117 			// m_radioIdPassword
118 			//
119 			this.m_radioIdPassword.AutoSize = true;
120 			this.m_radioIdPassword.Location = new System.Drawing.Point(202, 19);
121 			this.m_radioIdPassword.Name = "m_radioIdPassword";
122 			this.m_radioIdPassword.Size = new System.Drawing.Size(71, 17);
123 			this.m_radioIdPassword.TabIndex = 2;
124 			this.m_radioIdPassword.TabStop = true;
125 			this.m_radioIdPassword.Text = "&Password";
126 			this.m_radioIdPassword.UseVisualStyleBackColor = true;
127 			//
128 			// m_radioIdUserName
129 			//
130 			this.m_radioIdUserName.AutoSize = true;
131 			this.m_radioIdUserName.Location = new System.Drawing.Point(106, 19);
132 			this.m_radioIdUserName.Name = "m_radioIdUserName";
133 			this.m_radioIdUserName.Size = new System.Drawing.Size(76, 17);
134 			this.m_radioIdUserName.TabIndex = 1;
135 			this.m_radioIdUserName.TabStop = true;
136 			this.m_radioIdUserName.Text = "&User name";
137 			this.m_radioIdUserName.UseVisualStyleBackColor = true;
138 			//
139 			// m_radioIdTitle
140 			//
141 			this.m_radioIdTitle.AutoSize = true;
142 			this.m_radioIdTitle.Location = new System.Drawing.Point(10, 19);
143 			this.m_radioIdTitle.Name = "m_radioIdTitle";
144 			this.m_radioIdTitle.Size = new System.Drawing.Size(45, 17);
145 			this.m_radioIdTitle.TabIndex = 0;
146 			this.m_radioIdTitle.TabStop = true;
147 			this.m_radioIdTitle.Text = "&Title";
148 			this.m_radioIdTitle.UseVisualStyleBackColor = true;
149 			//
150 			// m_grpRefField
151 			//
152 			this.m_grpRefField.Controls.Add(this.m_radioRefNotes);
153 			this.m_grpRefField.Controls.Add(this.m_radioRefUrl);
154 			this.m_grpRefField.Controls.Add(this.m_radioRefPassword);
155 			this.m_grpRefField.Controls.Add(this.m_radioRefUserName);
156 			this.m_grpRefField.Controls.Add(this.m_radioRefTitle);
157 			this.m_grpRefField.Location = new System.Drawing.Point(319, 326);
158 			this.m_grpRefField.Name = "m_grpRefField";
159 			this.m_grpRefField.Size = new System.Drawing.Size(301, 69);
160 			this.m_grpRefField.TabIndex = 2;
161 			this.m_grpRefField.TabStop = false;
162 			this.m_grpRefField.Text = "Source field to reference";
163 			//
164 			// m_radioRefNotes
165 			//
166 			this.m_radioRefNotes.AutoSize = true;
167 			this.m_radioRefNotes.Location = new System.Drawing.Point(107, 42);
168 			this.m_radioRefNotes.Name = "m_radioRefNotes";
169 			this.m_radioRefNotes.Size = new System.Drawing.Size(53, 17);
170 			this.m_radioRefNotes.TabIndex = 4;
171 			this.m_radioRefNotes.TabStop = true;
172 			this.m_radioRefNotes.Text = "N&otes";
173 			this.m_radioRefNotes.UseVisualStyleBackColor = true;
174 			//
175 			// m_radioRefUrl
176 			//
177 			this.m_radioRefUrl.AutoSize = true;
178 			this.m_radioRefUrl.Location = new System.Drawing.Point(11, 42);
179 			this.m_radioRefUrl.Name = "m_radioRefUrl";
180 			this.m_radioRefUrl.Size = new System.Drawing.Size(47, 17);
181 			this.m_radioRefUrl.TabIndex = 3;
182 			this.m_radioRefUrl.TabStop = true;
183 			this.m_radioRefUrl.Text = "U&RL";
184 			this.m_radioRefUrl.UseVisualStyleBackColor = true;
185 			//
186 			// m_radioRefPassword
187 			//
188 			this.m_radioRefPassword.AutoSize = true;
189 			this.m_radioRefPassword.Location = new System.Drawing.Point(203, 19);
190 			this.m_radioRefPassword.Name = "m_radioRefPassword";
191 			this.m_radioRefPassword.Size = new System.Drawing.Size(71, 17);
192 			this.m_radioRefPassword.TabIndex = 2;
193 			this.m_radioRefPassword.TabStop = true;
194 			this.m_radioRefPassword.Text = "P&assword";
195 			this.m_radioRefPassword.UseVisualStyleBackColor = true;
196 			//
197 			// m_radioRefUserName
198 			//
199 			this.m_radioRefUserName.AutoSize = true;
200 			this.m_radioRefUserName.Location = new System.Drawing.Point(107, 19);
201 			this.m_radioRefUserName.Name = "m_radioRefUserName";
202 			this.m_radioRefUserName.Size = new System.Drawing.Size(76, 17);
203 			this.m_radioRefUserName.TabIndex = 1;
204 			this.m_radioRefUserName.TabStop = true;
205 			this.m_radioRefUserName.Text = "U&ser name";
206 			this.m_radioRefUserName.UseVisualStyleBackColor = true;
207 			//
208 			// m_radioRefTitle
209 			//
210 			this.m_radioRefTitle.AutoSize = true;
211 			this.m_radioRefTitle.Location = new System.Drawing.Point(11, 19);
212 			this.m_radioRefTitle.Name = "m_radioRefTitle";
213 			this.m_radioRefTitle.Size = new System.Drawing.Size(45, 17);
214 			this.m_radioRefTitle.TabIndex = 0;
215 			this.m_radioRefTitle.TabStop = true;
216 			this.m_radioRefTitle.Text = "Titl&e";
217 			this.m_radioRefTitle.UseVisualStyleBackColor = true;
218 			//
219 			// m_btnOK
220 			//
221 			this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
222 			this.m_btnOK.Location = new System.Drawing.Point(464, 405);
223 			this.m_btnOK.Name = "m_btnOK";
224 			this.m_btnOK.Size = new System.Drawing.Size(75, 23);
225 			this.m_btnOK.TabIndex = 4;
226 			this.m_btnOK.Text = "OK";
227 			this.m_btnOK.UseVisualStyleBackColor = true;
228 			this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK);
229 			//
230 			// m_btnCancel
231 			//
232 			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
233 			this.m_btnCancel.Location = new System.Drawing.Point(545, 405);
234 			this.m_btnCancel.Name = "m_btnCancel";
235 			this.m_btnCancel.Size = new System.Drawing.Size(75, 23);
236 			this.m_btnCancel.TabIndex = 5;
237 			this.m_btnCancel.Text = "Cancel";
238 			this.m_btnCancel.UseVisualStyleBackColor = true;
239 			this.m_btnCancel.Click += new System.EventHandler(this.OnBtnCancel);
240 			//
241 			// m_btnHelp
242 			//
243 			this.m_btnHelp.Location = new System.Drawing.Point(12, 405);
244 			this.m_btnHelp.Name = "m_btnHelp";
245 			this.m_btnHelp.Size = new System.Drawing.Size(75, 23);
246 			this.m_btnHelp.TabIndex = 3;
247 			this.m_btnHelp.Text = "&Help";
248 			this.m_btnHelp.UseVisualStyleBackColor = true;
249 			this.m_btnHelp.Click += new System.EventHandler(this.OnBtnHelp);
250 			//
251 			// m_lblFilter
252 			//
253 			this.m_lblFilter.AutoSize = true;
254 			this.m_lblFilter.Location = new System.Drawing.Point(396, 15);
255 			this.m_lblFilter.Name = "m_lblFilter";
256 			this.m_lblFilter.Size = new System.Drawing.Size(32, 13);
257 			this.m_lblFilter.TabIndex = 6;
258 			this.m_lblFilter.Text = "&Filter:";
259 			//
260 			// m_tbFilter
261 			//
262 			this.m_tbFilter.Location = new System.Drawing.Point(434, 12);
263 			this.m_tbFilter.Name = "m_tbFilter";
264 			this.m_tbFilter.Size = new System.Drawing.Size(186, 20);
265 			this.m_tbFilter.TabIndex = 7;
266 			this.m_tbFilter.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnFilterKeyDown);
267 			this.m_tbFilter.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnFilterKeyUp);
268 			//
269 			// FieldRefForm
270 			//
271 			this.AcceptButton = this.m_btnOK;
272 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
273 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
274 			this.CancelButton = this.m_btnCancel;
275 			this.ClientSize = new System.Drawing.Size(632, 440);
276 			this.Controls.Add(this.m_tbFilter);
277 			this.Controls.Add(this.m_lblFilter);
278 			this.Controls.Add(this.m_btnHelp);
279 			this.Controls.Add(this.m_btnCancel);
280 			this.Controls.Add(this.m_btnOK);
281 			this.Controls.Add(this.m_grpRefField);
282 			this.Controls.Add(this.m_grpIdentify);
283 			this.Controls.Add(this.m_lvEntries);
284 			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
285 			this.MaximizeBox = false;
286 			this.MinimizeBox = false;
287 			this.Name = "FieldRefForm";
288 			this.ShowInTaskbar = false;
289 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
290 			this.Text = "Insert Field Reference";
291 			this.Load += new System.EventHandler(this.OnFormLoad);
292 			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
293 			this.m_grpIdentify.ResumeLayout(false);
294 			this.m_grpIdentify.PerformLayout();
295 			this.m_grpRefField.ResumeLayout(false);
296 			this.m_grpRefField.PerformLayout();
297 			this.ResumeLayout(false);
298 			this.PerformLayout();
299 
300 		}
301 
302 		#endregion
303 
304 		private KeePass.UI.CustomListViewEx m_lvEntries;
305 		private System.Windows.Forms.GroupBox m_grpIdentify;
306 		private System.Windows.Forms.GroupBox m_grpRefField;
307 		private System.Windows.Forms.Button m_btnOK;
308 		private System.Windows.Forms.Button m_btnCancel;
309 		private System.Windows.Forms.Button m_btnHelp;
310 		private System.Windows.Forms.RadioButton m_radioIdNotes;
311 		private System.Windows.Forms.RadioButton m_radioIdUrl;
312 		private System.Windows.Forms.RadioButton m_radioIdPassword;
313 		private System.Windows.Forms.RadioButton m_radioIdUserName;
314 		private System.Windows.Forms.RadioButton m_radioIdTitle;
315 		private System.Windows.Forms.RadioButton m_radioIdUuid;
316 		private System.Windows.Forms.RadioButton m_radioRefNotes;
317 		private System.Windows.Forms.RadioButton m_radioRefUrl;
318 		private System.Windows.Forms.RadioButton m_radioRefPassword;
319 		private System.Windows.Forms.RadioButton m_radioRefUserName;
320 		private System.Windows.Forms.RadioButton m_radioRefTitle;
321 		private System.Windows.Forms.Label m_lblFilter;
322 		private System.Windows.Forms.TextBox m_tbFilter;
323 	}
324 }