Remove unused files

This commit is contained in:
Hylke Bons 2012-03-11 14:01:29 +00:00
parent 3d69d41e41
commit 512ef7ee8e
2 changed files with 0 additions and 994 deletions

View file

@ -1,868 +0,0 @@
namespace SparkleShare {
partial class SparkleSetup {
/// <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(SparkleSetup));
this.pictureBox = new System.Windows.Forms.PictureBox();
this.tabControl = new SparkleShare.controls.TablessControl();
this.setupPage = new System.Windows.Forms.TabPage();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.EmailEntry = new System.Windows.Forms.TextBox();
this.buttonNext = new System.Windows.Forms.Button();
this.NameEntry = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.addPage = new System.Windows.Forms.TabPage();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.label4 = new System.Windows.Forms.Label();
this.panel_server_selection = new System.Windows.Forms.Panel();
this.FolderEntry = new SparkleShare.controls.ExampleTextBox();
this.label14 = new System.Windows.Forms.Label();
this.ServerEntry = new SparkleShare.controls.ExampleTextBox();
this.label5 = new System.Windows.Forms.Label();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.buttonSync = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.syncingPage = new System.Windows.Forms.TabPage();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
this.syncFinishButton = new System.Windows.Forms.Button();
this.syncCancelButton = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.syncingProgressBar = new System.Windows.Forms.ProgressBar();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.errorPage = new System.Windows.Forms.TabPage();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.buttonTryAgain = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.finishedPage = new System.Windows.Forms.TabPage();
this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
this.buttonOpenFolder = new System.Windows.Forms.Button();
this.buttonFinished = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.invitePage = new System.Windows.Forms.TabPage();
this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
this.InviteAddButton = new System.Windows.Forms.Button();
this.InviteCancelButton = new System.Windows.Forms.Button();
this.InviteFolderEntry = new System.Windows.Forms.TextBox();
this.InviteAddressEntry = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
this.tabControl.SuspendLayout();
this.setupPage.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.addPage.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.syncingPage.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.flowLayoutPanel4.SuspendLayout();
this.errorPage.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
this.finishedPage.SuspendLayout();
this.tableLayoutPanel5.SuspendLayout();
this.flowLayoutPanel2.SuspendLayout();
this.invitePage.SuspendLayout();
this.tableLayoutPanel6.SuspendLayout();
this.flowLayoutPanel3.SuspendLayout();
this.SuspendLayout();
//
// pictureBox
//
this.pictureBox.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox.Location = new System.Drawing.Point(0, 0);
this.pictureBox.Name = "pictureBox";
this.pictureBox.Size = new System.Drawing.Size(150, 396);
this.pictureBox.TabIndex = 1;
this.pictureBox.TabStop = false;
//
// tabControl
//
this.tabControl.Controls.Add(this.setupPage);
this.tabControl.Controls.Add(this.addPage);
this.tabControl.Controls.Add(this.syncingPage);
this.tabControl.Controls.Add(this.errorPage);
this.tabControl.Controls.Add(this.finishedPage);
this.tabControl.Controls.Add(this.invitePage);
this.tabControl.Dock = System.Windows.Forms.DockStyle.Right;
this.tabControl.Location = new System.Drawing.Point(150, 0);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(514, 396);
this.tabControl.TabIndex = 0;
this.tabControl.TabStop = false;
//
// setupPage
//
this.setupPage.Controls.Add(this.tableLayoutPanel1);
this.setupPage.Location = new System.Drawing.Point(4, 22);
this.setupPage.Name = "setupPage";
this.setupPage.Padding = new System.Windows.Forms.Padding(3);
this.setupPage.Size = new System.Drawing.Size(506, 370);
this.setupPage.TabIndex = 0;
this.setupPage.Text = "Setup";
this.setupPage.UseVisualStyleBackColor = true;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.EmailEntry, 1, 4);
this.tableLayoutPanel1.Controls.Add(this.buttonNext, 1, 6);
this.tableLayoutPanel1.Controls.Add(this.NameEntry, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.label10, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.label13, 0, 4);
this.tableLayoutPanel1.Controls.Add(this.label11, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.label12, 0, 3);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(5);
this.tableLayoutPanel1.RowCount = 7;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(500, 364);
this.tableLayoutPanel1.TabIndex = 8;
//
// EmailEntry
//
this.EmailEntry.Dock = System.Windows.Forms.DockStyle.Fill;
this.EmailEntry.Location = new System.Drawing.Point(81, 153);
this.EmailEntry.Name = "EmailEntry";
this.EmailEntry.Size = new System.Drawing.Size(411, 20);
this.EmailEntry.TabIndex = 10;
this.EmailEntry.TextChanged += new System.EventHandler(this.CheckSetupPage);
//
// buttonNext
//
this.buttonNext.Dock = System.Windows.Forms.DockStyle.Right;
this.buttonNext.Enabled = false;
this.buttonNext.Location = new System.Drawing.Point(417, 331);
this.buttonNext.Name = "buttonNext";
this.buttonNext.Size = new System.Drawing.Size(75, 25);
this.buttonNext.TabIndex = 3;
this.buttonNext.Text = "Continue";
this.buttonNext.UseVisualStyleBackColor = true;
this.buttonNext.Click += new System.EventHandler(this.SetupNextClicked);
//
// NameEntry
//
this.NameEntry.Dock = System.Windows.Forms.DockStyle.Fill;
this.NameEntry.Location = new System.Drawing.Point(81, 128);
this.NameEntry.Name = "NameEntry";
this.NameEntry.Size = new System.Drawing.Size(411, 20);
this.NameEntry.TabIndex = 9;
this.NameEntry.TextChanged += new System.EventHandler(this.CheckSetupPage);
//
// label10
//
this.label10.AutoSize = true;
this.tableLayoutPanel1.SetColumnSpan(this.label10, 2);
this.label10.Dock = System.Windows.Forms.DockStyle.Fill;
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(8, 5);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(484, 25);
this.label10.TabIndex = 1;
this.label10.Text = "Welcome to SparkleShare!";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Dock = System.Windows.Forms.DockStyle.Fill;
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label13.Location = new System.Drawing.Point(8, 150);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(67, 25);
this.label13.TabIndex = 8;
this.label13.Text = "Email:";
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label11
//
this.tableLayoutPanel1.SetColumnSpan(this.label11, 2);
this.label11.Dock = System.Windows.Forms.DockStyle.Fill;
this.label11.Location = new System.Drawing.Point(8, 30);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(484, 30);
this.label11.TabIndex = 2;
this.label11.Text = "Before we get started, what\'s your name and email?\r\nDon\'t worry, this information" +
" is only visible to your team members.";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Dock = System.Windows.Forms.DockStyle.Fill;
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label12.Location = new System.Drawing.Point(8, 125);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(67, 25);
this.label12.TabIndex = 7;
this.label12.Text = "Full Name:";
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// addPage
//
this.addPage.Controls.Add(this.tableLayoutPanel2);
this.addPage.Location = new System.Drawing.Point(4, 22);
this.addPage.Name = "addPage";
this.addPage.Padding = new System.Windows.Forms.Padding(3);
this.addPage.Size = new System.Drawing.Size(506, 370);
this.addPage.TabIndex = 1;
this.addPage.Text = "Add";
this.addPage.UseVisualStyleBackColor = true;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Controls.Add(this.label4, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.panel_server_selection, 0, 2);
this.tableLayoutPanel2.Controls.Add(this.FolderEntry, 1, 5);
this.tableLayoutPanel2.Controls.Add(this.label14, 0, 4);
this.tableLayoutPanel2.Controls.Add(this.ServerEntry, 0, 5);
this.tableLayoutPanel2.Controls.Add(this.label5, 1, 4);
this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel1, 1, 7);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.Padding = new System.Windows.Forms.Padding(10);
this.tableLayoutPanel2.RowCount = 8;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(500, 364);
this.tableLayoutPanel2.TabIndex = 18;
//
// label4
//
this.label4.AutoSize = true;
this.tableLayoutPanel2.SetColumnSpan(this.label4, 2);
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(13, 10);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(474, 30);
this.label4.TabIndex = 0;
this.label4.Text = "Where\'s your project hosted?";
//
// panel_server_selection
//
this.tableLayoutPanel2.SetColumnSpan(this.panel_server_selection, 2);
this.panel_server_selection.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel_server_selection.Location = new System.Drawing.Point(13, 63);
this.panel_server_selection.Name = "panel_server_selection";
this.panel_server_selection.Size = new System.Drawing.Size(474, 171);
this.panel_server_selection.TabIndex = 12;
//
// FolderEntry
//
this.FolderEntry.Dock = System.Windows.Forms.DockStyle.Fill;
this.FolderEntry.ExampleText = "";
this.FolderEntry.ForeColor = System.Drawing.SystemColors.InactiveCaptionText;
this.FolderEntry.Location = new System.Drawing.Point(253, 280);
this.FolderEntry.Name = "FolderEntry";
this.FolderEntry.Size = new System.Drawing.Size(234, 20);
this.FolderEntry.TabIndex = 17;
this.FolderEntry.TextChanged += new System.EventHandler(this.CheckAddPage);
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label14.Location = new System.Drawing.Point(13, 257);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(67, 17);
this.label14.TabIndex = 14;
this.label14.Text = "Address";
//
// ServerEntry
//
this.ServerEntry.Dock = System.Windows.Forms.DockStyle.Fill;
this.ServerEntry.ExampleText = "";
this.ServerEntry.ForeColor = System.Drawing.SystemColors.InactiveCaptionText;
this.ServerEntry.Location = new System.Drawing.Point(13, 280);
this.ServerEntry.Name = "ServerEntry";
this.ServerEntry.Size = new System.Drawing.Size(234, 20);
this.ServerEntry.TabIndex = 16;
this.ServerEntry.TextChanged += new System.EventHandler(this.CheckAddPage);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(253, 257);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(101, 17);
this.label5.TabIndex = 15;
this.label5.Text = "Remote Path";
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.buttonSync);
this.flowLayoutPanel1.Controls.Add(this.buttonCancel);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Right;
this.flowLayoutPanel1.Location = new System.Drawing.Point(328, 322);
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(162, 32);
this.flowLayoutPanel1.TabIndex = 18;
//
// buttonSync
//
this.buttonSync.Enabled = false;
this.buttonSync.Location = new System.Drawing.Point(3, 3);
this.buttonSync.Name = "buttonSync";
this.buttonSync.Size = new System.Drawing.Size(75, 25);
this.buttonSync.TabIndex = 9;
this.buttonSync.Text = "Add";
this.buttonSync.UseVisualStyleBackColor = true;
this.buttonSync.Click += new System.EventHandler(this.AddButtonClicked);
//
// buttonCancel
//
this.buttonCancel.Dock = System.Windows.Forms.DockStyle.Right;
this.buttonCancel.Location = new System.Drawing.Point(84, 3);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 25);
this.buttonCancel.TabIndex = 8;
this.buttonCancel.Text = "Cancel";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.CancelButtonClicked);
//
// syncingPage
//
this.syncingPage.Controls.Add(this.tableLayoutPanel3);
this.syncingPage.Location = new System.Drawing.Point(4, 22);
this.syncingPage.Name = "syncingPage";
this.syncingPage.Size = new System.Drawing.Size(506, 370);
this.syncingPage.TabIndex = 2;
this.syncingPage.Text = "Syncing";
this.syncingPage.UseVisualStyleBackColor = true;
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 1;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel4, 0, 6);
this.tableLayoutPanel3.Controls.Add(this.label6, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.syncingProgressBar, 0, 4);
this.tableLayoutPanel3.Controls.Add(this.label16, 0, 2);
this.tableLayoutPanel3.Controls.Add(this.label15, 0, 1);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.Padding = new System.Windows.Forms.Padding(10);
this.tableLayoutPanel3.RowCount = 7;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(506, 370);
this.tableLayoutPanel3.TabIndex = 6;
//
// flowLayoutPanel4
//
this.flowLayoutPanel4.Controls.Add(this.syncFinishButton);
this.flowLayoutPanel4.Controls.Add(this.syncCancelButton);
this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Right;
this.flowLayoutPanel4.Location = new System.Drawing.Point(334, 330);
this.flowLayoutPanel4.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanel4.Name = "flowLayoutPanel4";
this.flowLayoutPanel4.Size = new System.Drawing.Size(162, 30);
this.flowLayoutPanel4.TabIndex = 19;
//
// syncFinishButton
//
this.syncFinishButton.Enabled = false;
this.syncFinishButton.Location = new System.Drawing.Point(3, 3);
this.syncFinishButton.Name = "syncFinishButton";
this.syncFinishButton.Size = new System.Drawing.Size(75, 25);
this.syncFinishButton.TabIndex = 9;
this.syncFinishButton.Text = "Finish";
this.syncFinishButton.UseVisualStyleBackColor = true;
//
// syncCancelButton
//
this.syncCancelButton.Dock = System.Windows.Forms.DockStyle.Right;
this.syncCancelButton.Location = new System.Drawing.Point(84, 3);
this.syncCancelButton.Name = "syncCancelButton";
this.syncCancelButton.Size = new System.Drawing.Size(75, 25);
this.syncCancelButton.TabIndex = 8;
this.syncCancelButton.Text = "Cancel";
this.syncCancelButton.UseVisualStyleBackColor = true;
this.syncCancelButton.Click += new System.EventHandler(this.syncCancelClicked);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
this.label6.Location = new System.Drawing.Point(13, 10);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(480, 25);
this.label6.TabIndex = 0;
this.label6.Text = "Syncing…";
//
// syncingProgressBar
//
this.syncingProgressBar.Location = new System.Drawing.Point(13, 115);
this.syncingProgressBar.Name = "syncingProgressBar";
this.syncingProgressBar.Size = new System.Drawing.Size(480, 23);
this.syncingProgressBar.TabIndex = 3;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Dock = System.Windows.Forms.DockStyle.Fill;
this.label16.Location = new System.Drawing.Point(13, 50);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(480, 15);
this.label16.TabIndex = 5;
this.label16.Text = "Are you sure its not coffee o\'clock?";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Dock = System.Windows.Forms.DockStyle.Fill;
this.label15.Location = new System.Drawing.Point(13, 35);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(480, 15);
this.label15.TabIndex = 4;
this.label15.Text = "This may take a while.";
//
// errorPage
//
this.errorPage.Controls.Add(this.tableLayoutPanel4);
this.errorPage.Location = new System.Drawing.Point(4, 22);
this.errorPage.Name = "errorPage";
this.errorPage.Size = new System.Drawing.Size(506, 370);
this.errorPage.TabIndex = 3;
this.errorPage.Text = "Error";
this.errorPage.UseVisualStyleBackColor = true;
//
// tableLayoutPanel4
//
this.tableLayoutPanel4.ColumnCount = 1;
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel4.Controls.Add(this.buttonTryAgain, 0, 5);
this.tableLayoutPanel4.Controls.Add(this.label2, 0, 1);
this.tableLayoutPanel4.Controls.Add(this.label3, 0, 3);
this.tableLayoutPanel4.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.tableLayoutPanel4.Padding = new System.Windows.Forms.Padding(10);
this.tableLayoutPanel4.RowCount = 6;
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, 40F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel4.Size = new System.Drawing.Size(506, 370);
this.tableLayoutPanel4.TabIndex = 4;
//
// buttonTryAgain
//
this.buttonTryAgain.Dock = System.Windows.Forms.DockStyle.Right;
this.buttonTryAgain.Location = new System.Drawing.Point(418, 333);
this.buttonTryAgain.Name = "buttonTryAgain";
this.buttonTryAgain.Size = new System.Drawing.Size(75, 24);
this.buttonTryAgain.TabIndex = 3;
this.buttonTryAgain.Text = "Try Again…";
this.buttonTryAgain.UseVisualStyleBackColor = true;
this.buttonTryAgain.Click += new System.EventHandler(this.buttonTryAgain_Click);
//
// label2
//
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
this.label2.Location = new System.Drawing.Point(13, 30);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(480, 40);
this.label2.TabIndex = 1;
this.label2.Text = "We don\'t know exactly what the problem is, but we can try to help you pinpoint it" +
".";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label3
//
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
this.label3.Location = new System.Drawing.Point(13, 108);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(480, 70);
this.label3.TabIndex = 2;
this.label3.Text = resources.GetString("label3.Text");
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
this.label1.Location = new System.Drawing.Point(13, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(480, 20);
this.label1.TabIndex = 0;
this.label1.Text = "Something went wrong";
//
// finishedPage
//
this.finishedPage.Controls.Add(this.tableLayoutPanel5);
this.finishedPage.Location = new System.Drawing.Point(4, 22);
this.finishedPage.Name = "finishedPage";
this.finishedPage.Size = new System.Drawing.Size(506, 370);
this.finishedPage.TabIndex = 4;
this.finishedPage.Text = "Finished";
this.finishedPage.UseVisualStyleBackColor = true;
//
// tableLayoutPanel5
//
this.tableLayoutPanel5.ColumnCount = 1;
this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel5.Controls.Add(this.flowLayoutPanel2, 0, 3);
this.tableLayoutPanel5.Controls.Add(this.label9, 0, 1);
this.tableLayoutPanel5.Controls.Add(this.label8, 0, 0);
this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel5.Name = "tableLayoutPanel5";
this.tableLayoutPanel5.Padding = new System.Windows.Forms.Padding(10);
this.tableLayoutPanel5.RowCount = 4;
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel5.Size = new System.Drawing.Size(506, 370);
this.tableLayoutPanel5.TabIndex = 4;
//
// flowLayoutPanel2
//
this.flowLayoutPanel2.Controls.Add(this.buttonOpenFolder);
this.flowLayoutPanel2.Controls.Add(this.buttonFinished);
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Right;
this.flowLayoutPanel2.Location = new System.Drawing.Point(334, 330);
this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
this.flowLayoutPanel2.Size = new System.Drawing.Size(162, 30);
this.flowLayoutPanel2.TabIndex = 0;
//
// buttonOpenFolder
//
this.buttonOpenFolder.Location = new System.Drawing.Point(3, 3);
this.buttonOpenFolder.Name = "buttonOpenFolder";
this.buttonOpenFolder.Size = new System.Drawing.Size(75, 23);
this.buttonOpenFolder.TabIndex = 0;
this.buttonOpenFolder.Text = "Open Folder";
this.buttonOpenFolder.UseVisualStyleBackColor = true;
this.buttonOpenFolder.Click += new System.EventHandler(this.buttonOpenFolder_Click);
//
// buttonFinished
//
this.buttonFinished.Location = new System.Drawing.Point(84, 3);
this.buttonFinished.Name = "buttonFinished";
this.buttonFinished.Size = new System.Drawing.Size(75, 23);
this.buttonFinished.TabIndex = 1;
this.buttonFinished.Text = "Finish";
this.buttonFinished.UseVisualStyleBackColor = true;
this.buttonFinished.Click += new System.EventHandler(this.buttonFinished_Click);
//
// label9
//
this.label9.Location = new System.Drawing.Point(13, 35);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(307, 15);
this.label9.TabIndex = 3;
this.label9.Text = "Access the files from your SparkleShare folder.";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
this.label8.Location = new System.Drawing.Point(13, 10);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(227, 20);
this.label8.TabIndex = 2;
this.label8.Text = "Project successfully added!";
//
// invitePage
//
this.invitePage.Controls.Add(this.tableLayoutPanel6);
this.invitePage.Location = new System.Drawing.Point(4, 22);
this.invitePage.Name = "invitePage";
this.invitePage.Padding = new System.Windows.Forms.Padding(3);
this.invitePage.Size = new System.Drawing.Size(506, 370);
this.invitePage.TabIndex = 5;
this.invitePage.Text = "Invite";
this.invitePage.UseVisualStyleBackColor = true;
//
// tableLayoutPanel6
//
this.tableLayoutPanel6.ColumnCount = 2;
this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel6.Controls.Add(this.flowLayoutPanel3, 1, 6);
this.tableLayoutPanel6.Controls.Add(this.InviteFolderEntry, 1, 4);
this.tableLayoutPanel6.Controls.Add(this.InviteAddressEntry, 1, 3);
this.tableLayoutPanel6.Controls.Add(this.label19, 0, 4);
this.tableLayoutPanel6.Controls.Add(this.label18, 0, 3);
this.tableLayoutPanel6.Controls.Add(this.label17, 0, 1);
this.tableLayoutPanel6.Controls.Add(this.label7, 0, 0);
this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel6.Name = "tableLayoutPanel6";
this.tableLayoutPanel6.RowCount = 7;
this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F));
this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
this.tableLayoutPanel6.Size = new System.Drawing.Size(500, 364);
this.tableLayoutPanel6.TabIndex = 0;
//
// flowLayoutPanel3
//
this.flowLayoutPanel3.Controls.Add(this.InviteAddButton);
this.flowLayoutPanel3.Controls.Add(this.InviteCancelButton);
this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Right;
this.flowLayoutPanel3.Location = new System.Drawing.Point(338, 331);
this.flowLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
this.flowLayoutPanel3.Size = new System.Drawing.Size(162, 33);
this.flowLayoutPanel3.TabIndex = 19;
//
// InviteAddButton
//
this.InviteAddButton.Enabled = false;
this.InviteAddButton.Location = new System.Drawing.Point(3, 3);
this.InviteAddButton.Name = "InviteAddButton";
this.InviteAddButton.Size = new System.Drawing.Size(75, 25);
this.InviteAddButton.TabIndex = 9;
this.InviteAddButton.Text = "Add";
this.InviteAddButton.UseVisualStyleBackColor = true;
this.InviteAddButton.Click += new System.EventHandler(this.InviteAddButtonClicked);
//
// InviteCancelButton
//
this.InviteCancelButton.Dock = System.Windows.Forms.DockStyle.Right;
this.InviteCancelButton.Location = new System.Drawing.Point(84, 3);
this.InviteCancelButton.Name = "InviteCancelButton";
this.InviteCancelButton.Size = new System.Drawing.Size(75, 25);
this.InviteCancelButton.TabIndex = 8;
this.InviteCancelButton.Text = "Cancel";
this.InviteCancelButton.UseVisualStyleBackColor = true;
this.InviteCancelButton.Click += new System.EventHandler(this.InviteCancelButtonClicked);
//
// InviteFolderEntry
//
this.InviteFolderEntry.Dock = System.Windows.Forms.DockStyle.Fill;
this.InviteFolderEntry.Location = new System.Drawing.Point(93, 144);
this.InviteFolderEntry.Name = "InviteFolderEntry";
this.InviteFolderEntry.ReadOnly = true;
this.InviteFolderEntry.Size = new System.Drawing.Size(404, 20);
this.InviteFolderEntry.TabIndex = 11;
//
// InviteAddressEntry
//
this.InviteAddressEntry.Dock = System.Windows.Forms.DockStyle.Fill;
this.InviteAddressEntry.Location = new System.Drawing.Point(93, 119);
this.InviteAddressEntry.Name = "InviteAddressEntry";
this.InviteAddressEntry.ReadOnly = true;
this.InviteAddressEntry.Size = new System.Drawing.Size(404, 20);
this.InviteAddressEntry.TabIndex = 10;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Dock = System.Windows.Forms.DockStyle.Fill;
this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label19.Location = new System.Drawing.Point(3, 141);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(84, 25);
this.label19.TabIndex = 9;
this.label19.Text = "Remote Path:";
this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Dock = System.Windows.Forms.DockStyle.Fill;
this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label18.Location = new System.Drawing.Point(3, 116);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(84, 25);
this.label18.TabIndex = 8;
this.label18.Text = "Address:";
this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label17
//
this.tableLayoutPanel6.SetColumnSpan(this.label17, 2);
this.label17.Dock = System.Windows.Forms.DockStyle.Fill;
this.label17.Location = new System.Drawing.Point(3, 25);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(494, 20);
this.label17.TabIndex = 3;
this.label17.Text = "Do you want to add this project to SparkleShare?";
//
// label7
//
this.label7.AutoSize = true;
this.tableLayoutPanel6.SetColumnSpan(this.label7, 2);
this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(3, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(494, 25);
this.label7.TabIndex = 2;
this.label7.Text = "You\'ve received an invite!";
//
// SparkleSetup
//
this.ClientSize = new System.Drawing.Size(664, 396);
this.Controls.Add(this.tabControl);
this.Controls.Add(this.pictureBox);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "SparkleSetup";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SparkleShare Setup";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SparkleSetup_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
this.tabControl.ResumeLayout(false);
this.setupPage.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.addPage.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.syncingPage.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.flowLayoutPanel4.ResumeLayout(false);
this.errorPage.ResumeLayout(false);
this.tableLayoutPanel4.ResumeLayout(false);
this.tableLayoutPanel4.PerformLayout();
this.finishedPage.ResumeLayout(false);
this.tableLayoutPanel5.ResumeLayout(false);
this.tableLayoutPanel5.PerformLayout();
this.flowLayoutPanel2.ResumeLayout(false);
this.invitePage.ResumeLayout(false);
this.tableLayoutPanel6.ResumeLayout(false);
this.tableLayoutPanel6.PerformLayout();
this.flowLayoutPanel3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SparkleShare.controls.TablessControl tabControl;
private System.Windows.Forms.TabPage setupPage;
private System.Windows.Forms.TabPage addPage;
private System.Windows.Forms.TabPage syncingPage;
private System.Windows.Forms.TabPage errorPage;
private System.Windows.Forms.TabPage finishedPage;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button buttonSync;
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.PictureBox pictureBox;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ProgressBar syncingProgressBar;
private System.Windows.Forms.Button buttonTryAgain;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button buttonFinished;
private System.Windows.Forms.Button buttonOpenFolder;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Panel panel_server_selection;
private System.Windows.Forms.TextBox EmailEntry;
private System.Windows.Forms.TextBox NameEntry;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label14;
private SparkleShare.controls.ExampleTextBox FolderEntry;
private SparkleShare.controls.ExampleTextBox ServerEntry;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Button buttonNext;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
private System.Windows.Forms.TabPage invitePage;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.TextBox InviteFolderEntry;
private System.Windows.Forms.TextBox InviteAddressEntry;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
private System.Windows.Forms.Button InviteAddButton;
private System.Windows.Forms.Button InviteCancelButton;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
private System.Windows.Forms.Button syncFinishButton;
private System.Windows.Forms.Button syncCancelButton;
}
}

View file

@ -1,126 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="label3.Text" xml:space="preserve">
<value>First, have you tried turning it off and on again? is the address we've compiled {Controller.SyncingFolder} from the information you entered. Does this look correct?
The host needs to know who you are. Have you uploaded the key that sits in your SparkleShare folder?
</value>
</data>
</root>