Click here to Skip to main content
15,894,106 members
Articles / Programming Languages / C#

Amazon S3 Sync

Rate me:
Please Sign up or sign in to vote.
4.92/5 (6 votes)
1 Dec 2010Apache5 min read 48K   1.6K   23  
Synchronize files from your computer to Amazon S3.
namespace S3Browser
{
    partial class FormMain
    {
        /// <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(FormMain));
            this.GroupBox1 = new System.Windows.Forms.GroupBox();
            this.Label3 = new System.Windows.Forms.Label();
            this.Label2 = new System.Windows.Forms.Label();
            this.TextBoxAWSSecretAccessKey = new System.Windows.Forms.TextBox();
            this.TextBoxAWSAccessKeyId = new System.Windows.Forms.TextBox();
            this.LinkLabelGetAmazonAccount = new System.Windows.Forms.LinkLabel();
            this.ButtonBrowseFlat = new System.Windows.Forms.Button();
            this.Label1 = new System.Windows.Forms.Label();
            this.ButtonBrowseFolder = new System.Windows.Forms.Button();
            this.GroupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // GroupBox1
            // 
            this.GroupBox1.Controls.Add(this.Label3);
            this.GroupBox1.Controls.Add(this.Label2);
            this.GroupBox1.Controls.Add(this.TextBoxAWSSecretAccessKey);
            this.GroupBox1.Controls.Add(this.TextBoxAWSAccessKeyId);
            this.GroupBox1.Controls.Add(this.LinkLabelGetAmazonAccount);
            this.GroupBox1.Location = new System.Drawing.Point(11, 78);
            this.GroupBox1.Name = "GroupBox1";
            this.GroupBox1.Size = new System.Drawing.Size(557, 79);
            this.GroupBox1.TabIndex = 21;
            this.GroupBox1.TabStop = false;
            this.GroupBox1.Text = "Global Settings (Enter your values below)";
            // 
            // Label3
            // 
            this.Label3.AutoSize = true;
            this.Label3.Location = new System.Drawing.Point(6, 52);
            this.Label3.Name = "Label3";
            this.Label3.Size = new System.Drawing.Size(157, 13);
            this.Label3.TabIndex = 38;
            this.Label3.Text = "Amazon AWSSecretAccessKey";
            // 
            // Label2
            // 
            this.Label2.AutoSize = true;
            this.Label2.Location = new System.Drawing.Point(6, 26);
            this.Label2.Name = "Label2";
            this.Label2.Size = new System.Drawing.Size(135, 13);
            this.Label2.TabIndex = 37;
            this.Label2.Text = "Amazon AWSAccessKeyId";
            // 
            // TextBoxAWSSecretAccessKey
            // 
            this.TextBoxAWSSecretAccessKey.Location = new System.Drawing.Point(169, 49);
            this.TextBoxAWSSecretAccessKey.Name = "TextBoxAWSSecretAccessKey";
            this.TextBoxAWSSecretAccessKey.Size = new System.Drawing.Size(287, 20);
            this.TextBoxAWSSecretAccessKey.TabIndex = 35;
            // 
            // TextBoxAWSAccessKeyId
            // 
            this.TextBoxAWSAccessKeyId.Location = new System.Drawing.Point(169, 23);
            this.TextBoxAWSAccessKeyId.Name = "TextBoxAWSAccessKeyId";
            this.TextBoxAWSAccessKeyId.Size = new System.Drawing.Size(287, 20);
            this.TextBoxAWSAccessKeyId.TabIndex = 33;
            // 
            // LinkLabelGetAmazonAccount
            // 
            this.LinkLabelGetAmazonAccount.AutoSize = true;
            this.LinkLabelGetAmazonAccount.Location = new System.Drawing.Point(463, 26);
            this.LinkLabelGetAmazonAccount.Name = "LinkLabelGetAmazonAccount";
            this.LinkLabelGetAmazonAccount.Size = new System.Drawing.Size(81, 13);
            this.LinkLabelGetAmazonAccount.TabIndex = 34;
            this.LinkLabelGetAmazonAccount.TabStop = true;
            this.LinkLabelGetAmazonAccount.Text = "Get an account";
            this.LinkLabelGetAmazonAccount.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabelGetAmazonAccount_LinkClicked);
            // 
            // ButtonBrowseFlat
            // 
            this.ButtonBrowseFlat.Location = new System.Drawing.Point(231, 166);
            this.ButtonBrowseFlat.Name = "ButtonBrowseFlat";
            this.ButtonBrowseFlat.Size = new System.Drawing.Size(119, 23);
            this.ButtonBrowseFlat.TabIndex = 22;
            this.ButtonBrowseFlat.Text = "Browse Flat View";
            this.ButtonBrowseFlat.UseVisualStyleBackColor = true;
            this.ButtonBrowseFlat.Click += new System.EventHandler(this.ButtonBrowseFlat_Click);
            // 
            // Label1
            // 
            this.Label1.Location = new System.Drawing.Point(13, 9);
            this.Label1.Name = "Label1";
            this.Label1.Size = new System.Drawing.Size(550, 66);
            this.Label1.TabIndex = 20;
            this.Label1.Text = resources.GetString("Label1.Text");
            // 
            // ButtonBrowseFolder
            // 
            this.ButtonBrowseFolder.Location = new System.Drawing.Point(231, 195);
            this.ButtonBrowseFolder.Name = "ButtonBrowseFolder";
            this.ButtonBrowseFolder.Size = new System.Drawing.Size(119, 23);
            this.ButtonBrowseFolder.TabIndex = 23;
            this.ButtonBrowseFolder.Text = "Browse Folder View";
            this.ButtonBrowseFolder.UseVisualStyleBackColor = true;
            this.ButtonBrowseFolder.Click += new System.EventHandler(this.ButtonBrowseFolder_Click);
            // 
            // FormMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(579, 227);
            this.Controls.Add(this.GroupBox1);
            this.Controls.Add(this.ButtonBrowseFlat);
            this.Controls.Add(this.Label1);
            this.Controls.Add(this.ButtonBrowseFolder);
            this.Name = "FormMain";
            this.Text = "S3 Browser for C#";
            this.Load += new System.EventHandler(this.FormMain_Load);
            this.GroupBox1.ResumeLayout(false);
            this.GroupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        internal System.Windows.Forms.GroupBox GroupBox1;
        internal System.Windows.Forms.Label Label3;
        internal System.Windows.Forms.Label Label2;
        internal System.Windows.Forms.TextBox TextBoxAWSSecretAccessKey;
        internal System.Windows.Forms.TextBox TextBoxAWSAccessKeyId;
        internal System.Windows.Forms.LinkLabel LinkLabelGetAmazonAccount;
        internal System.Windows.Forms.Button ButtonBrowseFlat;
        internal System.Windows.Forms.Label Label1;
        internal System.Windows.Forms.Button ButtonBrowseFolder;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions