Click here to Skip to main content
15,896,118 members
Articles / Programming Languages / C#

SVN Shelve

Rate me:
Please Sign up or sign in to vote.
3.53/5 (9 votes)
23 Sep 2008CPOL5 min read 55.8K   423   25  
A simple utility to shelve your projects under SVN.
namespace SvnShelve.Controls
{
    partial class FileListControl
    {
        /// <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 Component 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()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileListControl));
            this.label1 = new System.Windows.Forms.Label();
            this._list = new System.Windows.Forms.ListView();
            this._images = new System.Windows.Forms.ImageList(this.components);
            this._diffWC = new System.Windows.Forms.Button();
            this._open = new System.Windows.Forms.Button();
            this._buttons = new System.Windows.Forms.GroupBox();
            this._log = new System.Windows.Forms.Button();
            this._repository = new System.Windows.Forms.Button();
            this._buttons.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(-3, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(33, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Files";
            // 
            // _list
            // 
            this._list.Activation = System.Windows.Forms.ItemActivation.OneClick;
            this._list.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this._list.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this._list.HideSelection = false;
            this._list.LargeImageList = this._images;
            this._list.Location = new System.Drawing.Point(1, 16);
            this._list.Name = "_list";
            this._list.Size = new System.Drawing.Size(587, 248);
            this._list.SmallImageList = this._images;
            this._list.TabIndex = 1;
            this._list.UseCompatibleStateImageBehavior = false;
            this._list.View = System.Windows.Forms.View.List;
            this._list.SelectedIndexChanged += new System.EventHandler(this._list_SelectedIndexChanged);
            // 
            // _images
            // 
            this._images.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_images.ImageStream")));
            this._images.TransparentColor = System.Drawing.Color.Silver;
            this._images.Images.SetKeyName(0, "icon_new.gif");
            this._images.Images.SetKeyName(1, "processBoxActive.gif");
            this._images.Images.SetKeyName(2, "icon_delete.gif");
            // 
            // _diffWC
            // 
            this._diffWC.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this._diffWC.Enabled = false;
            this._diffWC.Location = new System.Drawing.Point(6, 9);
            this._diffWC.Name = "_diffWC";
            this._diffWC.Size = new System.Drawing.Size(77, 23);
            this._diffWC.TabIndex = 2;
            this._diffWC.Text = "Diff";
            this._diffWC.UseVisualStyleBackColor = true;
            this._diffWC.Click += new System.EventHandler(this._diffWC_Click);
            // 
            // _open
            // 
            this._open.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this._open.Enabled = false;
            this._open.Location = new System.Drawing.Point(430, 9);
            this._open.Name = "_open";
            this._open.Size = new System.Drawing.Size(153, 23);
            this._open.TabIndex = 4;
            this._open.Text = "Open Containing Folder";
            this._open.UseVisualStyleBackColor = true;
            this._open.Click += new System.EventHandler(this._open_Click);
            // 
            // _buttons
            // 
            this._buttons.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this._buttons.Controls.Add(this._repository);
            this._buttons.Controls.Add(this._log);
            this._buttons.Controls.Add(this._diffWC);
            this._buttons.Controls.Add(this._open);
            this._buttons.Location = new System.Drawing.Point(0, 264);
            this._buttons.Margin = new System.Windows.Forms.Padding(0);
            this._buttons.Name = "_buttons";
            this._buttons.Size = new System.Drawing.Size(589, 36);
            this._buttons.TabIndex = 6;
            this._buttons.TabStop = false;
            // 
            // _log
            // 
            this._log.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this._log.Enabled = false;
            this._log.Location = new System.Drawing.Point(89, 9);
            this._log.Name = "_log";
            this._log.Size = new System.Drawing.Size(77, 23);
            this._log.TabIndex = 5;
            this._log.Text = "View Log";
            this._log.UseVisualStyleBackColor = true;
            this._log.Click += new System.EventHandler(this._log_Click);
            // 
            // _repository
            // 
            this._repository.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this._repository.Enabled = false;
            this._repository.Location = new System.Drawing.Point(172, 9);
            this._repository.Name = "_repository";
            this._repository.Size = new System.Drawing.Size(77, 23);
            this._repository.TabIndex = 6;
            this._repository.Text = "Repository";
            this._repository.UseVisualStyleBackColor = true;
            this._repository.Click += new System.EventHandler(this._repository_Click);
            // 
            // FileListControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this._buttons);
            this.Controls.Add(this._list);
            this.Controls.Add(this.label1);
            this.Name = "FileListControl";
            this.Size = new System.Drawing.Size(589, 302);
            this._buttons.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ListView _list;
        private System.Windows.Forms.Button _diffWC;
        private System.Windows.Forms.Button _open;
        private System.Windows.Forms.ImageList _images;
        private System.Windows.Forms.GroupBox _buttons;
        private System.Windows.Forms.Button _repository;
        private System.Windows.Forms.Button _log;
    }
}

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 Code Project Open License (CPOL)


Written By
Software Developer (Senior) VORLAN Group, Inc.
United States United States
writing code for the past 20 years, and now decided to share some thoughts. Smile | :)
Also known as Oleg Vorkunov.

Comments and Discussions