view 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
line wrap: on
line source

???namespace ARClient {
	partial class frmEditResource {
		/// <summary>
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.IContainer components = null;

		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
		protected override void Dispose(bool disposing) {
			if (disposing && (components != null)) {
				components.Dispose();
			}
			base.Dispose(disposing);
		}

		#region Windows Form Designer generated code

		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmEditResource));
			this.tabControl1 = new System.Windows.Forms.TabControl();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.btnLabelNext = new System.Windows.Forms.Button();
			this.lblLabelValid = new System.Windows.Forms.Label();
			this.lblLabelHint = new System.Windows.Forms.Label();
			this.txtLabelValue = new System.Windows.Forms.TextBox();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.radTypeDomain = new System.Windows.Forms.RadioButton();
			this.radTypeOtherHex = new System.Windows.Forms.RadioButton();
			this.radTypeIPv4 = new System.Windows.Forms.RadioButton();
			this.radTypeIPv6 = new System.Windows.Forms.RadioButton();
			this.radTypeASNumber = new System.Windows.Forms.RadioButton();
			this.tabPage2 = new System.Windows.Forms.TabPage();
			this.lvwData = new System.Windows.Forms.TreeView();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.btnDataDeleteAll = new System.Windows.Forms.Button();
			this.btnDataEditString = new System.Windows.Forms.Button();
			this.btnDataAddSring = new System.Windows.Forms.Button();
			this.btnDataAddCollection = new System.Windows.Forms.Button();
			this.btnDataAddDictionary = new System.Windows.Forms.Button();
			this.btnDataDelete = new System.Windows.Forms.Button();
			this.btnDataAddDNS = new System.Windows.Forms.Button();
			this.btnDataSetDescription = new System.Windows.Forms.Button();
			this.btnDataSetOwner = new System.Windows.Forms.Button();
			this.tabPage3 = new System.Windows.Forms.TabPage();
			this.grpUpdateConflict = new System.Windows.Forms.GroupBox();
			this.btnUpdateDelete = new System.Windows.Forms.Button();
			this.label9 = new System.Windows.Forms.Label();
			this.grpUpdateExport = new System.Windows.Forms.GroupBox();
			this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
			this.panel1 = new System.Windows.Forms.Panel();
			this.txtUpdateTransfer = new System.Windows.Forms.TextBox();
			this.chkUpdateTransferEnabled = new System.Windows.Forms.CheckBox();
			this.dtpUpdateExpiration = new System.Windows.Forms.DateTimePicker();
			this.btnUpdateNow = new System.Windows.Forms.Button();
			this.label11 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.txtUpdateOwner = new System.Windows.Forms.TextBox();
			this.label8 = new System.Windows.Forms.Label();
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			this.txtUpdateCurrentExpiration = new System.Windows.Forms.TextBox();
			this.label10 = new System.Windows.Forms.Label();
			this.txtUpdateCurrentTransfer = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.txtUpdateCurrentSize = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.txtUpdateCurrentStatus = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.txtUpdateCurrentSerial = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.txtUpdateLabel = new System.Windows.Forms.TextBox();
			this.txtUpdateCurrentOwner = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.tabControl1.SuspendLayout();
			this.tabPage1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.tabPage2.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.tabPage3.SuspendLayout();
			this.grpUpdateConflict.SuspendLayout();
			this.grpUpdateExport.SuspendLayout();
			this.tableLayoutPanel4.SuspendLayout();
			this.panel1.SuspendLayout();
			this.groupBox4.SuspendLayout();
			this.tableLayoutPanel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// tabControl1
			// 
			this.tabControl1.Controls.Add(this.tabPage1);
			this.tabControl1.Controls.Add(this.tabPage2);
			this.tabControl1.Controls.Add(this.tabPage3);
			this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tabControl1.Location = new System.Drawing.Point(0, 0);
			this.tabControl1.Name = "tabControl1";
			this.tabControl1.SelectedIndex = 0;
			this.tabControl1.Size = new System.Drawing.Size(736, 375);
			this.tabControl1.TabIndex = 0;
			this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
			// 
			// tabPage1
			// 
			this.tabPage1.Controls.Add(this.groupBox2);
			this.tabPage1.Controls.Add(this.groupBox1);
			this.tabPage1.Location = new System.Drawing.Point(4, 22);
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage1.Size = new System.Drawing.Size(728, 349);
			this.tabPage1.TabIndex = 0;
			this.tabPage1.Text = "Resource label";
			this.tabPage1.UseVisualStyleBackColor = true;
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.btnLabelNext);
			this.groupBox2.Controls.Add(this.lblLabelValid);
			this.groupBox2.Controls.Add(this.lblLabelHint);
			this.groupBox2.Controls.Add(this.txtLabelValue);
			this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.groupBox2.Location = new System.Drawing.Point(118, 3);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(607, 343);
			this.groupBox2.TabIndex = 7;
			this.groupBox2.TabStop = false;
			// 
			// btnLabelNext
			// 
			this.btnLabelNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btnLabelNext.Location = new System.Drawing.Point(520, 118);
			this.btnLabelNext.Name = "btnLabelNext";
			this.btnLabelNext.Size = new System.Drawing.Size(81, 26);
			this.btnLabelNext.TabIndex = 3;
			this.btnLabelNext.Text = "Next";
			this.btnLabelNext.UseVisualStyleBackColor = true;
			this.btnLabelNext.Click += new System.EventHandler(this.btnLabelNext_Click);
			// 
			// lblLabelValid
			// 
			this.lblLabelValid.AutoSize = true;
			this.lblLabelValid.Location = new System.Drawing.Point(6, 125);
			this.lblLabelValid.Name = "lblLabelValid";
			this.lblLabelValid.Size = new System.Drawing.Size(107, 13);
			this.lblLabelValid.TabIndex = 2;
			this.lblLabelValid.Text = "The label is not valid.";
			// 
			// lblLabelHint
			// 
			this.lblLabelHint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.lblLabelHint.Location = new System.Drawing.Point(6, 16);
			this.lblLabelHint.Name = "lblLabelHint";
			this.lblLabelHint.Size = new System.Drawing.Size(595, 66);
			this.lblLabelHint.TabIndex = 1;
			this.lblLabelHint.Text = "label1";
			// 
			// txtLabelValue
			// 
			this.txtLabelValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.txtLabelValue.Location = new System.Drawing.Point(6, 85);
			this.txtLabelValue.Name = "txtLabelValue";
			this.txtLabelValue.Size = new System.Drawing.Size(595, 20);
			this.txtLabelValue.TabIndex = 0;
			this.txtLabelValue.TextChanged += new System.EventHandler(this.txtLabelValue_TextChanged);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.radTypeDomain);
			this.groupBox1.Controls.Add(this.radTypeOtherHex);
			this.groupBox1.Controls.Add(this.radTypeIPv4);
			this.groupBox1.Controls.Add(this.radTypeIPv6);
			this.groupBox1.Controls.Add(this.radTypeASNumber);
			this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
			this.groupBox1.Location = new System.Drawing.Point(3, 3);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(115, 343);
			this.groupBox1.TabIndex = 6;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Resource type";
			// 
			// radTypeDomain
			// 
			this.radTypeDomain.AutoSize = true;
			this.radTypeDomain.Location = new System.Drawing.Point(6, 19);
			this.radTypeDomain.Name = "radTypeDomain";
			this.radTypeDomain.Size = new System.Drawing.Size(61, 17);
			this.radTypeDomain.TabIndex = 0;
			this.radTypeDomain.TabStop = true;
			this.radTypeDomain.Text = "Domain";
			this.radTypeDomain.UseVisualStyleBackColor = true;
			this.radTypeDomain.CheckedChanged += new System.EventHandler(this.radType_CheckedChanged);
			// 
			// radTypeOtherHex
			// 
			this.radTypeOtherHex.AutoSize = true;
			this.radTypeOtherHex.Location = new System.Drawing.Point(6, 134);
			this.radTypeOtherHex.Name = "radTypeOtherHex";
			this.radTypeOtherHex.Size = new System.Drawing.Size(51, 17);
			this.radTypeOtherHex.TabIndex = 5;
			this.radTypeOtherHex.TabStop = true;
			this.radTypeOtherHex.Text = "Other";
			this.radTypeOtherHex.UseVisualStyleBackColor = true;
			this.radTypeOtherHex.CheckedChanged += new System.EventHandler(this.radType_CheckedChanged);
			// 
			// radTypeIPv4
			// 
			this.radTypeIPv4.AutoSize = true;
			this.radTypeIPv4.Location = new System.Drawing.Point(6, 42);
			this.radTypeIPv4.Name = "radTypeIPv4";
			this.radTypeIPv4.Size = new System.Drawing.Size(88, 17);
			this.radTypeIPv4.TabIndex = 1;
			this.radTypeIPv4.TabStop = true;
			this.radTypeIPv4.Text = "IPv4 network";
			this.radTypeIPv4.UseVisualStyleBackColor = true;
			this.radTypeIPv4.CheckedChanged += new System.EventHandler(this.radType_CheckedChanged);
			// 
			// radTypeIPv6
			// 
			this.radTypeIPv6.AutoSize = true;
			this.radTypeIPv6.Location = new System.Drawing.Point(6, 65);
			this.radTypeIPv6.Name = "radTypeIPv6";
			this.radTypeIPv6.Size = new System.Drawing.Size(88, 17);
			this.radTypeIPv6.TabIndex = 2;
			this.radTypeIPv6.TabStop = true;
			this.radTypeIPv6.Text = "IPv6 network";
			this.radTypeIPv6.UseVisualStyleBackColor = true;
			this.radTypeIPv6.CheckedChanged += new System.EventHandler(this.radType_CheckedChanged);
			// 
			// radTypeASNumber
			// 
			this.radTypeASNumber.AutoSize = true;
			this.radTypeASNumber.Location = new System.Drawing.Point(6, 88);
			this.radTypeASNumber.Name = "radTypeASNumber";
			this.radTypeASNumber.Size = new System.Drawing.Size(79, 17);
			this.radTypeASNumber.TabIndex = 3;
			this.radTypeASNumber.TabStop = true;
			this.radTypeASNumber.Text = "AS Number";
			this.radTypeASNumber.UseVisualStyleBackColor = true;
			this.radTypeASNumber.CheckedChanged += new System.EventHandler(this.radType_CheckedChanged);
			// 
			// tabPage2
			// 
			this.tabPage2.Controls.Add(this.lvwData);
			this.tabPage2.Controls.Add(this.groupBox3);
			this.tabPage2.Location = new System.Drawing.Point(4, 22);
			this.tabPage2.Name = "tabPage2";
			this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage2.Size = new System.Drawing.Size(728, 349);
			this.tabPage2.TabIndex = 1;
			this.tabPage2.Text = "Resource data";
			this.tabPage2.UseVisualStyleBackColor = true;
			// 
			// lvwData
			// 
			this.lvwData.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lvwData.Location = new System.Drawing.Point(3, 3);
			this.lvwData.Name = "lvwData";
			this.lvwData.Size = new System.Drawing.Size(588, 343);
			this.lvwData.TabIndex = 4;
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.btnDataDeleteAll);
			this.groupBox3.Controls.Add(this.btnDataEditString);
			this.groupBox3.Controls.Add(this.btnDataAddSring);
			this.groupBox3.Controls.Add(this.btnDataAddCollection);
			this.groupBox3.Controls.Add(this.btnDataAddDictionary);
			this.groupBox3.Controls.Add(this.btnDataDelete);
			this.groupBox3.Controls.Add(this.btnDataAddDNS);
			this.groupBox3.Controls.Add(this.btnDataSetDescription);
			this.groupBox3.Controls.Add(this.btnDataSetOwner);
			this.groupBox3.Dock = System.Windows.Forms.DockStyle.Right;
			this.groupBox3.Location = new System.Drawing.Point(591, 3);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(134, 343);
			this.groupBox3.TabIndex = 0;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Operations";
			// 
			// btnDataDeleteAll
			// 
			this.btnDataDeleteAll.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.btnDataDeleteAll.Location = new System.Drawing.Point(3, 202);
			this.btnDataDeleteAll.Name = "btnDataDeleteAll";
			this.btnDataDeleteAll.Size = new System.Drawing.Size(128, 23);
			this.btnDataDeleteAll.TabIndex = 8;
			this.btnDataDeleteAll.Text = "Delete all data";
			this.btnDataDeleteAll.UseVisualStyleBackColor = true;
			this.btnDataDeleteAll.Click += new System.EventHandler(this.btnDataDeleteAll_Click);
			// 
			// btnDataEditString
			// 
			this.btnDataEditString.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.btnDataEditString.Location = new System.Drawing.Point(3, 225);
			this.btnDataEditString.Name = "btnDataEditString";
			this.btnDataEditString.Size = new System.Drawing.Size(128, 23);
			this.btnDataEditString.TabIndex = 7;
			this.btnDataEditString.Text = "Edit string";
			this.btnDataEditString.UseVisualStyleBackColor = true;
			this.btnDataEditString.Click += new System.EventHandler(this.btnDataEditString_Click);
			// 
			// btnDataAddSring
			// 
			this.btnDataAddSring.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.btnDataAddSring.Location = new System.Drawing.Point(3, 248);
			this.btnDataAddSring.Name = "btnDataAddSring";
			this.btnDataAddSring.Size = new System.Drawing.Size(128, 23);
			this.btnDataAddSring.TabIndex = 6;
			this.btnDataAddSring.Text = "Add string";
			this.btnDataAddSring.UseVisualStyleBackColor = true;
			this.btnDataAddSring.Click += new System.EventHandler(this.btnDataAddSring_Click);
			// 
			// btnDataAddCollection
			// 
			this.btnDataAddCollection.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.btnDataAddCollection.Location = new System.Drawing.Point(3, 271);
			this.btnDataAddCollection.Name = "btnDataAddCollection";
			this.btnDataAddCollection.Size = new System.Drawing.Size(128, 23);
			this.btnDataAddCollection.TabIndex = 5;
			this.btnDataAddCollection.Text = "Add collection";
			this.btnDataAddCollection.UseVisualStyleBackColor = true;
			this.btnDataAddCollection.Click += new System.EventHandler(this.btnDataAddCollection_Click);
			// 
			// btnDataAddDictionary
			// 
			this.btnDataAddDictionary.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.btnDataAddDictionary.Location = new System.Drawing.Point(3, 294);
			this.btnDataAddDictionary.Name = "btnDataAddDictionary";
			this.btnDataAddDictionary.Size = new System.Drawing.Size(128, 23);
			this.btnDataAddDictionary.TabIndex = 4;
			this.btnDataAddDictionary.Text = "Add dictionary";
			this.btnDataAddDictionary.UseVisualStyleBackColor = true;
			this.btnDataAddDictionary.Click += new System.EventHandler(this.btnDataAddDictionary_Click);
			// 
			// btnDataDelete
			// 
			this.btnDataDelete.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.btnDataDelete.Location = new System.Drawing.Point(3, 317);
			this.btnDataDelete.Name = "btnDataDelete";
			this.btnDataDelete.Size = new System.Drawing.Size(128, 23);
			this.btnDataDelete.TabIndex = 3;
			this.btnDataDelete.Text = "Delete selected entry";
			this.btnDataDelete.UseVisualStyleBackColor = true;
			this.btnDataDelete.Click += new System.EventHandler(this.btnDataDelete_Click);
			// 
			// btnDataAddDNS
			// 
			this.btnDataAddDNS.Dock = System.Windows.Forms.DockStyle.Top;
			this.btnDataAddDNS.Location = new System.Drawing.Point(3, 62);
			this.btnDataAddDNS.Name = "btnDataAddDNS";
			this.btnDataAddDNS.Size = new System.Drawing.Size(128, 23);
			this.btnDataAddDNS.TabIndex = 2;
			this.btnDataAddDNS.Text = "Add DNS server";
			this.btnDataAddDNS.UseVisualStyleBackColor = true;
			this.btnDataAddDNS.Click += new System.EventHandler(this.btnDataAddDNS_Click);
			// 
			// btnDataSetDescription
			// 
			this.btnDataSetDescription.Dock = System.Windows.Forms.DockStyle.Top;
			this.btnDataSetDescription.Location = new System.Drawing.Point(3, 39);
			this.btnDataSetDescription.Name = "btnDataSetDescription";
			this.btnDataSetDescription.Size = new System.Drawing.Size(128, 23);
			this.btnDataSetDescription.TabIndex = 1;
			this.btnDataSetDescription.Text = "Set description";
			this.btnDataSetDescription.UseVisualStyleBackColor = true;
			this.btnDataSetDescription.Click += new System.EventHandler(this.btnDataSetDescription_Click);
			// 
			// btnDataSetOwner
			// 
			this.btnDataSetOwner.Dock = System.Windows.Forms.DockStyle.Top;
			this.btnDataSetOwner.Location = new System.Drawing.Point(3, 16);
			this.btnDataSetOwner.Name = "btnDataSetOwner";
			this.btnDataSetOwner.Size = new System.Drawing.Size(128, 23);
			this.btnDataSetOwner.TabIndex = 0;
			this.btnDataSetOwner.Text = "Set owner name";
			this.btnDataSetOwner.UseVisualStyleBackColor = true;
			this.btnDataSetOwner.Click += new System.EventHandler(this.btnDataSetOwner_Click);
			// 
			// tabPage3
			// 
			this.tabPage3.Controls.Add(this.grpUpdateConflict);
			this.tabPage3.Controls.Add(this.grpUpdateExport);
			this.tabPage3.Controls.Add(this.groupBox4);
			this.tabPage3.Location = new System.Drawing.Point(4, 22);
			this.tabPage3.Name = "tabPage3";
			this.tabPage3.Size = new System.Drawing.Size(728, 349);
			this.tabPage3.TabIndex = 2;
			this.tabPage3.Text = "Generate update";
			this.tabPage3.UseVisualStyleBackColor = true;
			// 
			// grpUpdateConflict
			// 
			this.grpUpdateConflict.Controls.Add(this.btnUpdateDelete);
			this.grpUpdateConflict.Controls.Add(this.label9);
			this.grpUpdateConflict.Dock = System.Windows.Forms.DockStyle.Top;
			this.grpUpdateConflict.Location = new System.Drawing.Point(0, 246);
			this.grpUpdateConflict.Name = "grpUpdateConflict";
			this.grpUpdateConflict.Size = new System.Drawing.Size(728, 100);
			this.grpUpdateConflict.TabIndex = 2;
			this.grpUpdateConflict.TabStop = false;
			this.grpUpdateConflict.Text = "Error";
			// 
			// btnUpdateDelete
			// 
			this.btnUpdateDelete.Location = new System.Drawing.Point(462, 68);
			this.btnUpdateDelete.Margin = new System.Windows.Forms.Padding(0);
			this.btnUpdateDelete.Name = "btnUpdateDelete";
			this.btnUpdateDelete.Size = new System.Drawing.Size(261, 26);
			this.btnUpdateDelete.TabIndex = 12;
			this.btnUpdateDelete.Text = "Delete resource";
			this.btnUpdateDelete.UseVisualStyleBackColor = true;
			this.btnUpdateDelete.Click += new System.EventHandler(this.btnUpdateDelete_Click);
			// 
			// label9
			// 
			this.label9.Dock = System.Windows.Forms.DockStyle.Top;
			this.label9.Location = new System.Drawing.Point(3, 16);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(722, 52);
			this.label9.TabIndex = 0;
			this.label9.Text = resources.GetString("label9.Text");
			// 
			// grpUpdateExport
			// 
			this.grpUpdateExport.AutoSize = true;
			this.grpUpdateExport.Controls.Add(this.tableLayoutPanel4);
			this.grpUpdateExport.Dock = System.Windows.Forms.DockStyle.Top;
			this.grpUpdateExport.Location = new System.Drawing.Point(0, 149);
			this.grpUpdateExport.Name = "grpUpdateExport";
			this.grpUpdateExport.Size = new System.Drawing.Size(728, 97);
			this.grpUpdateExport.TabIndex = 1;
			this.grpUpdateExport.TabStop = false;
			this.grpUpdateExport.Text = "Update";
			// 
			// tableLayoutPanel4
			// 
			this.tableLayoutPanel4.AutoSize = true;
			this.tableLayoutPanel4.ColumnCount = 4;
			this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
			this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
			this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
			this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
			this.tableLayoutPanel4.Controls.Add(this.panel1, 1, 1);
			this.tableLayoutPanel4.Controls.Add(this.dtpUpdateExpiration, 1, 2);
			this.tableLayoutPanel4.Controls.Add(this.btnUpdateNow, 3, 2);
			this.tableLayoutPanel4.Controls.Add(this.label11, 0, 1);
			this.tableLayoutPanel4.Controls.Add(this.label5, 0, 2);
			this.tableLayoutPanel4.Controls.Add(this.txtUpdateOwner, 1, 0);
			this.tableLayoutPanel4.Controls.Add(this.label8, 0, 0);
			this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Top;
			this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
			this.tableLayoutPanel4.Name = "tableLayoutPanel4";
			this.tableLayoutPanel4.RowCount = 3;
			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.tableLayoutPanel4.Size = new System.Drawing.Size(722, 78);
			this.tableLayoutPanel4.TabIndex = 8;
			// 
			// panel1
			// 
			this.panel1.AutoSize = true;
			this.tableLayoutPanel4.SetColumnSpan(this.panel1, 3);
			this.panel1.Controls.Add(this.txtUpdateTransfer);
			this.panel1.Controls.Add(this.chkUpdateTransferEnabled);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel1.Location = new System.Drawing.Point(103, 29);
			this.panel1.MinimumSize = new System.Drawing.Size(0, 20);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(616, 20);
			this.panel1.TabIndex = 21;
			// 
			// txtUpdateTransfer
			// 
			this.txtUpdateTransfer.Dock = System.Windows.Forms.DockStyle.Fill;
			this.txtUpdateTransfer.Location = new System.Drawing.Point(15, 0);
			this.txtUpdateTransfer.Name = "txtUpdateTransfer";
			this.txtUpdateTransfer.Size = new System.Drawing.Size(601, 20);
			this.txtUpdateTransfer.TabIndex = 21;
			// 
			// chkUpdateTransferEnabled
			// 
			this.chkUpdateTransferEnabled.AutoSize = true;
			this.chkUpdateTransferEnabled.Dock = System.Windows.Forms.DockStyle.Left;
			this.chkUpdateTransferEnabled.Location = new System.Drawing.Point(0, 0);
			this.chkUpdateTransferEnabled.Name = "chkUpdateTransferEnabled";
			this.chkUpdateTransferEnabled.Size = new System.Drawing.Size(15, 20);
			this.chkUpdateTransferEnabled.TabIndex = 20;
			this.chkUpdateTransferEnabled.UseVisualStyleBackColor = true;
			// 
			// dtpUpdateExpiration
			// 
			this.dtpUpdateExpiration.Checked = false;
			this.dtpUpdateExpiration.Dock = System.Windows.Forms.DockStyle.Fill;
			this.dtpUpdateExpiration.Location = new System.Drawing.Point(103, 55);
			this.dtpUpdateExpiration.Name = "dtpUpdateExpiration";
			this.dtpUpdateExpiration.ShowCheckBox = true;
			this.dtpUpdateExpiration.Size = new System.Drawing.Size(255, 20);
			this.dtpUpdateExpiration.TabIndex = 13;
			// 
			// btnUpdateNow
			// 
			this.btnUpdateNow.Dock = System.Windows.Forms.DockStyle.Fill;
			this.btnUpdateNow.Location = new System.Drawing.Point(461, 52);
			this.btnUpdateNow.Margin = new System.Windows.Forms.Padding(0);
			this.btnUpdateNow.Name = "btnUpdateNow";
			this.btnUpdateNow.Size = new System.Drawing.Size(261, 26);
			this.btnUpdateNow.TabIndex = 18;
			this.btnUpdateNow.Text = "Update resource";
			this.btnUpdateNow.UseVisualStyleBackColor = true;
			this.btnUpdateNow.Click += new System.EventHandler(this.btnUpdateNow_Click);
			// 
			// label11
			// 
			this.label11.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.label11.AutoSize = true;
			this.label11.Location = new System.Drawing.Point(3, 32);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(78, 13);
			this.label11.TabIndex = 16;
			this.label11.Text = "Transfer to key";
			this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label5
			// 
			this.label5.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.label5.AutoSize = true;
			this.label5.Location = new System.Drawing.Point(3, 58);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(53, 13);
			this.label5.TabIndex = 6;
			this.label5.Text = "Expiration";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txtUpdateOwner
			// 
			this.tableLayoutPanel4.SetColumnSpan(this.txtUpdateOwner, 3);
			this.txtUpdateOwner.Dock = System.Windows.Forms.DockStyle.Fill;
			this.txtUpdateOwner.Location = new System.Drawing.Point(103, 3);
			this.txtUpdateOwner.Name = "txtUpdateOwner";
			this.txtUpdateOwner.ReadOnly = true;
			this.txtUpdateOwner.Size = new System.Drawing.Size(616, 20);
			this.txtUpdateOwner.TabIndex = 5;
			// 
			// label8
			// 
			this.label8.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.label8.AutoSize = true;
			this.label8.Location = new System.Drawing.Point(3, 6);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(58, 13);
			this.label8.TabIndex = 1;
			this.label8.Text = "Owner key";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// groupBox4
			// 
			this.groupBox4.AutoSize = true;
			this.groupBox4.Controls.Add(this.tableLayoutPanel1);
			this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
			this.groupBox4.Location = new System.Drawing.Point(0, 0);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(728, 149);
			this.groupBox4.TabIndex = 0;
			this.groupBox4.TabStop = false;
			this.groupBox4.Text = "Current status";
			// 
			// tableLayoutPanel1
			// 
			this.tableLayoutPanel1.AutoSize = true;
			this.tableLayoutPanel1.ColumnCount = 4;
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
			this.tableLayoutPanel1.Controls.Add(this.txtUpdateCurrentExpiration, 3, 3);
			this.tableLayoutPanel1.Controls.Add(this.label10, 2, 3);
			this.tableLayoutPanel1.Controls.Add(this.txtUpdateCurrentTransfer, 1, 2);
			this.tableLayoutPanel1.Controls.Add(this.label6, 0, 2);
			this.tableLayoutPanel1.Controls.Add(this.txtUpdateCurrentSize, 1, 4);
			this.tableLayoutPanel1.Controls.Add(this.label7, 0, 4);
			this.tableLayoutPanel1.Controls.Add(this.txtUpdateCurrentStatus, 3, 4);
			this.tableLayoutPanel1.Controls.Add(this.label4, 2, 4);
			this.tableLayoutPanel1.Controls.Add(this.txtUpdateCurrentSerial, 1, 3);
			this.tableLayoutPanel1.Controls.Add(this.label3, 0, 3);
			this.tableLayoutPanel1.Controls.Add(this.txtUpdateLabel, 1, 0);
			this.tableLayoutPanel1.Controls.Add(this.txtUpdateCurrentOwner, 1, 1);
			this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
			this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
			this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
			this.tableLayoutPanel1.RowCount = 5;
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.tableLayoutPanel1.Size = new System.Drawing.Size(722, 130);
			this.tableLayoutPanel1.TabIndex = 8;
			// 
			// txtUpdateCurrentExpiration
			// 
			this.txtUpdateCurrentExpiration.Dock = System.Windows.Forms.DockStyle.Fill;
			this.txtUpdateCurrentExpiration.Location = new System.Drawing.Point(464, 81);
			this.txtUpdateCurrentExpiration.Name = "txtUpdateCurrentExpiration";
			this.txtUpdateCurrentExpiration.ReadOnly = true;
			this.txtUpdateCurrentExpiration.Size = new System.Drawing.Size(255, 20);
			this.txtUpdateCurrentExpiration.TabIndex = 18;
			// 
			// label10
			// 
			this.label10.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.label10.AutoSize = true;
			this.label10.Location = new System.Drawing.Point(364, 84);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(53, 13);
			this.label10.TabIndex = 17;
			this.label10.Text = "Expiration";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txtUpdateCurrentTransfer
			// 
			this.tableLayoutPanel1.SetColumnSpan(this.txtUpdateCurrentTransfer, 3);
			this.txtUpdateCurrentTransfer.Dock = System.Windows.Forms.DockStyle.Fill;
			this.txtUpdateCurrentTransfer.Location = new System.Drawing.Point(103, 55);
			this.txtUpdateCurrentTransfer.Name = "txtUpdateCurrentTransfer";
			this.txtUpdateCurrentTransfer.ReadOnly = true;
			this.txtUpdateCurrentTransfer.Size = new System.Drawing.Size(616, 20);
			this.txtUpdateCurrentTransfer.TabIndex = 16;
			// 
			// label6
			// 
			this.label6.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.label6.AutoSize = true;
			this.label6.Location = new System.Drawing.Point(3, 58);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(78, 13);
			this.label6.TabIndex = 15;
			this.label6.Text = "Transfer to key";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txtUpdateCurrentSize
			// 
			this.txtUpdateCurrentSize.Dock = System.Windows.Forms.DockStyle.Fill;
			this.txtUpdateCurrentSize.Location = new System.Drawing.Point(103, 107);
			this.txtUpdateCurrentSize.Name = "txtUpdateCurrentSize";
			this.txtUpdateCurrentSize.ReadOnly = true;
			this.txtUpdateCurrentSize.Size = new System.Drawing.Size(255, 20);
			this.txtUpdateCurrentSize.TabIndex = 14;
			// 
			// label7
			// 
			this.label7.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.label7.AutoSize = true;
			this.label7.Location = new System.Drawing.Point(3, 110);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(27, 13);
			this.label7.TabIndex = 13;
			this.label7.Text = "Size";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txtUpdateCurrentStatus
			// 
			this.txtUpdateCurrentStatus.Dock = System.Windows.Forms.DockStyle.Fill;
			this.txtUpdateCurrentStatus.Location = new System.Drawing.Point(464, 107);
			this.txtUpdateCurrentStatus.Name = "txtUpdateCurrentStatus";
			this.txtUpdateCurrentStatus.ReadOnly = true;
			this.txtUpdateCurrentStatus.Size = new System.Drawing.Size(255, 20);
			this.txtUpdateCurrentStatus.TabIndex = 10;
			// 
			// label4
			// 
			this.label4.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(364, 110);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(37, 13);
			this.label4.TabIndex = 9;
			this.label4.Text = "Status";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txtUpdateCurrentSerial
			// 
			this.txtUpdateCurrentSerial.Dock = System.Windows.Forms.DockStyle.Fill;
			this.txtUpdateCurrentSerial.Location = new System.Drawing.Point(103, 81);
			this.txtUpdateCurrentSerial.Name = "txtUpdateCurrentSerial";
			this.txtUpdateCurrentSerial.ReadOnly = true;
			this.txtUpdateCurrentSerial.Size = new System.Drawing.Size(255, 20);
			this.txtUpdateCurrentSerial.TabIndex = 8;
			// 
			// label3
			// 
			this.label3.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(3, 84);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(33, 13);
			this.label3.TabIndex = 7;
			this.label3.Text = "Serial";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txtUpdateLabel
			// 
			this.tableLayoutPanel1.SetColumnSpan(this.txtUpdateLabel, 3);
			this.txtUpdateLabel.Dock = System.Windows.Forms.DockStyle.Fill;
			this.txtUpdateLabel.Location = new System.Drawing.Point(103, 3);
			this.txtUpdateLabel.Name = "txtUpdateLabel";
			this.txtUpdateLabel.ReadOnly = true;
			this.txtUpdateLabel.Size = new System.Drawing.Size(616, 20);
			this.txtUpdateLabel.TabIndex = 6;
			// 
			// txtUpdateCurrentOwner
			// 
			this.tableLayoutPanel1.SetColumnSpan(this.txtUpdateCurrentOwner, 3);
			this.txtUpdateCurrentOwner.Dock = System.Windows.Forms.DockStyle.Fill;
			this.txtUpdateCurrentOwner.Location = new System.Drawing.Point(103, 29);
			this.txtUpdateCurrentOwner.Name = "txtUpdateCurrentOwner";
			this.txtUpdateCurrentOwner.ReadOnly = true;
			this.txtUpdateCurrentOwner.Size = new System.Drawing.Size(616, 20);
			this.txtUpdateCurrentOwner.TabIndex = 5;
			// 
			// label1
			// 
			this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(3, 6);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(53, 13);
			this.label1.TabIndex = 0;
			this.label1.Text = "Resource";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label2
			// 
			this.label2.Anchor = System.Windows.Forms.AnchorStyles.Left;
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(3, 32);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(58, 13);
			this.label2.TabIndex = 1;
			this.label2.Text = "Owner key";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// frmEditResource
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(736, 375);
			this.Controls.Add(this.tabControl1);
			this.Name = "frmEditResource";
			this.Text = "MARC Resource Editor";
			this.Load += new System.EventHandler(this.frmEditResource_Load);
			this.tabControl1.ResumeLayout(false);
			this.tabPage1.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.groupBox2.PerformLayout();
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.tabPage2.ResumeLayout(false);
			this.groupBox3.ResumeLayout(false);
			this.tabPage3.ResumeLayout(false);
			this.tabPage3.PerformLayout();
			this.grpUpdateConflict.ResumeLayout(false);
			this.grpUpdateExport.ResumeLayout(false);
			this.grpUpdateExport.PerformLayout();
			this.tableLayoutPanel4.ResumeLayout(false);
			this.tableLayoutPanel4.PerformLayout();
			this.panel1.ResumeLayout(false);
			this.panel1.PerformLayout();
			this.groupBox4.ResumeLayout(false);
			this.groupBox4.PerformLayout();
			this.tableLayoutPanel1.ResumeLayout(false);
			this.tableLayoutPanel1.PerformLayout();
			this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.TabControl tabControl1;
		private System.Windows.Forms.TabPage tabPage1;
		private System.Windows.Forms.RadioButton radTypeOtherHex;
		private System.Windows.Forms.RadioButton radTypeASNumber;
		private System.Windows.Forms.RadioButton radTypeIPv6;
		private System.Windows.Forms.RadioButton radTypeIPv4;
		private System.Windows.Forms.RadioButton radTypeDomain;
		private System.Windows.Forms.TabPage tabPage2;
		private System.Windows.Forms.TabPage tabPage3;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.GroupBox groupBox2;
		private System.Windows.Forms.Label lblLabelHint;
		private System.Windows.Forms.TextBox txtLabelValue;
		private System.Windows.Forms.Label lblLabelValid;
		private System.Windows.Forms.Button btnLabelNext;
		private System.Windows.Forms.GroupBox groupBox3;
		private System.Windows.Forms.TreeView lvwData;
		private System.Windows.Forms.Button btnDataAddSring;
		private System.Windows.Forms.Button btnDataAddCollection;
		private System.Windows.Forms.Button btnDataAddDictionary;
		private System.Windows.Forms.Button btnDataDelete;
		private System.Windows.Forms.Button btnDataAddDNS;
		private System.Windows.Forms.Button btnDataSetDescription;
		private System.Windows.Forms.Button btnDataSetOwner;
		private System.Windows.Forms.Button btnDataEditString;
		private System.Windows.Forms.GroupBox groupBox4;
		private System.Windows.Forms.GroupBox grpUpdateExport;
		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
		private System.Windows.Forms.TextBox txtUpdateOwner;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
		private System.Windows.Forms.TextBox txtUpdateLabel;
		private System.Windows.Forms.TextBox txtUpdateCurrentOwner;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.GroupBox grpUpdateConflict;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Button btnUpdateDelete;
		private System.Windows.Forms.Button btnDataDeleteAll;
		private System.Windows.Forms.TextBox txtUpdateCurrentSerial;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.TextBox txtUpdateCurrentExpiration;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.TextBox txtUpdateCurrentTransfer;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.TextBox txtUpdateCurrentSize;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.TextBox txtUpdateCurrentStatus;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Button btnUpdateNow;
		private System.Windows.Forms.Label label11;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.DateTimePicker dtpUpdateExpiration;
		private System.Windows.Forms.Panel panel1;
		private System.Windows.Forms.TextBox txtUpdateTransfer;
		private System.Windows.Forms.CheckBox chkUpdateTransferEnabled;
	}
}