Changed overlays to use TortoiseOverlays. Added register/unregister functionality...
[pithos-ms-client] / trunk / Pithos.Client / Preferences.Designer.cs
index 8e2503d..eef2418 100644 (file)
@@ -33,9 +33,7 @@
             this.tabControl1 = new System.Windows.Forms.TabControl();
             this.tabAccount = new System.Windows.Forms.TabPage();
             this.btnAccountVerify = new System.Windows.Forms.Button();
-            this.txtApiKey = new System.Windows.Forms.TextBox();
             this.label2 = new System.Windows.Forms.Label();
-            this.textBox1 = new System.Windows.Forms.TextBox();
             this.label1 = new System.Windows.Forms.Label();
             this.btnRemoveAccount = new System.Windows.Forms.Button();
             this.btnAddAccount = new System.Windows.Forms.Button();
@@ -43,7 +41,6 @@
             this.tabAdvanced = new System.Windows.Forms.TabPage();
             this.btnBrowsePithosPath = new System.Windows.Forms.Button();
             this.label3 = new System.Windows.Forms.Label();
-            this.txtPithosPath = new System.Windows.Forms.TextBox();
             this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
             this.systemMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
             this.openPithosFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
             this.btnCancel = new System.Windows.Forms.Button();
             this.btnOK = new System.Windows.Forms.Button();
             this.pithosFolderBrowser = new System.Windows.Forms.FolderBrowserDialog();
+            this.checkActivateExtensions = new System.Windows.Forms.CheckBox();
+            this.txtApiKey = new System.Windows.Forms.TextBox();
+            this.textBox1 = new System.Windows.Forms.TextBox();
+            this.txtPithosPath = new System.Windows.Forms.TextBox();
             this.tabControl1.SuspendLayout();
             this.tabAccount.SuspendLayout();
             this.tabAdvanced.SuspendLayout();
             this.btnAccountVerify.Text = "Verify";
             this.btnAccountVerify.UseVisualStyleBackColor = true;
             // 
-            // txtApiKey
-            // 
-            this.txtApiKey.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
-            | System.Windows.Forms.AnchorStyles.Right)));
-            this.txtApiKey.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Pithos.Client.Properties.Settings.Default, "ApiKey", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
-            this.txtApiKey.Location = new System.Drawing.Point(208, 63);
-            this.txtApiKey.Name = "txtApiKey";
-            this.txtApiKey.Size = new System.Drawing.Size(234, 20);
-            this.txtApiKey.TabIndex = 6;
-            this.txtApiKey.Text = global::Pithos.Client.Properties.Settings.Default.ApiKey;
-            // 
             // label2
             // 
             this.label2.AutoSize = true;
             this.label2.TabIndex = 5;
             this.label2.Text = "API Key";
             // 
-            // textBox1
-            // 
-            this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
-            | System.Windows.Forms.AnchorStyles.Right)));
-            this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Pithos.Client.Properties.Settings.Default, "UserName", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
-            this.textBox1.Location = new System.Drawing.Point(208, 22);
-            this.textBox1.Name = "textBox1";
-            this.textBox1.Size = new System.Drawing.Size(234, 20);
-            this.textBox1.TabIndex = 4;
-            this.textBox1.Text = global::Pithos.Client.Properties.Settings.Default.UserName;
-            // 
             // label1
             // 
             this.label1.AutoSize = true;
             // 
             // tabAdvanced
             // 
+            this.tabAdvanced.Controls.Add(this.checkActivateExtensions);
             this.tabAdvanced.Controls.Add(this.btnBrowsePithosPath);
             this.tabAdvanced.Controls.Add(this.label3);
             this.tabAdvanced.Controls.Add(this.txtPithosPath);
             this.label3.TabIndex = 0;
             this.label3.Text = "Pithos Folder";
             // 
-            // txtPithosPath
-            // 
-            this.txtPithosPath.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Pithos.Client.Properties.Settings.Default, "PithosPath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
-            this.txtPithosPath.Location = new System.Drawing.Point(11, 28);
-            this.txtPithosPath.Name = "txtPithosPath";
-            this.txtPithosPath.Size = new System.Drawing.Size(279, 20);
-            this.txtPithosPath.TabIndex = 1;
-            this.txtPithosPath.Text = global::Pithos.Client.Properties.Settings.Default.PithosPath;
-            // 
             // notifyIcon
             // 
             this.notifyIcon.BalloonTipText = "All Files Up to Date";
             this.pithosFolderBrowser.Description = "Select a folder to synchronize with Pithos";
             this.pithosFolderBrowser.RootFolder = System.Environment.SpecialFolder.Personal;
             // 
+            // checkActivateExtensions
+            // 
+            this.checkActivateExtensions.AutoSize = true;
+            this.checkActivateExtensions.Checked = global::Pithos.Client.Properties.Settings.Default.ExtensionsActivated;
+            this.checkActivateExtensions.CheckState = System.Windows.Forms.CheckState.Checked;
+            this.checkActivateExtensions.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Pithos.Client.Properties.Settings.Default, "ExtensionsActivated", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
+            this.checkActivateExtensions.Location = new System.Drawing.Point(11, 67);
+            this.checkActivateExtensions.Name = "checkActivateExtensions";
+            this.checkActivateExtensions.Size = new System.Drawing.Size(151, 17);
+            this.checkActivateExtensions.TabIndex = 3;
+            this.checkActivateExtensions.Text = "Shell Extensions Activated";
+            this.checkActivateExtensions.UseVisualStyleBackColor = true;
+            this.checkActivateExtensions.CheckedChanged += new System.EventHandler(this.checkActivateExtensions_CheckedChanged);
+            // 
+            // txtApiKey
+            // 
+            this.txtApiKey.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.txtApiKey.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Pithos.Client.Properties.Settings.Default, "ApiKey", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
+            this.txtApiKey.Location = new System.Drawing.Point(208, 63);
+            this.txtApiKey.Name = "txtApiKey";
+            this.txtApiKey.Size = new System.Drawing.Size(234, 20);
+            this.txtApiKey.TabIndex = 6;
+            this.txtApiKey.Text = global::Pithos.Client.Properties.Settings.Default.ApiKey;
+            // 
+            // textBox1
+            // 
+            this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Pithos.Client.Properties.Settings.Default, "UserName", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
+            this.textBox1.Location = new System.Drawing.Point(208, 22);
+            this.textBox1.Name = "textBox1";
+            this.textBox1.Size = new System.Drawing.Size(234, 20);
+            this.textBox1.TabIndex = 4;
+            this.textBox1.Text = global::Pithos.Client.Properties.Settings.Default.UserName;
+            // 
+            // txtPithosPath
+            // 
+            this.txtPithosPath.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Pithos.Client.Properties.Settings.Default, "PithosPath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
+            this.txtPithosPath.Location = new System.Drawing.Point(11, 28);
+            this.txtPithosPath.Name = "txtPithosPath";
+            this.txtPithosPath.Size = new System.Drawing.Size(279, 20);
+            this.txtPithosPath.TabIndex = 1;
+            this.txtPithosPath.Text = global::Pithos.Client.Properties.Settings.Default.PithosPath;
+            // 
             // Preferences
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
         private System.Windows.Forms.TextBox txtPithosPath;
         private System.Windows.Forms.Label label3;
         private System.Windows.Forms.FolderBrowserDialog pithosFolderBrowser;
+        private System.Windows.Forms.CheckBox checkActivateExtensions;
     }
 }
\ No newline at end of file