Click here to Skip to main content
15,889,838 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 47.9K   1.6K   23  
Synchronize files from your computer to Amazon S3.
namespace S3Browser
{
    partial class FormBrowse
    {
        /// <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(FormBrowse));
            this.ListViewAmazon = new System.Windows.Forms.ListView();
            this.ToolStripLabelPath = new System.Windows.Forms.ToolStripLabel();
            this.ToolStripTextBoxPath = new System.Windows.Forms.ToolStripTextBox();
            this.ToolStripStatusLabelAction = new System.Windows.Forms.ToolStripStatusLabel();
            this.ToolStripStatusLabelSummary = new System.Windows.Forms.ToolStripStatusLabel();
            this.ToolStripButtons = new System.Windows.Forms.ToolStrip();
            this.ToolStripButtonGoUp = new System.Windows.Forms.ToolStripButton();
            this.ToolStripButtonRefresh = new System.Windows.Forms.ToolStripButton();
            this.ToolStripButtonDelete = new System.Windows.Forms.ToolStripButton();
            this.ToolStripButtonNewFolder = new System.Windows.Forms.ToolStripButton();
            this.ToolStripButtonAbort = new System.Windows.Forms.ToolStripButton();
            this.ToolStripPath = new System.Windows.Forms.ToolStrip();
            this.StatusStrip1 = new System.Windows.Forms.StatusStrip();
            this.ToolStripButtons.SuspendLayout();
            this.ToolStripPath.SuspendLayout();
            this.StatusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // ListViewAmazon
            // 
            this.ListViewAmazon.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ListViewAmazon.Location = new System.Drawing.Point(0, 50);
            this.ListViewAmazon.Name = "ListViewAmazon";
            this.ListViewAmazon.Size = new System.Drawing.Size(535, 337);
            this.ListViewAmazon.TabIndex = 13;
            this.ListViewAmazon.UseCompatibleStateImageBehavior = false;
            this.ListViewAmazon.View = System.Windows.Forms.View.Details;
            // 
            // ToolStripLabelPath
            // 
            this.ToolStripLabelPath.Name = "ToolStripLabelPath";
            this.ToolStripLabelPath.Size = new System.Drawing.Size(34, 22);
            this.ToolStripLabelPath.Text = "Path:";
            // 
            // ToolStripTextBoxPath
            // 
            this.ToolStripTextBoxPath.Name = "ToolStripTextBoxPath";
            this.ToolStripTextBoxPath.ReadOnly = true;
            this.ToolStripTextBoxPath.Size = new System.Drawing.Size(400, 25);
            // 
            // ToolStripStatusLabelAction
            // 
            this.ToolStripStatusLabelAction.Name = "ToolStripStatusLabelAction";
            this.ToolStripStatusLabelAction.Size = new System.Drawing.Size(42, 17);
            this.ToolStripStatusLabelAction.Text = "Action";
            // 
            // ToolStripStatusLabelSummary
            // 
            this.ToolStripStatusLabelSummary.Name = "ToolStripStatusLabelSummary";
            this.ToolStripStatusLabelSummary.Size = new System.Drawing.Size(478, 17);
            this.ToolStripStatusLabelSummary.Spring = true;
            this.ToolStripStatusLabelSummary.Text = "Items";
            this.ToolStripStatusLabelSummary.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // ToolStripButtons
            // 
            this.ToolStripButtons.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.ToolStripButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripButtonGoUp,
            this.ToolStripButtonRefresh,
            this.ToolStripButtonDelete,
            this.ToolStripButtonNewFolder,
            this.ToolStripButtonAbort});
            this.ToolStripButtons.Location = new System.Drawing.Point(0, 25);
            this.ToolStripButtons.Name = "ToolStripButtons";
            this.ToolStripButtons.Size = new System.Drawing.Size(535, 25);
            this.ToolStripButtons.TabIndex = 12;
            this.ToolStripButtons.Text = "ToolStripButtons";
            // 
            // ToolStripButtonGoUp
            // 
            this.ToolStripButtonGoUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.ToolStripButtonGoUp.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButtonGoUp.Image")));
            this.ToolStripButtonGoUp.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ToolStripButtonGoUp.Name = "ToolStripButtonGoUp";
            this.ToolStripButtonGoUp.Size = new System.Drawing.Size(44, 22);
            this.ToolStripButtonGoUp.Text = "Go Up";
            this.ToolStripButtonGoUp.Click += new System.EventHandler(this.ToolStripButtonGoUp_Click);
            // 
            // ToolStripButtonRefresh
            // 
            this.ToolStripButtonRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.ToolStripButtonRefresh.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButtonRefresh.Image")));
            this.ToolStripButtonRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ToolStripButtonRefresh.Name = "ToolStripButtonRefresh";
            this.ToolStripButtonRefresh.Size = new System.Drawing.Size(50, 22);
            this.ToolStripButtonRefresh.Text = "Refresh";
            this.ToolStripButtonRefresh.Click += new System.EventHandler(this.ToolStripButtonRefresh_Click);
            // 
            // ToolStripButtonDelete
            // 
            this.ToolStripButtonDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.ToolStripButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButtonDelete.Image")));
            this.ToolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ToolStripButtonDelete.Name = "ToolStripButtonDelete";
            this.ToolStripButtonDelete.Size = new System.Drawing.Size(44, 22);
            this.ToolStripButtonDelete.Text = "Delete";
            this.ToolStripButtonDelete.Click += new System.EventHandler(this.ToolStripButtonDelete_Click);
            // 
            // ToolStripButtonNewFolder
            // 
            this.ToolStripButtonNewFolder.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.ToolStripButtonNewFolder.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButtonNewFolder.Image")));
            this.ToolStripButtonNewFolder.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ToolStripButtonNewFolder.Name = "ToolStripButtonNewFolder";
            this.ToolStripButtonNewFolder.Size = new System.Drawing.Size(71, 22);
            this.ToolStripButtonNewFolder.Text = "New Folder";
            this.ToolStripButtonNewFolder.Click += new System.EventHandler(this.ToolStripButtonNewFolder_Click);
            // 
            // ToolStripButtonAbort
            // 
            this.ToolStripButtonAbort.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.ToolStripButtonAbort.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButtonAbort.Image")));
            this.ToolStripButtonAbort.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ToolStripButtonAbort.Name = "ToolStripButtonAbort";
            this.ToolStripButtonAbort.Size = new System.Drawing.Size(41, 22);
            this.ToolStripButtonAbort.Text = "Abort";
            this.ToolStripButtonAbort.Visible = false;
            this.ToolStripButtonAbort.Click += new System.EventHandler(this.ToolStripButtonAbort_Click);
            // 
            // ToolStripPath
            // 
            this.ToolStripPath.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.ToolStripPath.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripLabelPath,
            this.ToolStripTextBoxPath});
            this.ToolStripPath.Location = new System.Drawing.Point(0, 0);
            this.ToolStripPath.Name = "ToolStripPath";
            this.ToolStripPath.Size = new System.Drawing.Size(535, 25);
            this.ToolStripPath.TabIndex = 11;
            this.ToolStripPath.Text = "ToolStripPath";
            // 
            // StatusStrip1
            // 
            this.StatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripStatusLabelAction,
            this.ToolStripStatusLabelSummary});
            this.StatusStrip1.Location = new System.Drawing.Point(0, 387);
            this.StatusStrip1.Name = "StatusStrip1";
            this.StatusStrip1.Size = new System.Drawing.Size(535, 22);
            this.StatusStrip1.TabIndex = 10;
            this.StatusStrip1.Text = "StatusStrip1";
            // 
            // FormBrowse
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(535, 409);
            this.Controls.Add(this.ListViewAmazon);
            this.Controls.Add(this.ToolStripButtons);
            this.Controls.Add(this.ToolStripPath);
            this.Controls.Add(this.StatusStrip1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FormBrowse";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "S3 Browser for C#";
            this.Load += new System.EventHandler(this.FormBrowse_Load);
            this.ToolStripButtons.ResumeLayout(false);
            this.ToolStripButtons.PerformLayout();
            this.ToolStripPath.ResumeLayout(false);
            this.ToolStripPath.PerformLayout();
            this.StatusStrip1.ResumeLayout(false);
            this.StatusStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        internal System.Windows.Forms.ListView ListViewAmazon;
        internal System.Windows.Forms.ToolStripLabel ToolStripLabelPath;
        internal System.Windows.Forms.ToolStripTextBox ToolStripTextBoxPath;
        internal System.Windows.Forms.ToolStripStatusLabel ToolStripStatusLabelAction;
        internal System.Windows.Forms.ToolStripStatusLabel ToolStripStatusLabelSummary;
        internal System.Windows.Forms.ToolStrip ToolStripButtons;
        internal System.Windows.Forms.ToolStripButton ToolStripButtonGoUp;
        internal System.Windows.Forms.ToolStripButton ToolStripButtonRefresh;
        internal System.Windows.Forms.ToolStripButton ToolStripButtonDelete;
        internal System.Windows.Forms.ToolStripButton ToolStripButtonNewFolder;
        internal System.Windows.Forms.ToolStripButton ToolStripButtonAbort;
        internal System.Windows.Forms.ToolStrip ToolStripPath;
        internal System.Windows.Forms.StatusStrip StatusStrip1;
    }
}

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