diff ARClient/frmSettings.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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARClient/frmSettings.Designer.cs	Sat Nov 08 22:43:51 2014 +0100
@@ -0,0 +1,719 @@
+namespace ARClient {
+	partial class frmSettings {
+		/// <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(frmSettings));
+			this.tabControl1 = new System.Windows.Forms.TabControl();
+			this.tabPage1 = new System.Windows.Forms.TabPage();
+			this.lstSyncPeers = new System.Windows.Forms.ListBox();
+			this.panel1 = new System.Windows.Forms.Panel();
+			this.btnPeerEdit = new System.Windows.Forms.Button();
+			this.btnPeerDelete = new System.Windows.Forms.Button();
+			this.btnPeerAdd = new System.Windows.Forms.Button();
+			this.tabPage2 = new System.Windows.Forms.TabPage();
+			this.label5 = new System.Windows.Forms.Label();
+			this.btnKeypairImport = new System.Windows.Forms.Button();
+			this.btnKeypairGenerate = new System.Windows.Forms.Button();
+			this.btnKeypairExport = new System.Windows.Forms.Button();
+			this.btnKeypairInput = new System.Windows.Forms.Button();
+			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
+			this.txtSecretKey = new System.Windows.Forms.TextBox();
+			this.label2 = new System.Windows.Forms.Label();
+			this.label1 = new System.Windows.Forms.Label();
+			this.txtPublicKey = new System.Windows.Forms.TextBox();
+			this.tabPage3 = new System.Windows.Forms.TabPage();
+			this.label3 = new System.Windows.Forms.Label();
+			this.btnDatabaseCreate = new System.Windows.Forms.Button();
+			this.btnDatabaseSaveAs = new System.Windows.Forms.Button();
+			this.btnDatabaseOpen = new System.Windows.Forms.Button();
+			this.btnDatabaseSave = new System.Windows.Forms.Button();
+			this.btnDatabaseReload = new System.Windows.Forms.Button();
+			this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
+			this.label4 = new System.Windows.Forms.Label();
+			this.txtDatabase = new System.Windows.Forms.TextBox();
+			this.tabPage4 = new System.Windows.Forms.TabPage();
+			this.groupBox2 = new System.Windows.Forms.GroupBox();
+			this.lstFilterKey = new System.Windows.Forms.ListBox();
+			this.panel2 = new System.Windows.Forms.Panel();
+			this.btnFilterDeleteAllFiltered = new System.Windows.Forms.Button();
+			this.btnFilterKeyDelete = new System.Windows.Forms.Button();
+			this.btnFilterKeyAdd = new System.Windows.Forms.Button();
+			this.groupBox1 = new System.Windows.Forms.GroupBox();
+			this.chkFilterTypeKey = new System.Windows.Forms.CheckBox();
+			this.chkFilterTypeInvalid = new System.Windows.Forms.CheckBox();
+			this.chkFilterTypeOther = new System.Windows.Forms.CheckBox();
+			this.chkFilterTypeOtherDom = new System.Windows.Forms.CheckBox();
+			this.chkFilterTypeOtherIPv6 = new System.Windows.Forms.CheckBox();
+			this.chkFilterTypeOtherIPv4 = new System.Windows.Forms.CheckBox();
+			this.chkFilterTypeAnonetDom = new System.Windows.Forms.CheckBox();
+			this.chkFilterTypeASN = new System.Windows.Forms.CheckBox();
+			this.chkFilterTypeAnonetIPv6 = new System.Windows.Forms.CheckBox();
+			this.chkFilterTypeAnonetIPv4 = new System.Windows.Forms.CheckBox();
+			this.tabControl1.SuspendLayout();
+			this.tabPage1.SuspendLayout();
+			this.panel1.SuspendLayout();
+			this.tabPage2.SuspendLayout();
+			this.tableLayoutPanel1.SuspendLayout();
+			this.tabPage3.SuspendLayout();
+			this.tableLayoutPanel2.SuspendLayout();
+			this.tabPage4.SuspendLayout();
+			this.groupBox2.SuspendLayout();
+			this.panel2.SuspendLayout();
+			this.groupBox1.SuspendLayout();
+			this.SuspendLayout();
+			// 
+			// tabControl1
+			// 
+			this.tabControl1.Controls.Add(this.tabPage1);
+			this.tabControl1.Controls.Add(this.tabPage2);
+			this.tabControl1.Controls.Add(this.tabPage3);
+			this.tabControl1.Controls.Add(this.tabPage4);
+			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(551, 288);
+			this.tabControl1.TabIndex = 0;
+			// 
+			// tabPage1
+			// 
+			this.tabPage1.Controls.Add(this.lstSyncPeers);
+			this.tabPage1.Controls.Add(this.panel1);
+			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(543, 262);
+			this.tabPage1.TabIndex = 0;
+			this.tabPage1.Text = "Synchronization";
+			this.tabPage1.UseVisualStyleBackColor = true;
+			// 
+			// lstSyncPeers
+			// 
+			this.lstSyncPeers.Dock = System.Windows.Forms.DockStyle.Fill;
+			this.lstSyncPeers.FormattingEnabled = true;
+			this.lstSyncPeers.Location = new System.Drawing.Point(3, 3);
+			this.lstSyncPeers.Name = "lstSyncPeers";
+			this.lstSyncPeers.Size = new System.Drawing.Size(537, 225);
+			this.lstSyncPeers.TabIndex = 0;
+			// 
+			// panel1
+			// 
+			this.panel1.AutoSize = true;
+			this.panel1.Controls.Add(this.btnPeerEdit);
+			this.panel1.Controls.Add(this.btnPeerDelete);
+			this.panel1.Controls.Add(this.btnPeerAdd);
+			this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
+			this.panel1.Location = new System.Drawing.Point(3, 230);
+			this.panel1.Name = "panel1";
+			this.panel1.Size = new System.Drawing.Size(537, 29);
+			this.panel1.TabIndex = 1;
+			// 
+			// btnPeerEdit
+			// 
+			this.btnPeerEdit.Location = new System.Drawing.Point(165, 3);
+			this.btnPeerEdit.Name = "btnPeerEdit";
+			this.btnPeerEdit.Size = new System.Drawing.Size(75, 23);
+			this.btnPeerEdit.TabIndex = 2;
+			this.btnPeerEdit.Text = "Edit peer";
+			this.btnPeerEdit.UseVisualStyleBackColor = true;
+			this.btnPeerEdit.Click += new System.EventHandler(this.btnPeerEdit_Click);
+			// 
+			// btnPeerDelete
+			// 
+			this.btnPeerDelete.Location = new System.Drawing.Point(84, 3);
+			this.btnPeerDelete.Name = "btnPeerDelete";
+			this.btnPeerDelete.Size = new System.Drawing.Size(75, 23);
+			this.btnPeerDelete.TabIndex = 1;
+			this.btnPeerDelete.Text = "Delete peer";
+			this.btnPeerDelete.UseVisualStyleBackColor = true;
+			this.btnPeerDelete.Click += new System.EventHandler(this.btnPeerDelete_Click);
+			// 
+			// btnPeerAdd
+			// 
+			this.btnPeerAdd.Location = new System.Drawing.Point(3, 3);
+			this.btnPeerAdd.Name = "btnPeerAdd";
+			this.btnPeerAdd.Size = new System.Drawing.Size(75, 23);
+			this.btnPeerAdd.TabIndex = 0;
+			this.btnPeerAdd.Text = "Add peer";
+			this.btnPeerAdd.UseVisualStyleBackColor = true;
+			this.btnPeerAdd.Click += new System.EventHandler(this.btnPeerAdd_Click);
+			// 
+			// tabPage2
+			// 
+			this.tabPage2.Controls.Add(this.label5);
+			this.tabPage2.Controls.Add(this.btnKeypairImport);
+			this.tabPage2.Controls.Add(this.btnKeypairGenerate);
+			this.tabPage2.Controls.Add(this.btnKeypairExport);
+			this.tabPage2.Controls.Add(this.btnKeypairInput);
+			this.tabPage2.Controls.Add(this.tableLayoutPanel1);
+			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(543, 262);
+			this.tabPage2.TabIndex = 1;
+			this.tabPage2.Text = "Key pair";
+			this.tabPage2.UseVisualStyleBackColor = true;
+			// 
+			// label5
+			// 
+			this.label5.Dock = System.Windows.Forms.DockStyle.Top;
+			this.label5.Location = new System.Drawing.Point(3, 147);
+			this.label5.Name = "label5";
+			this.label5.Size = new System.Drawing.Size(537, 66);
+			this.label5.TabIndex = 19;
+			this.label5.Text = "Note: Loss of your key pair will render you unable to update your resource claims" +
+				"! Make sure to backup at least your key file.";
+			// 
+			// btnKeypairImport
+			// 
+			this.btnKeypairImport.Dock = System.Windows.Forms.DockStyle.Top;
+			this.btnKeypairImport.Location = new System.Drawing.Point(3, 124);
+			this.btnKeypairImport.Name = "btnKeypairImport";
+			this.btnKeypairImport.Size = new System.Drawing.Size(537, 23);
+			this.btnKeypairImport.TabIndex = 11;
+			this.btnKeypairImport.Text = "Import key file";
+			this.btnKeypairImport.UseVisualStyleBackColor = true;
+			this.btnKeypairImport.Click += new System.EventHandler(this.btnKeypairImport_Click);
+			// 
+			// btnKeypairGenerate
+			// 
+			this.btnKeypairGenerate.Dock = System.Windows.Forms.DockStyle.Top;
+			this.btnKeypairGenerate.Location = new System.Drawing.Point(3, 101);
+			this.btnKeypairGenerate.Name = "btnKeypairGenerate";
+			this.btnKeypairGenerate.Size = new System.Drawing.Size(537, 23);
+			this.btnKeypairGenerate.TabIndex = 10;
+			this.btnKeypairGenerate.Text = "Generate key pair";
+			this.btnKeypairGenerate.UseVisualStyleBackColor = true;
+			this.btnKeypairGenerate.Click += new System.EventHandler(this.btnKeypairGenerate_Click);
+			// 
+			// btnKeypairExport
+			// 
+			this.btnKeypairExport.Dock = System.Windows.Forms.DockStyle.Top;
+			this.btnKeypairExport.Location = new System.Drawing.Point(3, 78);
+			this.btnKeypairExport.Name = "btnKeypairExport";
+			this.btnKeypairExport.Size = new System.Drawing.Size(537, 23);
+			this.btnKeypairExport.TabIndex = 9;
+			this.btnKeypairExport.Text = "Export key file";
+			this.btnKeypairExport.UseVisualStyleBackColor = true;
+			this.btnKeypairExport.Click += new System.EventHandler(this.btnKeypairExport_Click);
+			// 
+			// btnKeypairInput
+			// 
+			this.btnKeypairInput.Dock = System.Windows.Forms.DockStyle.Top;
+			this.btnKeypairInput.Location = new System.Drawing.Point(3, 55);
+			this.btnKeypairInput.Name = "btnKeypairInput";
+			this.btnKeypairInput.Size = new System.Drawing.Size(537, 23);
+			this.btnKeypairInput.TabIndex = 8;
+			this.btnKeypairInput.Text = "Input new key";
+			this.btnKeypairInput.UseVisualStyleBackColor = true;
+			this.btnKeypairInput.Click += new System.EventHandler(this.btnKeypairInput_Click);
+			// 
+			// tableLayoutPanel1
+			// 
+			this.tableLayoutPanel1.AutoSize = true;
+			this.tableLayoutPanel1.ColumnCount = 2;
+			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, 100F));
+			this.tableLayoutPanel1.Controls.Add(this.txtSecretKey, 1, 1);
+			this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
+			this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
+			this.tableLayoutPanel1.Controls.Add(this.txtPublicKey, 1, 0);
+			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
+			this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
+			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
+			this.tableLayoutPanel1.RowCount = 2;
+			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.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
+			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
+			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
+			this.tableLayoutPanel1.Size = new System.Drawing.Size(537, 52);
+			this.tableLayoutPanel1.TabIndex = 0;
+			// 
+			// txtSecretKey
+			// 
+			this.txtSecretKey.Dock = System.Windows.Forms.DockStyle.Fill;
+			this.txtSecretKey.Location = new System.Drawing.Point(103, 29);
+			this.txtSecretKey.Name = "txtSecretKey";
+			this.txtSecretKey.ReadOnly = true;
+			this.txtSecretKey.Size = new System.Drawing.Size(431, 20);
+			this.txtSecretKey.TabIndex = 3;
+			// 
+			// 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 = 2;
+			this.label2.Text = "Secret key";
+			// 
+			// 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(56, 13);
+			this.label1.TabIndex = 0;
+			this.label1.Text = "Public key";
+			// 
+			// txtPublicKey
+			// 
+			this.txtPublicKey.Dock = System.Windows.Forms.DockStyle.Fill;
+			this.txtPublicKey.Location = new System.Drawing.Point(103, 3);
+			this.txtPublicKey.Name = "txtPublicKey";
+			this.txtPublicKey.ReadOnly = true;
+			this.txtPublicKey.Size = new System.Drawing.Size(431, 20);
+			this.txtPublicKey.TabIndex = 1;
+			// 
+			// tabPage3
+			// 
+			this.tabPage3.Controls.Add(this.label3);
+			this.tabPage3.Controls.Add(this.btnDatabaseCreate);
+			this.tabPage3.Controls.Add(this.btnDatabaseSaveAs);
+			this.tabPage3.Controls.Add(this.btnDatabaseOpen);
+			this.tabPage3.Controls.Add(this.btnDatabaseSave);
+			this.tabPage3.Controls.Add(this.btnDatabaseReload);
+			this.tabPage3.Controls.Add(this.tableLayoutPanel2);
+			this.tabPage3.Location = new System.Drawing.Point(4, 22);
+			this.tabPage3.Name = "tabPage3";
+			this.tabPage3.Size = new System.Drawing.Size(543, 262);
+			this.tabPage3.TabIndex = 2;
+			this.tabPage3.Text = "Local storage";
+			this.tabPage3.UseVisualStyleBackColor = true;
+			// 
+			// label3
+			// 
+			this.label3.Dock = System.Windows.Forms.DockStyle.Top;
+			this.label3.Location = new System.Drawing.Point(0, 141);
+			this.label3.Name = "label3";
+			this.label3.Size = new System.Drawing.Size(543, 66);
+			this.label3.TabIndex = 18;
+			this.label3.Text = resources.GetString("label3.Text");
+			// 
+			// btnDatabaseCreate
+			// 
+			this.btnDatabaseCreate.Dock = System.Windows.Forms.DockStyle.Top;
+			this.btnDatabaseCreate.Location = new System.Drawing.Point(0, 118);
+			this.btnDatabaseCreate.Name = "btnDatabaseCreate";
+			this.btnDatabaseCreate.Size = new System.Drawing.Size(543, 23);
+			this.btnDatabaseCreate.TabIndex = 17;
+			this.btnDatabaseCreate.Text = "Create new database";
+			this.btnDatabaseCreate.UseVisualStyleBackColor = true;
+			this.btnDatabaseCreate.Click += new System.EventHandler(this.btnDatabaseCreate_Click);
+			// 
+			// btnDatabaseSaveAs
+			// 
+			this.btnDatabaseSaveAs.Dock = System.Windows.Forms.DockStyle.Top;
+			this.btnDatabaseSaveAs.Location = new System.Drawing.Point(0, 95);
+			this.btnDatabaseSaveAs.Name = "btnDatabaseSaveAs";
+			this.btnDatabaseSaveAs.Size = new System.Drawing.Size(543, 23);
+			this.btnDatabaseSaveAs.TabIndex = 15;
+			this.btnDatabaseSaveAs.Text = "Save database as";
+			this.btnDatabaseSaveAs.UseVisualStyleBackColor = true;
+			this.btnDatabaseSaveAs.Click += new System.EventHandler(this.btnDatabaseSaveAs_Click);
+			// 
+			// btnDatabaseOpen
+			// 
+			this.btnDatabaseOpen.Dock = System.Windows.Forms.DockStyle.Top;
+			this.btnDatabaseOpen.Location = new System.Drawing.Point(0, 72);
+			this.btnDatabaseOpen.Name = "btnDatabaseOpen";
+			this.btnDatabaseOpen.Size = new System.Drawing.Size(543, 23);
+			this.btnDatabaseOpen.TabIndex = 14;
+			this.btnDatabaseOpen.Text = "Open different database";
+			this.btnDatabaseOpen.UseVisualStyleBackColor = true;
+			this.btnDatabaseOpen.Click += new System.EventHandler(this.btnDatabaseOpen_Click);
+			// 
+			// btnDatabaseSave
+			// 
+			this.btnDatabaseSave.Dock = System.Windows.Forms.DockStyle.Top;
+			this.btnDatabaseSave.Location = new System.Drawing.Point(0, 49);
+			this.btnDatabaseSave.Name = "btnDatabaseSave";
+			this.btnDatabaseSave.Size = new System.Drawing.Size(543, 23);
+			this.btnDatabaseSave.TabIndex = 13;
+			this.btnDatabaseSave.Text = "Save database";
+			this.btnDatabaseSave.UseVisualStyleBackColor = true;
+			this.btnDatabaseSave.Click += new System.EventHandler(this.btnDatabaseSave_Click);
+			// 
+			// btnDatabaseReload
+			// 
+			this.btnDatabaseReload.Dock = System.Windows.Forms.DockStyle.Top;
+			this.btnDatabaseReload.Location = new System.Drawing.Point(0, 26);
+			this.btnDatabaseReload.Name = "btnDatabaseReload";
+			this.btnDatabaseReload.Size = new System.Drawing.Size(543, 23);
+			this.btnDatabaseReload.TabIndex = 12;
+			this.btnDatabaseReload.Text = "Reload database";
+			this.btnDatabaseReload.UseVisualStyleBackColor = true;
+			this.btnDatabaseReload.Click += new System.EventHandler(this.btnDatabaseReload_Click);
+			// 
+			// tableLayoutPanel2
+			// 
+			this.tableLayoutPanel2.AutoSize = true;
+			this.tableLayoutPanel2.ColumnCount = 2;
+			this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
+			this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
+			this.tableLayoutPanel2.Controls.Add(this.label4, 0, 0);
+			this.tableLayoutPanel2.Controls.Add(this.txtDatabase, 1, 0);
+			this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
+			this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
+			this.tableLayoutPanel2.Name = "tableLayoutPanel2";
+			this.tableLayoutPanel2.RowCount = 1;
+			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
+			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
+			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
+			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
+			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
+			this.tableLayoutPanel2.Size = new System.Drawing.Size(543, 26);
+			this.tableLayoutPanel2.TabIndex = 16;
+			// 
+			// label4
+			// 
+			this.label4.Anchor = System.Windows.Forms.AnchorStyles.Left;
+			this.label4.AutoSize = true;
+			this.label4.Location = new System.Drawing.Point(3, 6);
+			this.label4.Name = "label4";
+			this.label4.Size = new System.Drawing.Size(53, 13);
+			this.label4.TabIndex = 0;
+			this.label4.Text = "Database";
+			// 
+			// txtDatabase
+			// 
+			this.txtDatabase.Dock = System.Windows.Forms.DockStyle.Fill;
+			this.txtDatabase.Location = new System.Drawing.Point(103, 3);
+			this.txtDatabase.Name = "txtDatabase";
+			this.txtDatabase.ReadOnly = true;
+			this.txtDatabase.Size = new System.Drawing.Size(437, 20);
+			this.txtDatabase.TabIndex = 1;
+			// 
+			// tabPage4
+			// 
+			this.tabPage4.Controls.Add(this.groupBox2);
+			this.tabPage4.Controls.Add(this.groupBox1);
+			this.tabPage4.Location = new System.Drawing.Point(4, 22);
+			this.tabPage4.Name = "tabPage4";
+			this.tabPage4.Size = new System.Drawing.Size(543, 262);
+			this.tabPage4.TabIndex = 3;
+			this.tabPage4.Text = "Filters";
+			this.tabPage4.UseVisualStyleBackColor = true;
+			// 
+			// groupBox2
+			// 
+			this.groupBox2.Controls.Add(this.lstFilterKey);
+			this.groupBox2.Controls.Add(this.panel2);
+			this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
+			this.groupBox2.Location = new System.Drawing.Point(0, 64);
+			this.groupBox2.Name = "groupBox2";
+			this.groupBox2.Size = new System.Drawing.Size(543, 198);
+			this.groupBox2.TabIndex = 1;
+			this.groupBox2.TabStop = false;
+			this.groupBox2.Text = "Blocked keys";
+			// 
+			// lstFilterKey
+			// 
+			this.lstFilterKey.Dock = System.Windows.Forms.DockStyle.Fill;
+			this.lstFilterKey.FormattingEnabled = true;
+			this.lstFilterKey.Location = new System.Drawing.Point(3, 16);
+			this.lstFilterKey.Name = "lstFilterKey";
+			this.lstFilterKey.Size = new System.Drawing.Size(537, 147);
+			this.lstFilterKey.TabIndex = 2;
+			// 
+			// panel2
+			// 
+			this.panel2.AutoSize = true;
+			this.panel2.Controls.Add(this.btnFilterDeleteAllFiltered);
+			this.panel2.Controls.Add(this.btnFilterKeyDelete);
+			this.panel2.Controls.Add(this.btnFilterKeyAdd);
+			this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
+			this.panel2.Location = new System.Drawing.Point(3, 166);
+			this.panel2.Name = "panel2";
+			this.panel2.Size = new System.Drawing.Size(537, 29);
+			this.panel2.TabIndex = 3;
+			// 
+			// btnFilterDeleteAllFiltered
+			// 
+			this.btnFilterDeleteAllFiltered.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+			this.btnFilterDeleteAllFiltered.Location = new System.Drawing.Point(364, 3);
+			this.btnFilterDeleteAllFiltered.Name = "btnFilterDeleteAllFiltered";
+			this.btnFilterDeleteAllFiltered.Size = new System.Drawing.Size(170, 23);
+			this.btnFilterDeleteAllFiltered.TabIndex = 2;
+			this.btnFilterDeleteAllFiltered.Text = "Delete all filtered resources";
+			this.btnFilterDeleteAllFiltered.UseVisualStyleBackColor = true;
+			this.btnFilterDeleteAllFiltered.Click += new System.EventHandler(this.btnFilterDeleteAllFiltered_Click);
+			// 
+			// btnFilterKeyDelete
+			// 
+			this.btnFilterKeyDelete.Location = new System.Drawing.Point(84, 3);
+			this.btnFilterKeyDelete.Name = "btnFilterKeyDelete";
+			this.btnFilterKeyDelete.Size = new System.Drawing.Size(75, 23);
+			this.btnFilterKeyDelete.TabIndex = 1;
+			this.btnFilterKeyDelete.Text = "Delete key";
+			this.btnFilterKeyDelete.UseVisualStyleBackColor = true;
+			this.btnFilterKeyDelete.Click += new System.EventHandler(this.btnFilterKeyDelete_Click);
+			// 
+			// btnFilterKeyAdd
+			// 
+			this.btnFilterKeyAdd.Enabled = false;
+			this.btnFilterKeyAdd.Location = new System.Drawing.Point(3, 3);
+			this.btnFilterKeyAdd.Name = "btnFilterKeyAdd";
+			this.btnFilterKeyAdd.Size = new System.Drawing.Size(75, 23);
+			this.btnFilterKeyAdd.TabIndex = 0;
+			this.btnFilterKeyAdd.Text = "Add key";
+			this.btnFilterKeyAdd.UseVisualStyleBackColor = true;
+			// 
+			// groupBox1
+			// 
+			this.groupBox1.Controls.Add(this.chkFilterTypeKey);
+			this.groupBox1.Controls.Add(this.chkFilterTypeInvalid);
+			this.groupBox1.Controls.Add(this.chkFilterTypeOther);
+			this.groupBox1.Controls.Add(this.chkFilterTypeOtherDom);
+			this.groupBox1.Controls.Add(this.chkFilterTypeOtherIPv6);
+			this.groupBox1.Controls.Add(this.chkFilterTypeOtherIPv4);
+			this.groupBox1.Controls.Add(this.chkFilterTypeAnonetDom);
+			this.groupBox1.Controls.Add(this.chkFilterTypeASN);
+			this.groupBox1.Controls.Add(this.chkFilterTypeAnonetIPv6);
+			this.groupBox1.Controls.Add(this.chkFilterTypeAnonetIPv4);
+			this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
+			this.groupBox1.Location = new System.Drawing.Point(0, 0);
+			this.groupBox1.Name = "groupBox1";
+			this.groupBox1.Size = new System.Drawing.Size(543, 64);
+			this.groupBox1.TabIndex = 0;
+			this.groupBox1.TabStop = false;
+			this.groupBox1.Text = "Resource types";
+			// 
+			// chkFilterTypeKey
+			// 
+			this.chkFilterTypeKey.AutoSize = true;
+			this.chkFilterTypeKey.Checked = true;
+			this.chkFilterTypeKey.CheckState = System.Windows.Forms.CheckState.Checked;
+			this.chkFilterTypeKey.Location = new System.Drawing.Point(188, 19);
+			this.chkFilterTypeKey.Name = "chkFilterTypeKey";
+			this.chkFilterTypeKey.Size = new System.Drawing.Size(64, 17);
+			this.chkFilterTypeKey.TabIndex = 9;
+			this.chkFilterTypeKey.Text = "Key info";
+			this.chkFilterTypeKey.UseVisualStyleBackColor = true;
+			// 
+			// chkFilterTypeInvalid
+			// 
+			this.chkFilterTypeInvalid.AutoSize = true;
+			this.chkFilterTypeInvalid.Checked = true;
+			this.chkFilterTypeInvalid.CheckState = System.Windows.Forms.CheckState.Checked;
+			this.chkFilterTypeInvalid.Location = new System.Drawing.Point(414, 19);
+			this.chkFilterTypeInvalid.Name = "chkFilterTypeInvalid";
+			this.chkFilterTypeInvalid.Size = new System.Drawing.Size(106, 17);
+			this.chkFilterTypeInvalid.TabIndex = 8;
+			this.chkFilterTypeInvalid.Text = "Invalid resources";
+			this.chkFilterTypeInvalid.UseVisualStyleBackColor = true;
+			this.chkFilterTypeInvalid.CheckedChanged += new System.EventHandler(this.chkFilterType_CheckedChanged);
+			// 
+			// chkFilterTypeOther
+			// 
+			this.chkFilterTypeOther.AutoSize = true;
+			this.chkFilterTypeOther.Checked = true;
+			this.chkFilterTypeOther.CheckState = System.Windows.Forms.CheckState.Checked;
+			this.chkFilterTypeOther.Location = new System.Drawing.Point(414, 42);
+			this.chkFilterTypeOther.Name = "chkFilterTypeOther";
+			this.chkFilterTypeOther.Size = new System.Drawing.Size(101, 17);
+			this.chkFilterTypeOther.TabIndex = 7;
+			this.chkFilterTypeOther.Text = "Other resources";
+			this.chkFilterTypeOther.UseVisualStyleBackColor = true;
+			this.chkFilterTypeOther.CheckedChanged += new System.EventHandler(this.chkFilterType_CheckedChanged);
+			// 
+			// chkFilterTypeOtherDom
+			// 
+			this.chkFilterTypeOtherDom.AutoSize = true;
+			this.chkFilterTypeOtherDom.Checked = true;
+			this.chkFilterTypeOtherDom.CheckState = System.Windows.Forms.CheckState.Checked;
+			this.chkFilterTypeOtherDom.Location = new System.Drawing.Point(277, 42);
+			this.chkFilterTypeOtherDom.Name = "chkFilterTypeOtherDom";
+			this.chkFilterTypeOtherDom.Size = new System.Drawing.Size(123, 17);
+			this.chkFilterTypeOtherDom.TabIndex = 6;
+			this.chkFilterTypeOtherDom.Text = "Other domain names";
+			this.chkFilterTypeOtherDom.UseVisualStyleBackColor = true;
+			this.chkFilterTypeOtherDom.CheckedChanged += new System.EventHandler(this.chkFilterType_CheckedChanged);
+			// 
+			// chkFilterTypeOtherIPv6
+			// 
+			this.chkFilterTypeOtherIPv6.AutoSize = true;
+			this.chkFilterTypeOtherIPv6.Checked = true;
+			this.chkFilterTypeOtherIPv6.CheckState = System.Windows.Forms.CheckState.Checked;
+			this.chkFilterTypeOtherIPv6.Location = new System.Drawing.Point(97, 42);
+			this.chkFilterTypeOtherIPv6.Name = "chkFilterTypeOtherIPv6";
+			this.chkFilterTypeOtherIPv6.Size = new System.Drawing.Size(77, 17);
+			this.chkFilterTypeOtherIPv6.TabIndex = 5;
+			this.chkFilterTypeOtherIPv6.Text = "Other IPv6";
+			this.chkFilterTypeOtherIPv6.UseVisualStyleBackColor = true;
+			this.chkFilterTypeOtherIPv6.CheckedChanged += new System.EventHandler(this.chkFilterType_CheckedChanged);
+			// 
+			// chkFilterTypeOtherIPv4
+			// 
+			this.chkFilterTypeOtherIPv4.AutoSize = true;
+			this.chkFilterTypeOtherIPv4.Checked = true;
+			this.chkFilterTypeOtherIPv4.CheckState = System.Windows.Forms.CheckState.Checked;
+			this.chkFilterTypeOtherIPv4.Location = new System.Drawing.Point(6, 42);
+			this.chkFilterTypeOtherIPv4.Name = "chkFilterTypeOtherIPv4";
+			this.chkFilterTypeOtherIPv4.Size = new System.Drawing.Size(77, 17);
+			this.chkFilterTypeOtherIPv4.TabIndex = 4;
+			this.chkFilterTypeOtherIPv4.Text = "Other IPv4";
+			this.chkFilterTypeOtherIPv4.UseVisualStyleBackColor = true;
+			this.chkFilterTypeOtherIPv4.CheckedChanged += new System.EventHandler(this.chkFilterType_CheckedChanged);
+			// 
+			// chkFilterTypeAnonetDom
+			// 
+			this.chkFilterTypeAnonetDom.AutoSize = true;
+			this.chkFilterTypeAnonetDom.Checked = true;
+			this.chkFilterTypeAnonetDom.CheckState = System.Windows.Forms.CheckState.Checked;
+			this.chkFilterTypeAnonetDom.Location = new System.Drawing.Point(277, 19);
+			this.chkFilterTypeAnonetDom.Name = "chkFilterTypeAnonetDom";
+			this.chkFilterTypeAnonetDom.Size = new System.Drawing.Size(131, 17);
+			this.chkFilterTypeAnonetDom.TabIndex = 3;
+			this.chkFilterTypeAnonetDom.Text = "Anonet domain names";
+			this.chkFilterTypeAnonetDom.UseVisualStyleBackColor = true;
+			this.chkFilterTypeAnonetDom.CheckedChanged += new System.EventHandler(this.chkFilterType_CheckedChanged);
+			// 
+			// chkFilterTypeASN
+			// 
+			this.chkFilterTypeASN.AutoSize = true;
+			this.chkFilterTypeASN.Checked = true;
+			this.chkFilterTypeASN.CheckState = System.Windows.Forms.CheckState.Checked;
+			this.chkFilterTypeASN.Location = new System.Drawing.Point(188, 42);
+			this.chkFilterTypeASN.Name = "chkFilterTypeASN";
+			this.chkFilterTypeASN.Size = new System.Drawing.Size(83, 17);
+			this.chkFilterTypeASN.TabIndex = 2;
+			this.chkFilterTypeASN.Text = "AS numbers";
+			this.chkFilterTypeASN.UseVisualStyleBackColor = true;
+			this.chkFilterTypeASN.CheckedChanged += new System.EventHandler(this.chkFilterType_CheckedChanged);
+			// 
+			// chkFilterTypeAnonetIPv6
+			// 
+			this.chkFilterTypeAnonetIPv6.AutoSize = true;
+			this.chkFilterTypeAnonetIPv6.Checked = true;
+			this.chkFilterTypeAnonetIPv6.CheckState = System.Windows.Forms.CheckState.Checked;
+			this.chkFilterTypeAnonetIPv6.Location = new System.Drawing.Point(97, 19);
+			this.chkFilterTypeAnonetIPv6.Name = "chkFilterTypeAnonetIPv6";
+			this.chkFilterTypeAnonetIPv6.Size = new System.Drawing.Size(85, 17);
+			this.chkFilterTypeAnonetIPv6.TabIndex = 1;
+			this.chkFilterTypeAnonetIPv6.Text = "Anonet IPv6";
+			this.chkFilterTypeAnonetIPv6.UseVisualStyleBackColor = true;
+			this.chkFilterTypeAnonetIPv6.CheckedChanged += new System.EventHandler(this.chkFilterType_CheckedChanged);
+			// 
+			// chkFilterTypeAnonetIPv4
+			// 
+			this.chkFilterTypeAnonetIPv4.AutoSize = true;
+			this.chkFilterTypeAnonetIPv4.Checked = true;
+			this.chkFilterTypeAnonetIPv4.CheckState = System.Windows.Forms.CheckState.Checked;
+			this.chkFilterTypeAnonetIPv4.Location = new System.Drawing.Point(6, 19);
+			this.chkFilterTypeAnonetIPv4.Name = "chkFilterTypeAnonetIPv4";
+			this.chkFilterTypeAnonetIPv4.Size = new System.Drawing.Size(85, 17);
+			this.chkFilterTypeAnonetIPv4.TabIndex = 0;
+			this.chkFilterTypeAnonetIPv4.Text = "Anonet IPv4";
+			this.chkFilterTypeAnonetIPv4.UseVisualStyleBackColor = true;
+			this.chkFilterTypeAnonetIPv4.CheckedChanged += new System.EventHandler(this.chkFilterType_CheckedChanged);
+			// 
+			// frmSettings
+			// 
+			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+			this.ClientSize = new System.Drawing.Size(551, 288);
+			this.Controls.Add(this.tabControl1);
+			this.Name = "frmSettings";
+			this.ShowInTaskbar = false;
+			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+			this.Text = "MARC Resource Manager settings";
+			this.Load += new System.EventHandler(this.frmSettings_Load);
+			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmSettings_FormClosed);
+			this.tabControl1.ResumeLayout(false);
+			this.tabPage1.ResumeLayout(false);
+			this.tabPage1.PerformLayout();
+			this.panel1.ResumeLayout(false);
+			this.tabPage2.ResumeLayout(false);
+			this.tabPage2.PerformLayout();
+			this.tableLayoutPanel1.ResumeLayout(false);
+			this.tableLayoutPanel1.PerformLayout();
+			this.tabPage3.ResumeLayout(false);
+			this.tabPage3.PerformLayout();
+			this.tableLayoutPanel2.ResumeLayout(false);
+			this.tableLayoutPanel2.PerformLayout();
+			this.tabPage4.ResumeLayout(false);
+			this.groupBox2.ResumeLayout(false);
+			this.groupBox2.PerformLayout();
+			this.panel2.ResumeLayout(false);
+			this.groupBox1.ResumeLayout(false);
+			this.groupBox1.PerformLayout();
+			this.ResumeLayout(false);
+
+		}
+
+		#endregion
+
+		private System.Windows.Forms.TabControl tabControl1;
+		private System.Windows.Forms.TabPage tabPage1;
+		private System.Windows.Forms.ListBox lstSyncPeers;
+		private System.Windows.Forms.Panel panel1;
+		private System.Windows.Forms.Button btnPeerEdit;
+		private System.Windows.Forms.Button btnPeerDelete;
+		private System.Windows.Forms.Button btnPeerAdd;
+		private System.Windows.Forms.TabPage tabPage2;
+		private System.Windows.Forms.TabPage tabPage3;
+		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
+		private System.Windows.Forms.TextBox txtSecretKey;
+		private System.Windows.Forms.Label label2;
+		private System.Windows.Forms.Label label1;
+		private System.Windows.Forms.TextBox txtPublicKey;
+		private System.Windows.Forms.Button btnKeypairImport;
+		private System.Windows.Forms.Button btnKeypairGenerate;
+		private System.Windows.Forms.Button btnKeypairExport;
+		private System.Windows.Forms.Button btnKeypairInput;
+		private System.Windows.Forms.Button btnDatabaseCreate;
+		private System.Windows.Forms.Button btnDatabaseSaveAs;
+		private System.Windows.Forms.Button btnDatabaseOpen;
+		private System.Windows.Forms.Button btnDatabaseSave;
+		private System.Windows.Forms.Button btnDatabaseReload;
+		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
+		private System.Windows.Forms.Label label4;
+		private System.Windows.Forms.TextBox txtDatabase;
+		private System.Windows.Forms.Label label3;
+		private System.Windows.Forms.Label label5;
+		private System.Windows.Forms.TabPage tabPage4;
+		private System.Windows.Forms.GroupBox groupBox1;
+		private System.Windows.Forms.CheckBox chkFilterTypeOther;
+		private System.Windows.Forms.CheckBox chkFilterTypeOtherDom;
+		private System.Windows.Forms.CheckBox chkFilterTypeOtherIPv6;
+		private System.Windows.Forms.CheckBox chkFilterTypeOtherIPv4;
+		private System.Windows.Forms.CheckBox chkFilterTypeAnonetDom;
+		private System.Windows.Forms.CheckBox chkFilterTypeASN;
+		private System.Windows.Forms.CheckBox chkFilterTypeAnonetIPv6;
+		private System.Windows.Forms.CheckBox chkFilterTypeAnonetIPv4;
+		private System.Windows.Forms.GroupBox groupBox2;
+		private System.Windows.Forms.ListBox lstFilterKey;
+		private System.Windows.Forms.Panel panel2;
+		private System.Windows.Forms.Button btnFilterKeyDelete;
+		private System.Windows.Forms.Button btnFilterKeyAdd;
+		private System.Windows.Forms.Button btnFilterDeleteAllFiltered;
+		private System.Windows.Forms.CheckBox chkFilterTypeInvalid;
+		private System.Windows.Forms.CheckBox chkFilterTypeKey;
+	}
+}
\ No newline at end of file