comparison ARClient/frmEditResource.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 frmEditResource {
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 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmEditResource));
27 this.tabControl1 = new System.Windows.Forms.TabControl();
28 this.tabPage1 = new System.Windows.Forms.TabPage();
29 this.groupBox2 = new System.Windows.Forms.GroupBox();
30 this.btnLabelNext = new System.Windows.Forms.Button();
31 this.lblLabelValid = new System.Windows.Forms.Label();
32 this.lblLabelHint = new System.Windows.Forms.Label();
33 this.txtLabelValue = new System.Windows.Forms.TextBox();
34 this.groupBox1 = new System.Windows.Forms.GroupBox();
35 this.radTypeDomain = new System.Windows.Forms.RadioButton();
36 this.radTypeOtherHex = new System.Windows.Forms.RadioButton();
37 this.radTypeIPv4 = new System.Windows.Forms.RadioButton();
38 this.radTypeIPv6 = new System.Windows.Forms.RadioButton();
39 this.radTypeASNumber = new System.Windows.Forms.RadioButton();
40 this.tabPage2 = new System.Windows.Forms.TabPage();
41 this.lvwData = new System.Windows.Forms.TreeView();
42 this.groupBox3 = new System.Windows.Forms.GroupBox();
43 this.btnDataDeleteAll = new System.Windows.Forms.Button();
44 this.btnDataEditString = new System.Windows.Forms.Button();
45 this.btnDataAddSring = new System.Windows.Forms.Button();
46 this.btnDataAddCollection = new System.Windows.Forms.Button();
47 this.btnDataAddDictionary = new System.Windows.Forms.Button();
48 this.btnDataDelete = new System.Windows.Forms.Button();
49 this.btnDataAddDNS = new System.Windows.Forms.Button();
50 this.btnDataSetDescription = new System.Windows.Forms.Button();
51 this.btnDataSetOwner = new System.Windows.Forms.Button();
52 this.tabPage3 = new System.Windows.Forms.TabPage();
53 this.grpUpdateConflict = new System.Windows.Forms.GroupBox();
54 this.btnUpdateDelete = new System.Windows.Forms.Button();
55 this.label9 = new System.Windows.Forms.Label();
56 this.grpUpdateExport = new System.Windows.Forms.GroupBox();
57 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
58 this.panel1 = new System.Windows.Forms.Panel();
59 this.txtUpdateTransfer = new System.Windows.Forms.TextBox();
60 this.chkUpdateTransferEnabled = new System.Windows.Forms.CheckBox();
61 this.dtpUpdateExpiration = new System.Windows.Forms.DateTimePicker();
62 this.btnUpdateNow = new System.Windows.Forms.Button();
63 this.label11 = new System.Windows.Forms.Label();
64 this.label5 = new System.Windows.Forms.Label();
65 this.txtUpdateOwner = new System.Windows.Forms.TextBox();
66 this.label8 = new System.Windows.Forms.Label();
67 this.groupBox4 = new System.Windows.Forms.GroupBox();
68 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
69 this.txtUpdateCurrentExpiration = new System.Windows.Forms.TextBox();
70 this.label10 = new System.Windows.Forms.Label();
71 this.txtUpdateCurrentTransfer = new System.Windows.Forms.TextBox();
72 this.label6 = new System.Windows.Forms.Label();
73 this.txtUpdateCurrentSize = new System.Windows.Forms.TextBox();
74 this.label7 = new System.Windows.Forms.Label();
75 this.txtUpdateCurrentStatus = new System.Windows.Forms.TextBox();
76 this.label4 = new System.Windows.Forms.Label();
77 this.txtUpdateCurrentSerial = new System.Windows.Forms.TextBox();
78 this.label3 = new System.Windows.Forms.Label();
79 this.txtUpdateLabel = new System.Windows.Forms.TextBox();
80 this.txtUpdateCurrentOwner = new System.Windows.Forms.TextBox();
81 this.label1 = new System.Windows.Forms.Label();
82 this.label2 = new System.Windows.Forms.Label();
83 this.tabControl1.SuspendLayout();
84 this.tabPage1.SuspendLayout();
85 this.groupBox2.SuspendLayout();
86 this.groupBox1.SuspendLayout();
87 this.tabPage2.SuspendLayout();
88 this.groupBox3.SuspendLayout();
89 this.tabPage3.SuspendLayout();
90 this.grpUpdateConflict.SuspendLayout();
91 this.grpUpdateExport.SuspendLayout();
92 this.tableLayoutPanel4.SuspendLayout();
93 this.panel1.SuspendLayout();
94 this.groupBox4.SuspendLayout();
95 this.tableLayoutPanel1.SuspendLayout();
96 this.SuspendLayout();
97 //
98 // tabControl1
99 //
100 this.tabControl1.Controls.Add(this.tabPage1);
101 this.tabControl1.Controls.Add(this.tabPage2);
102 this.tabControl1.Controls.Add(this.tabPage3);
103 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
104 this.tabControl1.Location = new System.Drawing.Point(0, 0);
105 this.tabControl1.Name = "tabControl1";
106 this.tabControl1.SelectedIndex = 0;
107 this.tabControl1.Size = new System.Drawing.Size(736, 375);
108 this.tabControl1.TabIndex = 0;
109 this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
110 //
111 // tabPage1
112 //
113 this.tabPage1.Controls.Add(this.groupBox2);
114 this.tabPage1.Controls.Add(this.groupBox1);
115 this.tabPage1.Location = new System.Drawing.Point(4, 22);
116 this.tabPage1.Name = "tabPage1";
117 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
118 this.tabPage1.Size = new System.Drawing.Size(728, 349);
119 this.tabPage1.TabIndex = 0;
120 this.tabPage1.Text = "Resource label";
121 this.tabPage1.UseVisualStyleBackColor = true;
122 //
123 // groupBox2
124 //
125 this.groupBox2.Controls.Add(this.btnLabelNext);
126 this.groupBox2.Controls.Add(this.lblLabelValid);
127 this.groupBox2.Controls.Add(this.lblLabelHint);
128 this.groupBox2.Controls.Add(this.txtLabelValue);
129 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
130 this.groupBox2.Location = new System.Drawing.Point(118, 3);
131 this.groupBox2.Name = "groupBox2";
132 this.groupBox2.Size = new System.Drawing.Size(607, 343);
133 this.groupBox2.TabIndex = 7;
134 this.groupBox2.TabStop = false;
135 //
136 // btnLabelNext
137 //
138 this.btnLabelNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
139 this.btnLabelNext.Location = new System.Drawing.Point(520, 118);
140 this.btnLabelNext.Name = "btnLabelNext";
141 this.btnLabelNext.Size = new System.Drawing.Size(81, 26);
142 this.btnLabelNext.TabIndex = 3;
143 this.btnLabelNext.Text = "Next";
144 this.btnLabelNext.UseVisualStyleBackColor = true;
145 this.btnLabelNext.Click += new System.EventHandler(this.btnLabelNext_Click);
146 //
147 // lblLabelValid
148 //
149 this.lblLabelValid.AutoSize = true;
150 this.lblLabelValid.Location = new System.Drawing.Point(6, 125);
151 this.lblLabelValid.Name = "lblLabelValid";
152 this.lblLabelValid.Size = new System.Drawing.Size(107, 13);
153 this.lblLabelValid.TabIndex = 2;
154 this.lblLabelValid.Text = "The label is not valid.";
155 //
156 // lblLabelHint
157 //
158 this.lblLabelHint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
159 | System.Windows.Forms.AnchorStyles.Right)));
160 this.lblLabelHint.Location = new System.Drawing.Point(6, 16);
161 this.lblLabelHint.Name = "lblLabelHint";
162 this.lblLabelHint.Size = new System.Drawing.Size(595, 66);
163 this.lblLabelHint.TabIndex = 1;
164 this.lblLabelHint.Text = "label1";
165 //
166 // txtLabelValue
167 //
168 this.txtLabelValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
169 | System.Windows.Forms.AnchorStyles.Right)));
170 this.txtLabelValue.Location = new System.Drawing.Point(6, 85);
171 this.txtLabelValue.Name = "txtLabelValue";
172 this.txtLabelValue.Size = new System.Drawing.Size(595, 20);
173 this.txtLabelValue.TabIndex = 0;
174 this.txtLabelValue.TextChanged += new System.EventHandler(this.txtLabelValue_TextChanged);
175 //
176 // groupBox1
177 //
178 this.groupBox1.Controls.Add(this.radTypeDomain);
179 this.groupBox1.Controls.Add(this.radTypeOtherHex);
180 this.groupBox1.Controls.Add(this.radTypeIPv4);
181 this.groupBox1.Controls.Add(this.radTypeIPv6);
182 this.groupBox1.Controls.Add(this.radTypeASNumber);
183 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
184 this.groupBox1.Location = new System.Drawing.Point(3, 3);
185 this.groupBox1.Name = "groupBox1";
186 this.groupBox1.Size = new System.Drawing.Size(115, 343);
187 this.groupBox1.TabIndex = 6;
188 this.groupBox1.TabStop = false;
189 this.groupBox1.Text = "Resource type";
190 //
191 // radTypeDomain
192 //
193 this.radTypeDomain.AutoSize = true;
194 this.radTypeDomain.Location = new System.Drawing.Point(6, 19);
195 this.radTypeDomain.Name = "radTypeDomain";
196 this.radTypeDomain.Size = new System.Drawing.Size(61, 17);
197 this.radTypeDomain.TabIndex = 0;
198 this.radTypeDomain.TabStop = true;
199 this.radTypeDomain.Text = "Domain";
200 this.radTypeDomain.UseVisualStyleBackColor = true;
201 this.radTypeDomain.CheckedChanged += new System.EventHandler(this.radType_CheckedChanged);
202 //
203 // radTypeOtherHex
204 //
205 this.radTypeOtherHex.AutoSize = true;
206 this.radTypeOtherHex.Location = new System.Drawing.Point(6, 134);
207 this.radTypeOtherHex.Name = "radTypeOtherHex";
208 this.radTypeOtherHex.Size = new System.Drawing.Size(51, 17);
209 this.radTypeOtherHex.TabIndex = 5;
210 this.radTypeOtherHex.TabStop = true;
211 this.radTypeOtherHex.Text = "Other";
212 this.radTypeOtherHex.UseVisualStyleBackColor = true;
213 this.radTypeOtherHex.CheckedChanged += new System.EventHandler(this.radType_CheckedChanged);
214 //
215 // radTypeIPv4
216 //
217 this.radTypeIPv4.AutoSize = true;
218 this.radTypeIPv4.Location = new System.Drawing.Point(6, 42);
219 this.radTypeIPv4.Name = "radTypeIPv4";
220 this.radTypeIPv4.Size = new System.Drawing.Size(88, 17);
221 this.radTypeIPv4.TabIndex = 1;
222 this.radTypeIPv4.TabStop = true;
223 this.radTypeIPv4.Text = "IPv4 network";
224 this.radTypeIPv4.UseVisualStyleBackColor = true;
225 this.radTypeIPv4.CheckedChanged += new System.EventHandler(this.radType_CheckedChanged);
226 //
227 // radTypeIPv6
228 //
229 this.radTypeIPv6.AutoSize = true;
230 this.radTypeIPv6.Location = new System.Drawing.Point(6, 65);
231 this.radTypeIPv6.Name = "radTypeIPv6";
232 this.radTypeIPv6.Size = new System.Drawing.Size(88, 17);
233 this.radTypeIPv6.TabIndex = 2;
234 this.radTypeIPv6.TabStop = true;
235 this.radTypeIPv6.Text = "IPv6 network";
236 this.radTypeIPv6.UseVisualStyleBackColor = true;
237 this.radTypeIPv6.CheckedChanged += new System.EventHandler(this.radType_CheckedChanged);
238 //
239 // radTypeASNumber
240 //
241 this.radTypeASNumber.AutoSize = true;
242 this.radTypeASNumber.Location = new System.Drawing.Point(6, 88);
243 this.radTypeASNumber.Name = "radTypeASNumber";
244 this.radTypeASNumber.Size = new System.Drawing.Size(79, 17);
245 this.radTypeASNumber.TabIndex = 3;
246 this.radTypeASNumber.TabStop = true;
247 this.radTypeASNumber.Text = "AS Number";
248 this.radTypeASNumber.UseVisualStyleBackColor = true;
249 this.radTypeASNumber.CheckedChanged += new System.EventHandler(this.radType_CheckedChanged);
250 //
251 // tabPage2
252 //
253 this.tabPage2.Controls.Add(this.lvwData);
254 this.tabPage2.Controls.Add(this.groupBox3);
255 this.tabPage2.Location = new System.Drawing.Point(4, 22);
256 this.tabPage2.Name = "tabPage2";
257 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
258 this.tabPage2.Size = new System.Drawing.Size(728, 349);
259 this.tabPage2.TabIndex = 1;
260 this.tabPage2.Text = "Resource data";
261 this.tabPage2.UseVisualStyleBackColor = true;
262 //
263 // lvwData
264 //
265 this.lvwData.Dock = System.Windows.Forms.DockStyle.Fill;
266 this.lvwData.Location = new System.Drawing.Point(3, 3);
267 this.lvwData.Name = "lvwData";
268 this.lvwData.Size = new System.Drawing.Size(588, 343);
269 this.lvwData.TabIndex = 4;
270 //
271 // groupBox3
272 //
273 this.groupBox3.Controls.Add(this.btnDataDeleteAll);
274 this.groupBox3.Controls.Add(this.btnDataEditString);
275 this.groupBox3.Controls.Add(this.btnDataAddSring);
276 this.groupBox3.Controls.Add(this.btnDataAddCollection);
277 this.groupBox3.Controls.Add(this.btnDataAddDictionary);
278 this.groupBox3.Controls.Add(this.btnDataDelete);
279 this.groupBox3.Controls.Add(this.btnDataAddDNS);
280 this.groupBox3.Controls.Add(this.btnDataSetDescription);
281 this.groupBox3.Controls.Add(this.btnDataSetOwner);
282 this.groupBox3.Dock = System.Windows.Forms.DockStyle.Right;
283 this.groupBox3.Location = new System.Drawing.Point(591, 3);
284 this.groupBox3.Name = "groupBox3";
285 this.groupBox3.Size = new System.Drawing.Size(134, 343);
286 this.groupBox3.TabIndex = 0;
287 this.groupBox3.TabStop = false;
288 this.groupBox3.Text = "Operations";
289 //
290 // btnDataDeleteAll
291 //
292 this.btnDataDeleteAll.Dock = System.Windows.Forms.DockStyle.Bottom;
293 this.btnDataDeleteAll.Location = new System.Drawing.Point(3, 202);
294 this.btnDataDeleteAll.Name = "btnDataDeleteAll";
295 this.btnDataDeleteAll.Size = new System.Drawing.Size(128, 23);
296 this.btnDataDeleteAll.TabIndex = 8;
297 this.btnDataDeleteAll.Text = "Delete all data";
298 this.btnDataDeleteAll.UseVisualStyleBackColor = true;
299 this.btnDataDeleteAll.Click += new System.EventHandler(this.btnDataDeleteAll_Click);
300 //
301 // btnDataEditString
302 //
303 this.btnDataEditString.Dock = System.Windows.Forms.DockStyle.Bottom;
304 this.btnDataEditString.Location = new System.Drawing.Point(3, 225);
305 this.btnDataEditString.Name = "btnDataEditString";
306 this.btnDataEditString.Size = new System.Drawing.Size(128, 23);
307 this.btnDataEditString.TabIndex = 7;
308 this.btnDataEditString.Text = "Edit string";
309 this.btnDataEditString.UseVisualStyleBackColor = true;
310 this.btnDataEditString.Click += new System.EventHandler(this.btnDataEditString_Click);
311 //
312 // btnDataAddSring
313 //
314 this.btnDataAddSring.Dock = System.Windows.Forms.DockStyle.Bottom;
315 this.btnDataAddSring.Location = new System.Drawing.Point(3, 248);
316 this.btnDataAddSring.Name = "btnDataAddSring";
317 this.btnDataAddSring.Size = new System.Drawing.Size(128, 23);
318 this.btnDataAddSring.TabIndex = 6;
319 this.btnDataAddSring.Text = "Add string";
320 this.btnDataAddSring.UseVisualStyleBackColor = true;
321 this.btnDataAddSring.Click += new System.EventHandler(this.btnDataAddSring_Click);
322 //
323 // btnDataAddCollection
324 //
325 this.btnDataAddCollection.Dock = System.Windows.Forms.DockStyle.Bottom;
326 this.btnDataAddCollection.Location = new System.Drawing.Point(3, 271);
327 this.btnDataAddCollection.Name = "btnDataAddCollection";
328 this.btnDataAddCollection.Size = new System.Drawing.Size(128, 23);
329 this.btnDataAddCollection.TabIndex = 5;
330 this.btnDataAddCollection.Text = "Add collection";
331 this.btnDataAddCollection.UseVisualStyleBackColor = true;
332 this.btnDataAddCollection.Click += new System.EventHandler(this.btnDataAddCollection_Click);
333 //
334 // btnDataAddDictionary
335 //
336 this.btnDataAddDictionary.Dock = System.Windows.Forms.DockStyle.Bottom;
337 this.btnDataAddDictionary.Location = new System.Drawing.Point(3, 294);
338 this.btnDataAddDictionary.Name = "btnDataAddDictionary";
339 this.btnDataAddDictionary.Size = new System.Drawing.Size(128, 23);
340 this.btnDataAddDictionary.TabIndex = 4;
341 this.btnDataAddDictionary.Text = "Add dictionary";
342 this.btnDataAddDictionary.UseVisualStyleBackColor = true;
343 this.btnDataAddDictionary.Click += new System.EventHandler(this.btnDataAddDictionary_Click);
344 //
345 // btnDataDelete
346 //
347 this.btnDataDelete.Dock = System.Windows.Forms.DockStyle.Bottom;
348 this.btnDataDelete.Location = new System.Drawing.Point(3, 317);
349 this.btnDataDelete.Name = "btnDataDelete";
350 this.btnDataDelete.Size = new System.Drawing.Size(128, 23);
351 this.btnDataDelete.TabIndex = 3;
352 this.btnDataDelete.Text = "Delete selected entry";
353 this.btnDataDelete.UseVisualStyleBackColor = true;
354 this.btnDataDelete.Click += new System.EventHandler(this.btnDataDelete_Click);
355 //
356 // btnDataAddDNS
357 //
358 this.btnDataAddDNS.Dock = System.Windows.Forms.DockStyle.Top;
359 this.btnDataAddDNS.Location = new System.Drawing.Point(3, 62);
360 this.btnDataAddDNS.Name = "btnDataAddDNS";
361 this.btnDataAddDNS.Size = new System.Drawing.Size(128, 23);
362 this.btnDataAddDNS.TabIndex = 2;
363 this.btnDataAddDNS.Text = "Add DNS server";
364 this.btnDataAddDNS.UseVisualStyleBackColor = true;
365 this.btnDataAddDNS.Click += new System.EventHandler(this.btnDataAddDNS_Click);
366 //
367 // btnDataSetDescription
368 //
369 this.btnDataSetDescription.Dock = System.Windows.Forms.DockStyle.Top;
370 this.btnDataSetDescription.Location = new System.Drawing.Point(3, 39);
371 this.btnDataSetDescription.Name = "btnDataSetDescription";
372 this.btnDataSetDescription.Size = new System.Drawing.Size(128, 23);
373 this.btnDataSetDescription.TabIndex = 1;
374 this.btnDataSetDescription.Text = "Set description";
375 this.btnDataSetDescription.UseVisualStyleBackColor = true;
376 this.btnDataSetDescription.Click += new System.EventHandler(this.btnDataSetDescription_Click);
377 //
378 // btnDataSetOwner
379 //
380 this.btnDataSetOwner.Dock = System.Windows.Forms.DockStyle.Top;
381 this.btnDataSetOwner.Location = new System.Drawing.Point(3, 16);
382 this.btnDataSetOwner.Name = "btnDataSetOwner";
383 this.btnDataSetOwner.Size = new System.Drawing.Size(128, 23);
384 this.btnDataSetOwner.TabIndex = 0;
385 this.btnDataSetOwner.Text = "Set owner name";
386 this.btnDataSetOwner.UseVisualStyleBackColor = true;
387 this.btnDataSetOwner.Click += new System.EventHandler(this.btnDataSetOwner_Click);
388 //
389 // tabPage3
390 //
391 this.tabPage3.Controls.Add(this.grpUpdateConflict);
392 this.tabPage3.Controls.Add(this.grpUpdateExport);
393 this.tabPage3.Controls.Add(this.groupBox4);
394 this.tabPage3.Location = new System.Drawing.Point(4, 22);
395 this.tabPage3.Name = "tabPage3";
396 this.tabPage3.Size = new System.Drawing.Size(728, 349);
397 this.tabPage3.TabIndex = 2;
398 this.tabPage3.Text = "Generate update";
399 this.tabPage3.UseVisualStyleBackColor = true;
400 //
401 // grpUpdateConflict
402 //
403 this.grpUpdateConflict.Controls.Add(this.btnUpdateDelete);
404 this.grpUpdateConflict.Controls.Add(this.label9);
405 this.grpUpdateConflict.Dock = System.Windows.Forms.DockStyle.Top;
406 this.grpUpdateConflict.Location = new System.Drawing.Point(0, 246);
407 this.grpUpdateConflict.Name = "grpUpdateConflict";
408 this.grpUpdateConflict.Size = new System.Drawing.Size(728, 100);
409 this.grpUpdateConflict.TabIndex = 2;
410 this.grpUpdateConflict.TabStop = false;
411 this.grpUpdateConflict.Text = "Error";
412 //
413 // btnUpdateDelete
414 //
415 this.btnUpdateDelete.Location = new System.Drawing.Point(462, 68);
416 this.btnUpdateDelete.Margin = new System.Windows.Forms.Padding(0);
417 this.btnUpdateDelete.Name = "btnUpdateDelete";
418 this.btnUpdateDelete.Size = new System.Drawing.Size(261, 26);
419 this.btnUpdateDelete.TabIndex = 12;
420 this.btnUpdateDelete.Text = "Delete resource";
421 this.btnUpdateDelete.UseVisualStyleBackColor = true;
422 this.btnUpdateDelete.Click += new System.EventHandler(this.btnUpdateDelete_Click);
423 //
424 // label9
425 //
426 this.label9.Dock = System.Windows.Forms.DockStyle.Top;
427 this.label9.Location = new System.Drawing.Point(3, 16);
428 this.label9.Name = "label9";
429 this.label9.Size = new System.Drawing.Size(722, 52);
430 this.label9.TabIndex = 0;
431 this.label9.Text = resources.GetString("label9.Text");
432 //
433 // grpUpdateExport
434 //
435 this.grpUpdateExport.AutoSize = true;
436 this.grpUpdateExport.Controls.Add(this.tableLayoutPanel4);
437 this.grpUpdateExport.Dock = System.Windows.Forms.DockStyle.Top;
438 this.grpUpdateExport.Location = new System.Drawing.Point(0, 149);
439 this.grpUpdateExport.Name = "grpUpdateExport";
440 this.grpUpdateExport.Size = new System.Drawing.Size(728, 97);
441 this.grpUpdateExport.TabIndex = 1;
442 this.grpUpdateExport.TabStop = false;
443 this.grpUpdateExport.Text = "Update";
444 //
445 // tableLayoutPanel4
446 //
447 this.tableLayoutPanel4.AutoSize = true;
448 this.tableLayoutPanel4.ColumnCount = 4;
449 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
450 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
451 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
452 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
453 this.tableLayoutPanel4.Controls.Add(this.panel1, 1, 1);
454 this.tableLayoutPanel4.Controls.Add(this.dtpUpdateExpiration, 1, 2);
455 this.tableLayoutPanel4.Controls.Add(this.btnUpdateNow, 3, 2);
456 this.tableLayoutPanel4.Controls.Add(this.label11, 0, 1);
457 this.tableLayoutPanel4.Controls.Add(this.label5, 0, 2);
458 this.tableLayoutPanel4.Controls.Add(this.txtUpdateOwner, 1, 0);
459 this.tableLayoutPanel4.Controls.Add(this.label8, 0, 0);
460 this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Top;
461 this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
462 this.tableLayoutPanel4.Name = "tableLayoutPanel4";
463 this.tableLayoutPanel4.RowCount = 3;
464 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
465 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
466 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
467 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
468 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
469 this.tableLayoutPanel4.Size = new System.Drawing.Size(722, 78);
470 this.tableLayoutPanel4.TabIndex = 8;
471 //
472 // panel1
473 //
474 this.panel1.AutoSize = true;
475 this.tableLayoutPanel4.SetColumnSpan(this.panel1, 3);
476 this.panel1.Controls.Add(this.txtUpdateTransfer);
477 this.panel1.Controls.Add(this.chkUpdateTransferEnabled);
478 this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
479 this.panel1.Location = new System.Drawing.Point(103, 29);
480 this.panel1.MinimumSize = new System.Drawing.Size(0, 20);
481 this.panel1.Name = "panel1";
482 this.panel1.Size = new System.Drawing.Size(616, 20);
483 this.panel1.TabIndex = 21;
484 //
485 // txtUpdateTransfer
486 //
487 this.txtUpdateTransfer.Dock = System.Windows.Forms.DockStyle.Fill;
488 this.txtUpdateTransfer.Location = new System.Drawing.Point(15, 0);
489 this.txtUpdateTransfer.Name = "txtUpdateTransfer";
490 this.txtUpdateTransfer.Size = new System.Drawing.Size(601, 20);
491 this.txtUpdateTransfer.TabIndex = 21;
492 //
493 // chkUpdateTransferEnabled
494 //
495 this.chkUpdateTransferEnabled.AutoSize = true;
496 this.chkUpdateTransferEnabled.Dock = System.Windows.Forms.DockStyle.Left;
497 this.chkUpdateTransferEnabled.Location = new System.Drawing.Point(0, 0);
498 this.chkUpdateTransferEnabled.Name = "chkUpdateTransferEnabled";
499 this.chkUpdateTransferEnabled.Size = new System.Drawing.Size(15, 20);
500 this.chkUpdateTransferEnabled.TabIndex = 20;
501 this.chkUpdateTransferEnabled.UseVisualStyleBackColor = true;
502 //
503 // dtpUpdateExpiration
504 //
505 this.dtpUpdateExpiration.Checked = false;
506 this.dtpUpdateExpiration.Dock = System.Windows.Forms.DockStyle.Fill;
507 this.dtpUpdateExpiration.Location = new System.Drawing.Point(103, 55);
508 this.dtpUpdateExpiration.Name = "dtpUpdateExpiration";
509 this.dtpUpdateExpiration.ShowCheckBox = true;
510 this.dtpUpdateExpiration.Size = new System.Drawing.Size(255, 20);
511 this.dtpUpdateExpiration.TabIndex = 13;
512 //
513 // btnUpdateNow
514 //
515 this.btnUpdateNow.Dock = System.Windows.Forms.DockStyle.Fill;
516 this.btnUpdateNow.Location = new System.Drawing.Point(461, 52);
517 this.btnUpdateNow.Margin = new System.Windows.Forms.Padding(0);
518 this.btnUpdateNow.Name = "btnUpdateNow";
519 this.btnUpdateNow.Size = new System.Drawing.Size(261, 26);
520 this.btnUpdateNow.TabIndex = 18;
521 this.btnUpdateNow.Text = "Update resource";
522 this.btnUpdateNow.UseVisualStyleBackColor = true;
523 this.btnUpdateNow.Click += new System.EventHandler(this.btnUpdateNow_Click);
524 //
525 // label11
526 //
527 this.label11.Anchor = System.Windows.Forms.AnchorStyles.Left;
528 this.label11.AutoSize = true;
529 this.label11.Location = new System.Drawing.Point(3, 32);
530 this.label11.Name = "label11";
531 this.label11.Size = new System.Drawing.Size(78, 13);
532 this.label11.TabIndex = 16;
533 this.label11.Text = "Transfer to key";
534 this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
535 //
536 // label5
537 //
538 this.label5.Anchor = System.Windows.Forms.AnchorStyles.Left;
539 this.label5.AutoSize = true;
540 this.label5.Location = new System.Drawing.Point(3, 58);
541 this.label5.Name = "label5";
542 this.label5.Size = new System.Drawing.Size(53, 13);
543 this.label5.TabIndex = 6;
544 this.label5.Text = "Expiration";
545 this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
546 //
547 // txtUpdateOwner
548 //
549 this.tableLayoutPanel4.SetColumnSpan(this.txtUpdateOwner, 3);
550 this.txtUpdateOwner.Dock = System.Windows.Forms.DockStyle.Fill;
551 this.txtUpdateOwner.Location = new System.Drawing.Point(103, 3);
552 this.txtUpdateOwner.Name = "txtUpdateOwner";
553 this.txtUpdateOwner.ReadOnly = true;
554 this.txtUpdateOwner.Size = new System.Drawing.Size(616, 20);
555 this.txtUpdateOwner.TabIndex = 5;
556 //
557 // label8
558 //
559 this.label8.Anchor = System.Windows.Forms.AnchorStyles.Left;
560 this.label8.AutoSize = true;
561 this.label8.Location = new System.Drawing.Point(3, 6);
562 this.label8.Name = "label8";
563 this.label8.Size = new System.Drawing.Size(58, 13);
564 this.label8.TabIndex = 1;
565 this.label8.Text = "Owner key";
566 this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
567 //
568 // groupBox4
569 //
570 this.groupBox4.AutoSize = true;
571 this.groupBox4.Controls.Add(this.tableLayoutPanel1);
572 this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
573 this.groupBox4.Location = new System.Drawing.Point(0, 0);
574 this.groupBox4.Name = "groupBox4";
575 this.groupBox4.Size = new System.Drawing.Size(728, 149);
576 this.groupBox4.TabIndex = 0;
577 this.groupBox4.TabStop = false;
578 this.groupBox4.Text = "Current status";
579 //
580 // tableLayoutPanel1
581 //
582 this.tableLayoutPanel1.AutoSize = true;
583 this.tableLayoutPanel1.ColumnCount = 4;
584 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
585 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
586 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
587 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
588 this.tableLayoutPanel1.Controls.Add(this.txtUpdateCurrentExpiration, 3, 3);
589 this.tableLayoutPanel1.Controls.Add(this.label10, 2, 3);
590 this.tableLayoutPanel1.Controls.Add(this.txtUpdateCurrentTransfer, 1, 2);
591 this.tableLayoutPanel1.Controls.Add(this.label6, 0, 2);
592 this.tableLayoutPanel1.Controls.Add(this.txtUpdateCurrentSize, 1, 4);
593 this.tableLayoutPanel1.Controls.Add(this.label7, 0, 4);
594 this.tableLayoutPanel1.Controls.Add(this.txtUpdateCurrentStatus, 3, 4);
595 this.tableLayoutPanel1.Controls.Add(this.label4, 2, 4);
596 this.tableLayoutPanel1.Controls.Add(this.txtUpdateCurrentSerial, 1, 3);
597 this.tableLayoutPanel1.Controls.Add(this.label3, 0, 3);
598 this.tableLayoutPanel1.Controls.Add(this.txtUpdateLabel, 1, 0);
599 this.tableLayoutPanel1.Controls.Add(this.txtUpdateCurrentOwner, 1, 1);
600 this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
601 this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
602 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
603 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
604 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
605 this.tableLayoutPanel1.RowCount = 5;
606 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
607 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
608 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
609 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
610 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
611 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
612 this.tableLayoutPanel1.Size = new System.Drawing.Size(722, 130);
613 this.tableLayoutPanel1.TabIndex = 8;
614 //
615 // txtUpdateCurrentExpiration
616 //
617 this.txtUpdateCurrentExpiration.Dock = System.Windows.Forms.DockStyle.Fill;
618 this.txtUpdateCurrentExpiration.Location = new System.Drawing.Point(464, 81);
619 this.txtUpdateCurrentExpiration.Name = "txtUpdateCurrentExpiration";
620 this.txtUpdateCurrentExpiration.ReadOnly = true;
621 this.txtUpdateCurrentExpiration.Size = new System.Drawing.Size(255, 20);
622 this.txtUpdateCurrentExpiration.TabIndex = 18;
623 //
624 // label10
625 //
626 this.label10.Anchor = System.Windows.Forms.AnchorStyles.Left;
627 this.label10.AutoSize = true;
628 this.label10.Location = new System.Drawing.Point(364, 84);
629 this.label10.Name = "label10";
630 this.label10.Size = new System.Drawing.Size(53, 13);
631 this.label10.TabIndex = 17;
632 this.label10.Text = "Expiration";
633 this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
634 //
635 // txtUpdateCurrentTransfer
636 //
637 this.tableLayoutPanel1.SetColumnSpan(this.txtUpdateCurrentTransfer, 3);
638 this.txtUpdateCurrentTransfer.Dock = System.Windows.Forms.DockStyle.Fill;
639 this.txtUpdateCurrentTransfer.Location = new System.Drawing.Point(103, 55);
640 this.txtUpdateCurrentTransfer.Name = "txtUpdateCurrentTransfer";
641 this.txtUpdateCurrentTransfer.ReadOnly = true;
642 this.txtUpdateCurrentTransfer.Size = new System.Drawing.Size(616, 20);
643 this.txtUpdateCurrentTransfer.TabIndex = 16;
644 //
645 // label6
646 //
647 this.label6.Anchor = System.Windows.Forms.AnchorStyles.Left;
648 this.label6.AutoSize = true;
649 this.label6.Location = new System.Drawing.Point(3, 58);
650 this.label6.Name = "label6";
651 this.label6.Size = new System.Drawing.Size(78, 13);
652 this.label6.TabIndex = 15;
653 this.label6.Text = "Transfer to key";
654 this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
655 //
656 // txtUpdateCurrentSize
657 //
658 this.txtUpdateCurrentSize.Dock = System.Windows.Forms.DockStyle.Fill;
659 this.txtUpdateCurrentSize.Location = new System.Drawing.Point(103, 107);
660 this.txtUpdateCurrentSize.Name = "txtUpdateCurrentSize";
661 this.txtUpdateCurrentSize.ReadOnly = true;
662 this.txtUpdateCurrentSize.Size = new System.Drawing.Size(255, 20);
663 this.txtUpdateCurrentSize.TabIndex = 14;
664 //
665 // label7
666 //
667 this.label7.Anchor = System.Windows.Forms.AnchorStyles.Left;
668 this.label7.AutoSize = true;
669 this.label7.Location = new System.Drawing.Point(3, 110);
670 this.label7.Name = "label7";
671 this.label7.Size = new System.Drawing.Size(27, 13);
672 this.label7.TabIndex = 13;
673 this.label7.Text = "Size";
674 this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
675 //
676 // txtUpdateCurrentStatus
677 //
678 this.txtUpdateCurrentStatus.Dock = System.Windows.Forms.DockStyle.Fill;
679 this.txtUpdateCurrentStatus.Location = new System.Drawing.Point(464, 107);
680 this.txtUpdateCurrentStatus.Name = "txtUpdateCurrentStatus";
681 this.txtUpdateCurrentStatus.ReadOnly = true;
682 this.txtUpdateCurrentStatus.Size = new System.Drawing.Size(255, 20);
683 this.txtUpdateCurrentStatus.TabIndex = 10;
684 //
685 // label4
686 //
687 this.label4.Anchor = System.Windows.Forms.AnchorStyles.Left;
688 this.label4.AutoSize = true;
689 this.label4.Location = new System.Drawing.Point(364, 110);
690 this.label4.Name = "label4";
691 this.label4.Size = new System.Drawing.Size(37, 13);
692 this.label4.TabIndex = 9;
693 this.label4.Text = "Status";
694 this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
695 //
696 // txtUpdateCurrentSerial
697 //
698 this.txtUpdateCurrentSerial.Dock = System.Windows.Forms.DockStyle.Fill;
699 this.txtUpdateCurrentSerial.Location = new System.Drawing.Point(103, 81);
700 this.txtUpdateCurrentSerial.Name = "txtUpdateCurrentSerial";
701 this.txtUpdateCurrentSerial.ReadOnly = true;
702 this.txtUpdateCurrentSerial.Size = new System.Drawing.Size(255, 20);
703 this.txtUpdateCurrentSerial.TabIndex = 8;
704 //
705 // label3
706 //
707 this.label3.Anchor = System.Windows.Forms.AnchorStyles.Left;
708 this.label3.AutoSize = true;
709 this.label3.Location = new System.Drawing.Point(3, 84);
710 this.label3.Name = "label3";
711 this.label3.Size = new System.Drawing.Size(33, 13);
712 this.label3.TabIndex = 7;
713 this.label3.Text = "Serial";
714 this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
715 //
716 // txtUpdateLabel
717 //
718 this.tableLayoutPanel1.SetColumnSpan(this.txtUpdateLabel, 3);
719 this.txtUpdateLabel.Dock = System.Windows.Forms.DockStyle.Fill;
720 this.txtUpdateLabel.Location = new System.Drawing.Point(103, 3);
721 this.txtUpdateLabel.Name = "txtUpdateLabel";
722 this.txtUpdateLabel.ReadOnly = true;
723 this.txtUpdateLabel.Size = new System.Drawing.Size(616, 20);
724 this.txtUpdateLabel.TabIndex = 6;
725 //
726 // txtUpdateCurrentOwner
727 //
728 this.tableLayoutPanel1.SetColumnSpan(this.txtUpdateCurrentOwner, 3);
729 this.txtUpdateCurrentOwner.Dock = System.Windows.Forms.DockStyle.Fill;
730 this.txtUpdateCurrentOwner.Location = new System.Drawing.Point(103, 29);
731 this.txtUpdateCurrentOwner.Name = "txtUpdateCurrentOwner";
732 this.txtUpdateCurrentOwner.ReadOnly = true;
733 this.txtUpdateCurrentOwner.Size = new System.Drawing.Size(616, 20);
734 this.txtUpdateCurrentOwner.TabIndex = 5;
735 //
736 // label1
737 //
738 this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
739 this.label1.AutoSize = true;
740 this.label1.Location = new System.Drawing.Point(3, 6);
741 this.label1.Name = "label1";
742 this.label1.Size = new System.Drawing.Size(53, 13);
743 this.label1.TabIndex = 0;
744 this.label1.Text = "Resource";
745 this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
746 //
747 // label2
748 //
749 this.label2.Anchor = System.Windows.Forms.AnchorStyles.Left;
750 this.label2.AutoSize = true;
751 this.label2.Location = new System.Drawing.Point(3, 32);
752 this.label2.Name = "label2";
753 this.label2.Size = new System.Drawing.Size(58, 13);
754 this.label2.TabIndex = 1;
755 this.label2.Text = "Owner key";
756 this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
757 //
758 // frmEditResource
759 //
760 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
761 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
762 this.ClientSize = new System.Drawing.Size(736, 375);
763 this.Controls.Add(this.tabControl1);
764 this.Name = "frmEditResource";
765 this.Text = "MARC Resource Editor";
766 this.Load += new System.EventHandler(this.frmEditResource_Load);
767 this.tabControl1.ResumeLayout(false);
768 this.tabPage1.ResumeLayout(false);
769 this.groupBox2.ResumeLayout(false);
770 this.groupBox2.PerformLayout();
771 this.groupBox1.ResumeLayout(false);
772 this.groupBox1.PerformLayout();
773 this.tabPage2.ResumeLayout(false);
774 this.groupBox3.ResumeLayout(false);
775 this.tabPage3.ResumeLayout(false);
776 this.tabPage3.PerformLayout();
777 this.grpUpdateConflict.ResumeLayout(false);
778 this.grpUpdateExport.ResumeLayout(false);
779 this.grpUpdateExport.PerformLayout();
780 this.tableLayoutPanel4.ResumeLayout(false);
781 this.tableLayoutPanel4.PerformLayout();
782 this.panel1.ResumeLayout(false);
783 this.panel1.PerformLayout();
784 this.groupBox4.ResumeLayout(false);
785 this.groupBox4.PerformLayout();
786 this.tableLayoutPanel1.ResumeLayout(false);
787 this.tableLayoutPanel1.PerformLayout();
788 this.ResumeLayout(false);
789
790 }
791
792 #endregion
793
794 private System.Windows.Forms.TabControl tabControl1;
795 private System.Windows.Forms.TabPage tabPage1;
796 private System.Windows.Forms.RadioButton radTypeOtherHex;
797 private System.Windows.Forms.RadioButton radTypeASNumber;
798 private System.Windows.Forms.RadioButton radTypeIPv6;
799 private System.Windows.Forms.RadioButton radTypeIPv4;
800 private System.Windows.Forms.RadioButton radTypeDomain;
801 private System.Windows.Forms.TabPage tabPage2;
802 private System.Windows.Forms.TabPage tabPage3;
803 private System.Windows.Forms.GroupBox groupBox1;
804 private System.Windows.Forms.GroupBox groupBox2;
805 private System.Windows.Forms.Label lblLabelHint;
806 private System.Windows.Forms.TextBox txtLabelValue;
807 private System.Windows.Forms.Label lblLabelValid;
808 private System.Windows.Forms.Button btnLabelNext;
809 private System.Windows.Forms.GroupBox groupBox3;
810 private System.Windows.Forms.TreeView lvwData;
811 private System.Windows.Forms.Button btnDataAddSring;
812 private System.Windows.Forms.Button btnDataAddCollection;
813 private System.Windows.Forms.Button btnDataAddDictionary;
814 private System.Windows.Forms.Button btnDataDelete;
815 private System.Windows.Forms.Button btnDataAddDNS;
816 private System.Windows.Forms.Button btnDataSetDescription;
817 private System.Windows.Forms.Button btnDataSetOwner;
818 private System.Windows.Forms.Button btnDataEditString;
819 private System.Windows.Forms.GroupBox groupBox4;
820 private System.Windows.Forms.GroupBox grpUpdateExport;
821 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
822 private System.Windows.Forms.TextBox txtUpdateOwner;
823 private System.Windows.Forms.Label label8;
824 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
825 private System.Windows.Forms.TextBox txtUpdateLabel;
826 private System.Windows.Forms.TextBox txtUpdateCurrentOwner;
827 private System.Windows.Forms.Label label1;
828 private System.Windows.Forms.Label label2;
829 private System.Windows.Forms.GroupBox grpUpdateConflict;
830 private System.Windows.Forms.Label label9;
831 private System.Windows.Forms.Button btnUpdateDelete;
832 private System.Windows.Forms.Button btnDataDeleteAll;
833 private System.Windows.Forms.TextBox txtUpdateCurrentSerial;
834 private System.Windows.Forms.Label label3;
835 private System.Windows.Forms.TextBox txtUpdateCurrentExpiration;
836 private System.Windows.Forms.Label label10;
837 private System.Windows.Forms.TextBox txtUpdateCurrentTransfer;
838 private System.Windows.Forms.Label label6;
839 private System.Windows.Forms.TextBox txtUpdateCurrentSize;
840 private System.Windows.Forms.Label label7;
841 private System.Windows.Forms.TextBox txtUpdateCurrentStatus;
842 private System.Windows.Forms.Label label4;
843 private System.Windows.Forms.Button btnUpdateNow;
844 private System.Windows.Forms.Label label11;
845 private System.Windows.Forms.Label label5;
846 private System.Windows.Forms.DateTimePicker dtpUpdateExpiration;
847 private System.Windows.Forms.Panel panel1;
848 private System.Windows.Forms.TextBox txtUpdateTransfer;
849 private System.Windows.Forms.CheckBox chkUpdateTransferEnabled;
850 }
851 }