comparison ARClient/Form1.Designer.cs @ 0:90ea68d4f92f

First release
author Ivo Smits <Ivo@UCIS.nl>
date Sat, 08 Nov 2014 22:43:51 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:90ea68d4f92f
1 namespace ARClient {
2 partial class Form1 {
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.lvwResourceValue = new System.Windows.Forms.TreeView();
27 this.splitContainer1 = new System.Windows.Forms.SplitContainer();
28 this.groupBox1 = new System.Windows.Forms.GroupBox();
29 this.lstResources = new System.Windows.Forms.ListBox();
30 this.cmbResourceFilter = new System.Windows.Forms.ComboBox();
31 this.groupBox3 = new System.Windows.Forms.GroupBox();
32 this.groupBox2 = new System.Windows.Forms.GroupBox();
33 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
34 this.txtResourceSerial = new System.Windows.Forms.TextBox();
35 this.label3 = new System.Windows.Forms.Label();
36 this.label4 = new System.Windows.Forms.Label();
37 this.txtResourceStatus = new System.Windows.Forms.TextBox();
38 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
39 this.txtResourceLabel = new System.Windows.Forms.TextBox();
40 this.txtResourceKey = new System.Windows.Forms.TextBox();
41 this.label1 = new System.Windows.Forms.Label();
42 this.label2 = new System.Windows.Forms.Label();
43 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
44 this.databaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45 this.newDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46 this.reloadDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
47 this.saveDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
48 this.openDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
49 this.saveDatabaseAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
50 this.importDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51 this.synchronizeResourcesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
52 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
53 this.resourceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
54 this.addNewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
55 this.editSelectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
56 this.deleteSelectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
57 this.addKeyToFilterListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
58 this.splitContainer1.Panel1.SuspendLayout();
59 this.splitContainer1.Panel2.SuspendLayout();
60 this.splitContainer1.SuspendLayout();
61 this.groupBox1.SuspendLayout();
62 this.groupBox3.SuspendLayout();
63 this.groupBox2.SuspendLayout();
64 this.tableLayoutPanel2.SuspendLayout();
65 this.tableLayoutPanel1.SuspendLayout();
66 this.menuStrip1.SuspendLayout();
67 this.SuspendLayout();
68 //
69 // lvwResourceValue
70 //
71 this.lvwResourceValue.Dock = System.Windows.Forms.DockStyle.Fill;
72 this.lvwResourceValue.Location = new System.Drawing.Point(3, 16);
73 this.lvwResourceValue.Name = "lvwResourceValue";
74 this.lvwResourceValue.Size = new System.Drawing.Size(715, 306);
75 this.lvwResourceValue.TabIndex = 3;
76 //
77 // splitContainer1
78 //
79 this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
80 this.splitContainer1.Location = new System.Drawing.Point(0, 24);
81 this.splitContainer1.Name = "splitContainer1";
82 //
83 // splitContainer1.Panel1
84 //
85 this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
86 //
87 // splitContainer1.Panel2
88 //
89 this.splitContainer1.Panel2.Controls.Add(this.groupBox3);
90 this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
91 this.splitContainer1.Size = new System.Drawing.Size(944, 422);
92 this.splitContainer1.SplitterDistance = 219;
93 this.splitContainer1.TabIndex = 4;
94 //
95 // groupBox1
96 //
97 this.groupBox1.Controls.Add(this.lstResources);
98 this.groupBox1.Controls.Add(this.cmbResourceFilter);
99 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
100 this.groupBox1.Location = new System.Drawing.Point(0, 0);
101 this.groupBox1.Name = "groupBox1";
102 this.groupBox1.Size = new System.Drawing.Size(219, 422);
103 this.groupBox1.TabIndex = 4;
104 this.groupBox1.TabStop = false;
105 this.groupBox1.Text = "Resources";
106 //
107 // lstResources
108 //
109 this.lstResources.Dock = System.Windows.Forms.DockStyle.Fill;
110 this.lstResources.FormattingEnabled = true;
111 this.lstResources.Location = new System.Drawing.Point(3, 37);
112 this.lstResources.Name = "lstResources";
113 this.lstResources.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
114 this.lstResources.Size = new System.Drawing.Size(213, 381);
115 this.lstResources.Sorted = true;
116 this.lstResources.TabIndex = 0;
117 this.lstResources.SelectedIndexChanged += new System.EventHandler(this.lstResources_SelectedIndexChanged);
118 this.lstResources.DoubleClick += new System.EventHandler(this.lstResources_DoubleClick);
119 //
120 // cmbResourceFilter
121 //
122 this.cmbResourceFilter.Dock = System.Windows.Forms.DockStyle.Top;
123 this.cmbResourceFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
124 this.cmbResourceFilter.FormattingEnabled = true;
125 this.cmbResourceFilter.Items.AddRange(new object[] {
126 "All resources",
127 "My resources",
128 "Filtered resources",
129 "Expired resources",
130 "Domain names",
131 "IPv4 networks",
132 "IPv6 networks",
133 "AS numbers",
134 "Key information"});
135 this.cmbResourceFilter.Location = new System.Drawing.Point(3, 16);
136 this.cmbResourceFilter.Name = "cmbResourceFilter";
137 this.cmbResourceFilter.Size = new System.Drawing.Size(213, 21);
138 this.cmbResourceFilter.TabIndex = 2;
139 this.cmbResourceFilter.SelectedIndexChanged += new System.EventHandler(this.cmbResourceFilter_SelectedIndexChanged);
140 //
141 // groupBox3
142 //
143 this.groupBox3.Controls.Add(this.lvwResourceValue);
144 this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
145 this.groupBox3.Location = new System.Drawing.Point(0, 97);
146 this.groupBox3.Name = "groupBox3";
147 this.groupBox3.Size = new System.Drawing.Size(721, 325);
148 this.groupBox3.TabIndex = 5;
149 this.groupBox3.TabStop = false;
150 this.groupBox3.Text = "Resource value";
151 //
152 // groupBox2
153 //
154 this.groupBox2.AutoSize = true;
155 this.groupBox2.Controls.Add(this.tableLayoutPanel2);
156 this.groupBox2.Controls.Add(this.tableLayoutPanel1);
157 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
158 this.groupBox2.Location = new System.Drawing.Point(0, 0);
159 this.groupBox2.Name = "groupBox2";
160 this.groupBox2.Size = new System.Drawing.Size(721, 97);
161 this.groupBox2.TabIndex = 4;
162 this.groupBox2.TabStop = false;
163 this.groupBox2.Text = "Resource information";
164 //
165 // tableLayoutPanel2
166 //
167 this.tableLayoutPanel2.AutoSize = true;
168 this.tableLayoutPanel2.ColumnCount = 4;
169 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
170 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
171 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
172 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
173 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
174 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
175 this.tableLayoutPanel2.Controls.Add(this.txtResourceSerial, 1, 0);
176 this.tableLayoutPanel2.Controls.Add(this.label3, 0, 0);
177 this.tableLayoutPanel2.Controls.Add(this.label4, 2, 0);
178 this.tableLayoutPanel2.Controls.Add(this.txtResourceStatus, 3, 0);
179 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
180 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 68);
181 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
182 this.tableLayoutPanel2.RowCount = 1;
183 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
184 this.tableLayoutPanel2.Size = new System.Drawing.Size(715, 26);
185 this.tableLayoutPanel2.TabIndex = 7;
186 //
187 // txtResourceSerial
188 //
189 this.txtResourceSerial.Dock = System.Windows.Forms.DockStyle.Fill;
190 this.txtResourceSerial.Location = new System.Drawing.Point(103, 3);
191 this.txtResourceSerial.Name = "txtResourceSerial";
192 this.txtResourceSerial.ReadOnly = true;
193 this.txtResourceSerial.Size = new System.Drawing.Size(251, 20);
194 this.txtResourceSerial.TabIndex = 7;
195 //
196 // label3
197 //
198 this.label3.Anchor = System.Windows.Forms.AnchorStyles.Left;
199 this.label3.AutoSize = true;
200 this.label3.Location = new System.Drawing.Point(3, 6);
201 this.label3.Name = "label3";
202 this.label3.Size = new System.Drawing.Size(33, 13);
203 this.label3.TabIndex = 4;
204 this.label3.Text = "Serial";
205 this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
206 //
207 // label4
208 //
209 this.label4.Anchor = System.Windows.Forms.AnchorStyles.Left;
210 this.label4.AutoSize = true;
211 this.label4.Location = new System.Drawing.Point(360, 6);
212 this.label4.Name = "label4";
213 this.label4.Size = new System.Drawing.Size(37, 13);
214 this.label4.TabIndex = 5;
215 this.label4.Text = "Status";
216 this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
217 //
218 // txtResourceStatus
219 //
220 this.txtResourceStatus.Dock = System.Windows.Forms.DockStyle.Fill;
221 this.txtResourceStatus.Location = new System.Drawing.Point(460, 3);
222 this.txtResourceStatus.Name = "txtResourceStatus";
223 this.txtResourceStatus.ReadOnly = true;
224 this.txtResourceStatus.Size = new System.Drawing.Size(252, 20);
225 this.txtResourceStatus.TabIndex = 8;
226 //
227 // tableLayoutPanel1
228 //
229 this.tableLayoutPanel1.AutoSize = true;
230 this.tableLayoutPanel1.ColumnCount = 2;
231 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
232 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
233 this.tableLayoutPanel1.Controls.Add(this.txtResourceLabel, 1, 0);
234 this.tableLayoutPanel1.Controls.Add(this.txtResourceKey, 1, 1);
235 this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
236 this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
237 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
238 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
239 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
240 this.tableLayoutPanel1.RowCount = 2;
241 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
242 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
243 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
244 this.tableLayoutPanel1.Size = new System.Drawing.Size(715, 52);
245 this.tableLayoutPanel1.TabIndex = 6;
246 //
247 // txtResourceLabel
248 //
249 this.txtResourceLabel.Dock = System.Windows.Forms.DockStyle.Fill;
250 this.txtResourceLabel.Location = new System.Drawing.Point(103, 3);
251 this.txtResourceLabel.Name = "txtResourceLabel";
252 this.txtResourceLabel.ReadOnly = true;
253 this.txtResourceLabel.Size = new System.Drawing.Size(609, 20);
254 this.txtResourceLabel.TabIndex = 6;
255 //
256 // txtResourceKey
257 //
258 this.txtResourceKey.Dock = System.Windows.Forms.DockStyle.Fill;
259 this.txtResourceKey.Location = new System.Drawing.Point(103, 29);
260 this.txtResourceKey.Name = "txtResourceKey";
261 this.txtResourceKey.ReadOnly = true;
262 this.txtResourceKey.Size = new System.Drawing.Size(609, 20);
263 this.txtResourceKey.TabIndex = 5;
264 //
265 // label1
266 //
267 this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
268 this.label1.AutoSize = true;
269 this.label1.Location = new System.Drawing.Point(3, 6);
270 this.label1.Name = "label1";
271 this.label1.Size = new System.Drawing.Size(53, 13);
272 this.label1.TabIndex = 0;
273 this.label1.Text = "Resource";
274 this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
275 //
276 // label2
277 //
278 this.label2.Anchor = System.Windows.Forms.AnchorStyles.Left;
279 this.label2.AutoSize = true;
280 this.label2.Location = new System.Drawing.Point(3, 32);
281 this.label2.Name = "label2";
282 this.label2.Size = new System.Drawing.Size(58, 13);
283 this.label2.TabIndex = 1;
284 this.label2.Text = "Owner key";
285 this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
286 //
287 // menuStrip1
288 //
289 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
290 this.databaseToolStripMenuItem,
291 this.synchronizeResourcesToolStripMenuItem,
292 this.settingsToolStripMenuItem,
293 this.resourceToolStripMenuItem});
294 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
295 this.menuStrip1.Name = "menuStrip1";
296 this.menuStrip1.Size = new System.Drawing.Size(944, 24);
297 this.menuStrip1.TabIndex = 5;
298 this.menuStrip1.Text = "menuStrip1";
299 //
300 // databaseToolStripMenuItem
301 //
302 this.databaseToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
303 this.newDatabaseToolStripMenuItem,
304 this.reloadDatabaseToolStripMenuItem,
305 this.saveDatabaseToolStripMenuItem,
306 this.openDatabaseToolStripMenuItem,
307 this.saveDatabaseAsToolStripMenuItem,
308 this.importDatabaseToolStripMenuItem});
309 this.databaseToolStripMenuItem.Name = "databaseToolStripMenuItem";
310 this.databaseToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
311 this.databaseToolStripMenuItem.Text = "Database";
312 //
313 // newDatabaseToolStripMenuItem
314 //
315 this.newDatabaseToolStripMenuItem.Name = "newDatabaseToolStripMenuItem";
316 this.newDatabaseToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
317 this.newDatabaseToolStripMenuItem.Text = "New database";
318 this.newDatabaseToolStripMenuItem.Click += new System.EventHandler(this.newDatabaseToolStripMenuItem_Click);
319 //
320 // reloadDatabaseToolStripMenuItem
321 //
322 this.reloadDatabaseToolStripMenuItem.Name = "reloadDatabaseToolStripMenuItem";
323 this.reloadDatabaseToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
324 this.reloadDatabaseToolStripMenuItem.Text = "Reload database";
325 this.reloadDatabaseToolStripMenuItem.Click += new System.EventHandler(this.reloadDatabaseToolStripMenuItem_Click);
326 //
327 // saveDatabaseToolStripMenuItem
328 //
329 this.saveDatabaseToolStripMenuItem.Name = "saveDatabaseToolStripMenuItem";
330 this.saveDatabaseToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
331 this.saveDatabaseToolStripMenuItem.Text = "Save database";
332 this.saveDatabaseToolStripMenuItem.Click += new System.EventHandler(this.saveDatabaseToolStripMenuItem_Click);
333 //
334 // openDatabaseToolStripMenuItem
335 //
336 this.openDatabaseToolStripMenuItem.Name = "openDatabaseToolStripMenuItem";
337 this.openDatabaseToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
338 this.openDatabaseToolStripMenuItem.Text = "Open database";
339 this.openDatabaseToolStripMenuItem.Click += new System.EventHandler(this.openDatabaseToolStripMenuItem_Click);
340 //
341 // saveDatabaseAsToolStripMenuItem
342 //
343 this.saveDatabaseAsToolStripMenuItem.Name = "saveDatabaseAsToolStripMenuItem";
344 this.saveDatabaseAsToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
345 this.saveDatabaseAsToolStripMenuItem.Text = "Save database as";
346 this.saveDatabaseAsToolStripMenuItem.Click += new System.EventHandler(this.saveDatabaseAsToolStripMenuItem_Click);
347 //
348 // importDatabaseToolStripMenuItem
349 //
350 this.importDatabaseToolStripMenuItem.Name = "importDatabaseToolStripMenuItem";
351 this.importDatabaseToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
352 this.importDatabaseToolStripMenuItem.Text = "Import database";
353 this.importDatabaseToolStripMenuItem.Click += new System.EventHandler(this.importDatabaseToolStripMenuItem_Click);
354 //
355 // synchronizeResourcesToolStripMenuItem
356 //
357 this.synchronizeResourcesToolStripMenuItem.Name = "synchronizeResourcesToolStripMenuItem";
358 this.synchronizeResourcesToolStripMenuItem.Size = new System.Drawing.Size(127, 20);
359 this.synchronizeResourcesToolStripMenuItem.Text = "Synchronize resources";
360 //
361 // settingsToolStripMenuItem
362 //
363 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
364 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
365 this.settingsToolStripMenuItem.Text = "Settings";
366 this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click);
367 //
368 // resourceToolStripMenuItem
369 //
370 this.resourceToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
371 this.addNewToolStripMenuItem,
372 this.editSelectedToolStripMenuItem,
373 this.deleteSelectedToolStripMenuItem,
374 this.addKeyToFilterListToolStripMenuItem});
375 this.resourceToolStripMenuItem.Name = "resourceToolStripMenuItem";
376 this.resourceToolStripMenuItem.Size = new System.Drawing.Size(64, 20);
377 this.resourceToolStripMenuItem.Text = "Resource";
378 //
379 // addNewToolStripMenuItem
380 //
381 this.addNewToolStripMenuItem.Name = "addNewToolStripMenuItem";
382 this.addNewToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
383 this.addNewToolStripMenuItem.Text = "Add new";
384 this.addNewToolStripMenuItem.Click += new System.EventHandler(this.addNewToolStripMenuItem_Click);
385 //
386 // editSelectedToolStripMenuItem
387 //
388 this.editSelectedToolStripMenuItem.Name = "editSelectedToolStripMenuItem";
389 this.editSelectedToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
390 this.editSelectedToolStripMenuItem.Text = "Edit selected";
391 this.editSelectedToolStripMenuItem.Click += new System.EventHandler(this.editSelectedToolStripMenuItem_Click);
392 //
393 // deleteSelectedToolStripMenuItem
394 //
395 this.deleteSelectedToolStripMenuItem.Name = "deleteSelectedToolStripMenuItem";
396 this.deleteSelectedToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
397 this.deleteSelectedToolStripMenuItem.Text = "Delete selected";
398 this.deleteSelectedToolStripMenuItem.Click += new System.EventHandler(this.deleteSelectedToolStripMenuItem_Click);
399 //
400 // addKeyToFilterListToolStripMenuItem
401 //
402 this.addKeyToFilterListToolStripMenuItem.Name = "addKeyToFilterListToolStripMenuItem";
403 this.addKeyToFilterListToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
404 this.addKeyToFilterListToolStripMenuItem.Text = "Add key to filter list";
405 this.addKeyToFilterListToolStripMenuItem.Click += new System.EventHandler(this.addKeyToFilterListToolStripMenuItem_Click);
406 //
407 // Form1
408 //
409 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
410 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
411 this.ClientSize = new System.Drawing.Size(944, 446);
412 this.Controls.Add(this.splitContainer1);
413 this.Controls.Add(this.menuStrip1);
414 this.Name = "Form1";
415 this.Text = "MARC Resource Manager";
416 this.Load += new System.EventHandler(this.Form1_Load);
417 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
418 this.splitContainer1.Panel1.ResumeLayout(false);
419 this.splitContainer1.Panel2.ResumeLayout(false);
420 this.splitContainer1.Panel2.PerformLayout();
421 this.splitContainer1.ResumeLayout(false);
422 this.groupBox1.ResumeLayout(false);
423 this.groupBox3.ResumeLayout(false);
424 this.groupBox2.ResumeLayout(false);
425 this.groupBox2.PerformLayout();
426 this.tableLayoutPanel2.ResumeLayout(false);
427 this.tableLayoutPanel2.PerformLayout();
428 this.tableLayoutPanel1.ResumeLayout(false);
429 this.tableLayoutPanel1.PerformLayout();
430 this.menuStrip1.ResumeLayout(false);
431 this.menuStrip1.PerformLayout();
432 this.ResumeLayout(false);
433 this.PerformLayout();
434
435 }
436
437 #endregion
438
439 private System.Windows.Forms.TreeView lvwResourceValue;
440 private System.Windows.Forms.SplitContainer splitContainer1;
441 private System.Windows.Forms.GroupBox groupBox1;
442 private System.Windows.Forms.ComboBox cmbResourceFilter;
443 private System.Windows.Forms.GroupBox groupBox3;
444 private System.Windows.Forms.GroupBox groupBox2;
445 private System.Windows.Forms.MenuStrip menuStrip1;
446 private System.Windows.Forms.ToolStripMenuItem synchronizeResourcesToolStripMenuItem;
447 private System.Windows.Forms.Label label2;
448 private System.Windows.Forms.Label label1;
449 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
450 private System.Windows.Forms.TextBox txtResourceKey;
451 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
452 private System.Windows.Forms.TextBox txtResourceSerial;
453 private System.Windows.Forms.Label label3;
454 private System.Windows.Forms.Label label4;
455 private System.Windows.Forms.TextBox txtResourceStatus;
456 private System.Windows.Forms.TextBox txtResourceLabel;
457 private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
458 private System.Windows.Forms.ToolStripMenuItem databaseToolStripMenuItem;
459 private System.Windows.Forms.ToolStripMenuItem newDatabaseToolStripMenuItem;
460 private System.Windows.Forms.ToolStripMenuItem reloadDatabaseToolStripMenuItem;
461 private System.Windows.Forms.ToolStripMenuItem saveDatabaseToolStripMenuItem;
462 private System.Windows.Forms.ToolStripMenuItem openDatabaseToolStripMenuItem;
463 private System.Windows.Forms.ToolStripMenuItem saveDatabaseAsToolStripMenuItem;
464 private System.Windows.Forms.ToolStripMenuItem importDatabaseToolStripMenuItem;
465 private System.Windows.Forms.ToolStripMenuItem resourceToolStripMenuItem;
466 private System.Windows.Forms.ToolStripMenuItem addNewToolStripMenuItem;
467 private System.Windows.Forms.ToolStripMenuItem editSelectedToolStripMenuItem;
468 private System.Windows.Forms.ToolStripMenuItem deleteSelectedToolStripMenuItem;
469 private System.Windows.Forms.ToolStripMenuItem addKeyToFilterListToolStripMenuItem;
470 internal System.Windows.Forms.ListBox lstResources;
471 }
472 }
473