namespace Pithos.Client { partial class Preferences { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Preferences)); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabAccount = new System.Windows.Forms.TabPage(); this.btnAccountVerify = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btnRemoveAccount = new System.Windows.Forms.Button(); this.btnAddAccount = new System.Windows.Forms.Button(); this.listBox1 = new System.Windows.Forms.ListBox(); this.tabAdvanced = new System.Windows.Forms.TabPage(); this.btnBrowsePithosPath = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); 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.launchPithosWebSiteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.recentlyChangedFilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.spaceUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.statusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.pauseSynchingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.preferencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.panel1 = new System.Windows.Forms.Panel(); this.btnApply = new System.Windows.Forms.Button(); 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.systemMenuStrip.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Controls.Add(this.tabAccount); this.tabControl1.Controls.Add(this.tabAdvanced); 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(462, 243); this.tabControl1.TabIndex = 0; // // tabAccount // this.tabAccount.Controls.Add(this.btnAccountVerify); this.tabAccount.Controls.Add(this.txtApiKey); this.tabAccount.Controls.Add(this.label2); this.tabAccount.Controls.Add(this.textBox1); this.tabAccount.Controls.Add(this.label1); this.tabAccount.Controls.Add(this.btnRemoveAccount); this.tabAccount.Controls.Add(this.btnAddAccount); this.tabAccount.Controls.Add(this.listBox1); this.tabAccount.Location = new System.Drawing.Point(4, 22); this.tabAccount.Name = "tabAccount"; this.tabAccount.Padding = new System.Windows.Forms.Padding(3); this.tabAccount.Size = new System.Drawing.Size(454, 217); this.tabAccount.TabIndex = 0; this.tabAccount.Text = "Accounts"; this.tabAccount.UseVisualStyleBackColor = true; this.tabAccount.Click += new System.EventHandler(this.tabAccount_Click); // // btnAccountVerify // this.btnAccountVerify.Location = new System.Drawing.Point(367, 89); this.btnAccountVerify.Name = "btnAccountVerify"; this.btnAccountVerify.Size = new System.Drawing.Size(75, 23); this.btnAccountVerify.TabIndex = 7; this.btnAccountVerify.Text = "Verify"; this.btnAccountVerify.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(205, 47); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(45, 13); this.label2.TabIndex = 5; this.label2.Text = "API Key"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(205, 6); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(78, 13); this.label1.TabIndex = 3; this.label1.Text = "Account Name"; // // btnRemoveAccount // this.btnRemoveAccount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnRemoveAccount.Location = new System.Drawing.Point(113, 188); this.btnRemoveAccount.Name = "btnRemoveAccount"; this.btnRemoveAccount.Size = new System.Drawing.Size(75, 23); this.btnRemoveAccount.TabIndex = 2; this.btnRemoveAccount.Text = "Remove"; this.btnRemoveAccount.UseVisualStyleBackColor = true; // // btnAddAccount // this.btnAddAccount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnAddAccount.Location = new System.Drawing.Point(6, 188); this.btnAddAccount.Name = "btnAddAccount"; this.btnAddAccount.Size = new System.Drawing.Size(75, 23); this.btnAddAccount.TabIndex = 1; this.btnAddAccount.Text = "Add"; this.btnAddAccount.UseVisualStyleBackColor = true; // // listBox1 // this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.listBox1.FormattingEnabled = true; this.listBox1.Location = new System.Drawing.Point(6, 6); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(184, 173); this.listBox1.TabIndex = 0; // // 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.tabAdvanced.Location = new System.Drawing.Point(4, 22); this.tabAdvanced.Name = "tabAdvanced"; this.tabAdvanced.Padding = new System.Windows.Forms.Padding(3); this.tabAdvanced.Size = new System.Drawing.Size(454, 217); this.tabAdvanced.TabIndex = 2; this.tabAdvanced.Text = "Advanced"; this.tabAdvanced.UseVisualStyleBackColor = true; // // btnBrowsePithosPath // this.btnBrowsePithosPath.Location = new System.Drawing.Point(296, 28); this.btnBrowsePithosPath.Name = "btnBrowsePithosPath"; this.btnBrowsePithosPath.Size = new System.Drawing.Size(75, 23); this.btnBrowsePithosPath.TabIndex = 2; this.btnBrowsePithosPath.Text = "Browse"; this.btnBrowsePithosPath.UseVisualStyleBackColor = true; this.btnBrowsePithosPath.Click += new System.EventHandler(this.btnBrowsePithosPath_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(8, 12); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(68, 13); this.label3.TabIndex = 0; this.label3.Text = "Pithos Folder"; // // notifyIcon // this.notifyIcon.BalloonTipText = "All Files Up to Date"; this.notifyIcon.BalloonTipTitle = "Pithos 1.0"; this.notifyIcon.ContextMenuStrip = this.systemMenuStrip; this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon"))); this.notifyIcon.Text = "Pithos 1.0"; this.notifyIcon.Visible = true; this.notifyIcon.DoubleClick += new System.EventHandler(this.notifyIcon_DoubleClick); // // systemMenuStrip // this.systemMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openPithosFolderToolStripMenuItem, this.launchPithosWebSiteToolStripMenuItem, this.recentlyChangedFilesToolStripMenuItem, this.toolStripSeparator1, this.spaceUserToolStripMenuItem, this.toolStripSeparator2, this.statusToolStripMenuItem, this.toolStripSeparator3, this.pauseSynchingToolStripMenuItem, this.preferencesToolStripMenuItem, this.toolStripSeparator4, this.exitToolStripMenuItem}); this.systemMenuStrip.Name = "systemMenuStrip"; this.systemMenuStrip.Size = new System.Drawing.Size(187, 204); // // openPithosFolderToolStripMenuItem // this.openPithosFolderToolStripMenuItem.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.openPithosFolderToolStripMenuItem.Name = "openPithosFolderToolStripMenuItem"; this.openPithosFolderToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.openPithosFolderToolStripMenuItem.Text = "Open Pithos folder"; this.openPithosFolderToolStripMenuItem.Click += new System.EventHandler(this.openPithosFolderToolStripMenuItem_Click); // // launchPithosWebSiteToolStripMenuItem // this.launchPithosWebSiteToolStripMenuItem.Name = "launchPithosWebSiteToolStripMenuItem"; this.launchPithosWebSiteToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.launchPithosWebSiteToolStripMenuItem.Text = "Launch Pithos Web Site"; // // recentlyChangedFilesToolStripMenuItem // this.recentlyChangedFilesToolStripMenuItem.Name = "recentlyChangedFilesToolStripMenuItem"; this.recentlyChangedFilesToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.recentlyChangedFilesToolStripMenuItem.Text = "Recently Changed Files"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(183, 6); // // spaceUserToolStripMenuItem // this.spaceUserToolStripMenuItem.Enabled = false; this.spaceUserToolStripMenuItem.Name = "spaceUserToolStripMenuItem"; this.spaceUserToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.spaceUserToolStripMenuItem.Text = "x % of 5 GB used"; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(183, 6); // // statusToolStripMenuItem // this.statusToolStripMenuItem.Enabled = false; this.statusToolStripMenuItem.Name = "statusToolStripMenuItem"; this.statusToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.statusToolStripMenuItem.Text = "All Files Up to Date"; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(183, 6); // // pauseSynchingToolStripMenuItem // this.pauseSynchingToolStripMenuItem.Name = "pauseSynchingToolStripMenuItem"; this.pauseSynchingToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.pauseSynchingToolStripMenuItem.Text = "Pause Syncing"; this.pauseSynchingToolStripMenuItem.Click += new System.EventHandler(this.pauseSynchingToolStripMenuItem_Click); // // preferencesToolStripMenuItem // this.preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem"; this.preferencesToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.preferencesToolStripMenuItem.Text = "Preferences"; this.preferencesToolStripMenuItem.Click += new System.EventHandler(this.preferencesToolStripMenuItem_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(183, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // panel1 // this.panel1.Controls.Add(this.btnApply); this.panel1.Controls.Add(this.btnCancel); this.panel1.Controls.Add(this.btnOK); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 243); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(462, 43); this.panel1.TabIndex = 1; // // btnApply // this.btnApply.Location = new System.Drawing.Point(371, 8); this.btnApply.Name = "btnApply"; this.btnApply.Size = new System.Drawing.Size(75, 23); this.btnApply.TabIndex = 2; this.btnApply.Text = "Apply"; this.btnApply.UseVisualStyleBackColor = true; this.btnApply.Click += new System.EventHandler(this.btnApply_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(261, 8); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Location = new System.Drawing.Point(169, 8); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 0; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // pithosFolderBrowser // 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); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(462, 286); this.Controls.Add(this.tabControl1); this.Controls.Add(this.panel1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Preferences"; this.Text = "Preferences"; this.tabControl1.ResumeLayout(false); this.tabAccount.ResumeLayout(false); this.tabAccount.PerformLayout(); this.tabAdvanced.ResumeLayout(false); this.tabAdvanced.PerformLayout(); this.systemMenuStrip.ResumeLayout(false); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabAccount; private System.Windows.Forms.TabPage tabAdvanced; private System.Windows.Forms.NotifyIcon notifyIcon; private System.Windows.Forms.ContextMenuStrip systemMenuStrip; private System.Windows.Forms.ToolStripMenuItem openPithosFolderToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem launchPithosWebSiteToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem recentlyChangedFilesToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem spaceUserToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem statusToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripMenuItem pauseSynchingToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem preferencesToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.Button btnRemoveAccount; private System.Windows.Forms.Button btnAddAccount; private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnApply; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnAccountVerify; private System.Windows.Forms.TextBox txtApiKey; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnBrowsePithosPath; private System.Windows.Forms.TextBox txtPithosPath; private System.Windows.Forms.Label label3; private System.Windows.Forms.FolderBrowserDialog pithosFolderBrowser; private System.Windows.Forms.CheckBox checkActivateExtensions; } }