Click here to Skip to main content
15,895,557 members
Articles / Desktop Programming / Windows Forms

Virtual Photo Album

Rate me:
Please Sign up or sign in to vote.
4.60/5 (8 votes)
25 Apr 2010CPOL6 min read 35.8K   1.5K   42  
Make albums from your photos anywhere on your HD and/or on network combined
namespace FileExplorer_TreeView
{
    partial class Form1
    {
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.TSMain = new System.Windows.Forms.ToolStrip();
            this.TSNewFile = new System.Windows.Forms.ToolStripButton();
            this.TSDeleteFile = new System.Windows.Forms.ToolStripButton();
            this.TSDiv01 = new System.Windows.Forms.ToolStripSeparator();
            this.TSPlay = new System.Windows.Forms.ToolStripButton();
            this.TSStop = new System.Windows.Forms.ToolStripButton();
            this.TSDiv02 = new System.Windows.Forms.ToolStripSeparator();
            this.TSRotLeft = new System.Windows.Forms.ToolStripButton();
            this.TSRotRight = new System.Windows.Forms.ToolStripButton();
            this.TSFlip = new System.Windows.Forms.ToolStripButton();
            this.TSReload = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.TSFit = new System.Windows.Forms.ToolStripButton();
            this.TSDiv3 = new System.Windows.Forms.ToolStripSeparator();
            this.TSSaveimage = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.TSEnterImage = new System.Windows.Forms.ToolStripButton();
            this.TSRemoveImage = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.TSHelp = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.TSFiles = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.TSExit = new System.Windows.Forms.ToolStripButton();
            this.SSmain = new System.Windows.Forms.StatusStrip();
            this.SSDropDown = new System.Windows.Forms.ToolStripDropDownButton();
            this.defaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sortAZToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sortZAToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.SSLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.SCMain = new System.Windows.Forms.SplitContainer();
            this.SCSide = new System.Windows.Forms.SplitContainer();
            this.fleExp = new System.Windows.Forms.TreeView();
            this.imgList = new System.Windows.Forms.ImageList(this.components);
            this.lstView = new System.Windows.Forms.ListView();
            this.clmPath = new System.Windows.Forms.ColumnHeader();
            this.clmName = new System.Windows.Forms.ColumnHeader();
            this.picBox = new System.Windows.Forms.PictureBox();
            this._ToolTip = new System.Windows.Forms.ToolTip(this.components);
            this.tmrSlide = new System.Windows.Forms.Timer(this.components);
            this.TSMain.SuspendLayout();
            this.SSmain.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.SCMain.Panel1.SuspendLayout();
            this.SCMain.Panel2.SuspendLayout();
            this.SCMain.SuspendLayout();
            this.SCSide.Panel1.SuspendLayout();
            this.SCSide.Panel2.SuspendLayout();
            this.SCSide.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picBox)).BeginInit();
            this.SuspendLayout();
            // 
            // TSMain
            // 
            this.TSMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.TSMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.TSNewFile,
            this.TSDeleteFile,
            this.TSDiv01,
            this.TSPlay,
            this.TSStop,
            this.TSDiv02,
            this.TSRotLeft,
            this.TSRotRight,
            this.TSFlip,
            this.TSReload,
            this.toolStripSeparator5,
            this.TSFit,
            this.TSDiv3,
            this.TSSaveimage,
            this.toolStripSeparator1,
            this.TSEnterImage,
            this.TSRemoveImage,
            this.toolStripSeparator2,
            this.TSHelp,
            this.toolStripSeparator3,
            this.TSFiles,
            this.toolStripSeparator4,
            this.TSExit});
            this.TSMain.Location = new System.Drawing.Point(0, 0);
            this.TSMain.Name = "TSMain";
            this.TSMain.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.TSMain.Size = new System.Drawing.Size(647, 25);
            this.TSMain.TabIndex = 3;
            this.TSMain.Text = "Strip";
            // 
            // TSNewFile
            // 
            this.TSNewFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.TSNewFile.Image = ((System.Drawing.Image)(resources.GetObject("TSNewFile.Image")));
            this.TSNewFile.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.TSNewFile.Name = "TSNewFile";
            this.TSNewFile.Size = new System.Drawing.Size(23, 22);
            this.TSNewFile.Text = "New File";
            this.TSNewFile.ToolTipText = "New File";
            this.TSNewFile.Click += new System.EventHandler(this.TSNewFile_Click);
            // 
            // TSDeleteFile
            // 
            this.TSDeleteFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.TSDeleteFile.Image = ((System.Drawing.Image)(resources.GetObject("TSDeleteFile.Image")));
            this.TSDeleteFile.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.TSDeleteFile.Name = "TSDeleteFile";
            this.TSDeleteFile.Size = new System.Drawing.Size(23, 22);
            this.TSDeleteFile.Text = "Delete File";
            this.TSDeleteFile.Click += new System.EventHandler(this.TSDeleteFile_Click);
            // 
            // TSDiv01
            // 
            this.TSDiv01.Name = "TSDiv01";
            this.TSDiv01.Size = new System.Drawing.Size(6, 25);
            // 
            // TSPlay
            // 
            this.TSPlay.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.TSPlay.Image = ((System.Drawing.Image)(resources.GetObject("TSPlay.Image")));
            this.TSPlay.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.TSPlay.Name = "TSPlay";
            this.TSPlay.Size = new System.Drawing.Size(23, 22);
            this.TSPlay.Text = "Play Slideshow";
            this.TSPlay.Click += new System.EventHandler(this.TSPlay_Click);
            // 
            // TSStop
            // 
            this.TSStop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.TSStop.Enabled = false;
            this.TSStop.Image = ((System.Drawing.Image)(resources.GetObject("TSStop.Image")));
            this.TSStop.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.TSStop.Name = "TSStop";
            this.TSStop.Size = new System.Drawing.Size(23, 22);
            this.TSStop.Text = "Stop";
            this.TSStop.Click += new System.EventHandler(this.TSStop_Click);
            // 
            // TSDiv02
            // 
            this.TSDiv02.Name = "TSDiv02";
            this.TSDiv02.Size = new System.Drawing.Size(6, 25);
            // 
            // TSRotLeft
            // 
            this.TSRotLeft.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.TSRotLeft.Image = ((System.Drawing.Image)(resources.GetObject("TSRotLeft.Image")));
            this.TSRotLeft.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.TSRotLeft.Name = "TSRotLeft";
            this.TSRotLeft.Size = new System.Drawing.Size(23, 22);
            this.TSRotLeft.Text = "Rotate Left";
            this.TSRotLeft.Click += new System.EventHandler(this.TSRotLeft_Click);
            // 
            // TSRotRight
            // 
            this.TSRotRight.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.TSRotRight.Image = ((System.Drawing.Image)(resources.GetObject("TSRotRight.Image")));
            this.TSRotRight.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.TSRotRight.Name = "TSRotRight";
            this.TSRotRight.Size = new System.Drawing.Size(23, 22);
            this.TSRotRight.Text = "Rotate Right";
            this.TSRotRight.Click += new System.EventHandler(this.TSRotRight_Click);
            // 
            // TSFlip
            // 
            this.TSFlip.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.TSFlip.Image = ((System.Drawing.Image)(resources.GetObject("TSFlip.Image")));
            this.TSFlip.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.TSFlip.Name = "TSFlip";
            this.TSFlip.Size = new System.Drawing.Size(23, 22);
            this.TSFlip.Text = "Flip";
            this.TSFlip.Click += new System.EventHandler(this.TSFlip_Click);
            // 
            // TSReload
            // 
            this.TSReload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.TSReload.Image = ((System.Drawing.Image)(resources.GetObject("TSReload.Image")));
            this.TSReload.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.TSReload.Name = "TSReload";
            this.TSReload.Size = new System.Drawing.Size(23, 22);
            this.TSReload.Text = "Reload";
            this.TSReload.Click += new System.EventHandler(this.TSReload_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            // 
            // TSFit
            // 
            this.TSFit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.TSFit.Image = ((System.Drawing.Image)(resources.GetObject("TSFit.Image")));
            this.TSFit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.TSFit.Name = "TSFit";
            this.TSFit.Size = new System.Drawing.Size(23, 22);
            this.TSFit.Text = "Fit/Original";
            this.TSFit.Click += new System.EventHandler(this.TSFit_Click);
            // 
            // TSDiv3
            // 
            this.TSDiv3.Name = "TSDiv3";
            this.TSDiv3.Size = new System.Drawing.Size(6, 25);
            // 
            // TSSaveimage
            // 
            this.TSSaveimage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.TSSaveimage.Image = ((System.Drawing.Image)(resources.GetObject("TSSaveimage.Image")));
            this.TSSaveimage.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.TSSaveimage.Name = "TSSaveimage";
            this.TSSaveimage.Size = new System.Drawing.Size(23, 22);
            this.TSSaveimage.Text = "Save Image";
            this.TSSaveimage.Click += new System.EventHandler(this.TSSaveimage_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // TSEnterImage
            // 
            this.TSEnterImage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.TSEnterImage.Image = ((System.Drawing.Image)(resources.GetObject("TSEnterImage.Image")));
            this.TSEnterImage.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.TSEnterImage.Name = "TSEnterImage";
            this.TSEnterImage.Size = new System.Drawing.Size(23, 22);
            this.TSEnterImage.Text = "Enter Image";
            this.TSEnterImage.Click += new System.EventHandler(this.TSEnterImage_Click);
            // 
            // TSRemoveImage
            // 
            this.TSRemoveImage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.TSRemoveImage.Image = ((System.Drawing.Image)(resources.GetObject("TSRemoveImage.Image")));
            this.TSRemoveImage.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.TSRemoveImage.Name = "TSRemoveImage";
            this.TSRemoveImage.Size = new System.Drawing.Size(23, 22);
            this.TSRemoveImage.Text = "Remove image";
            this.TSRemoveImage.Click += new System.EventHandler(this.TSRemoveImage_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // TSHelp
            // 
            this.TSHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.TSHelp.Image = ((System.Drawing.Image)(resources.GetObject("TSHelp.Image")));
            this.TSHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.TSHelp.Name = "TSHelp";
            this.TSHelp.Size = new System.Drawing.Size(23, 22);
            this.TSHelp.Text = "Help";
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // TSFiles
            // 
            this.TSFiles.AutoSize = false;
            this.TSFiles.Name = "TSFiles";
            this.TSFiles.Size = new System.Drawing.Size(200, 23);
            this.TSFiles.Text = "Select/Enter Album";
            this.TSFiles.ToolTipText = "Select/Enter Album";
            this.TSFiles.SelectedIndexChanged += new System.EventHandler(this.TSFiles_SelectedIndexChanged);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // TSExit
            // 
            this.TSExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.TSExit.Image = ((System.Drawing.Image)(resources.GetObject("TSExit.Image")));
            this.TSExit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.TSExit.Name = "TSExit";
            this.TSExit.Size = new System.Drawing.Size(23, 22);
            this.TSExit.Text = "Exit";
            this.TSExit.Click += new System.EventHandler(this.TSExit_Click);
            // 
            // SSmain
            // 
            this.SSmain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.SSDropDown,
            this.SSLabel});
            this.SSmain.Location = new System.Drawing.Point(0, 437);
            this.SSmain.Name = "SSmain";
            this.SSmain.Size = new System.Drawing.Size(647, 22);
            this.SSmain.TabIndex = 4;
            this.SSmain.Text = "statusStrip1";
            // 
            // SSDropDown
            // 
            this.SSDropDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.SSDropDown.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.defaultToolStripMenuItem,
            this.sortAZToolStripMenuItem,
            this.sortZAToolStripMenuItem});
            this.SSDropDown.Image = ((System.Drawing.Image)(resources.GetObject("SSDropDown.Image")));
            this.SSDropDown.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.SSDropDown.Name = "SSDropDown";
            this.SSDropDown.Size = new System.Drawing.Size(29, 20);
            this.SSDropDown.Text = "toolStripDropDownButton1";
            // 
            // defaultToolStripMenuItem
            // 
            this.defaultToolStripMenuItem.Name = "defaultToolStripMenuItem";
            this.defaultToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
            this.defaultToolStripMenuItem.Text = "Default";
            this.defaultToolStripMenuItem.Click += new System.EventHandler(this.defaultToolStripMenuItem_Click);
            // 
            // sortAZToolStripMenuItem
            // 
            this.sortAZToolStripMenuItem.Name = "sortAZToolStripMenuItem";
            this.sortAZToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
            this.sortAZToolStripMenuItem.Text = "Sort A-Z";
            this.sortAZToolStripMenuItem.Click += new System.EventHandler(this.sortAZToolStripMenuItem_Click);
            // 
            // sortZAToolStripMenuItem
            // 
            this.sortZAToolStripMenuItem.Name = "sortZAToolStripMenuItem";
            this.sortZAToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
            this.sortZAToolStripMenuItem.Text = "Sort Z-A";
            this.sortZAToolStripMenuItem.Click += new System.EventHandler(this.sortZAToolStripMenuItem_Click);
            // 
            // SSLabel
            // 
            this.SSLabel.Name = "SSLabel";
            this.SSLabel.Size = new System.Drawing.Size(32, 17);
            this.SSLabel.Text = "Stats";
            // 
            // splitContainer1
            // 
            this.splitContainer1.Location = new System.Drawing.Point(34, 2);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.splitContainer1.Size = new System.Drawing.Size(111, 340);
            this.splitContainer1.SplitterDistance = 111;
            this.splitContainer1.TabIndex = 2;
            // 
            // SCMain
            // 
            this.SCMain.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.SCMain.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.SCMain.Location = new System.Drawing.Point(1, 27);
            this.SCMain.Name = "SCMain";
            // 
            // SCMain.Panel1
            // 
            this.SCMain.Panel1.Controls.Add(this.SCSide);
            // 
            // SCMain.Panel2
            // 
            this.SCMain.Panel2.Controls.Add(this.picBox);
            this.SCMain.Size = new System.Drawing.Size(645, 406);
            this.SCMain.SplitterDistance = 176;
            this.SCMain.TabIndex = 5;
            // 
            // SCSide
            // 
            this.SCSide.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.SCSide.Dock = System.Windows.Forms.DockStyle.Fill;
            this.SCSide.Location = new System.Drawing.Point(0, 0);
            this.SCSide.Name = "SCSide";
            this.SCSide.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // SCSide.Panel1
            // 
            this.SCSide.Panel1.Controls.Add(this.fleExp);
            // 
            // SCSide.Panel2
            // 
            this.SCSide.Panel2.Controls.Add(this.lstView);
            this.SCSide.Size = new System.Drawing.Size(176, 406);
            this.SCSide.SplitterDistance = 233;
            this.SCSide.TabIndex = 0;
            // 
            // fleExp
            // 
            this.fleExp.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.fleExp.ImageIndex = 0;
            this.fleExp.ImageList = this.imgList;
            this.fleExp.Location = new System.Drawing.Point(0, 1);
            this.fleExp.Name = "fleExp";
            this.fleExp.SelectedImageIndex = 0;
            this.fleExp.Size = new System.Drawing.Size(172, 230);
            this.fleExp.TabIndex = 0;
            this.fleExp.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.fleExp_MouseDoubleClick);
            this.fleExp.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.fleExp_BeforeExpand);
            this.fleExp.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.fleExp_AfterSelect);
            // 
            // imgList
            // 
            this.imgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList.ImageStream")));
            this.imgList.TransparentColor = System.Drawing.Color.Transparent;
            this.imgList.Images.SetKeyName(0, "DRIVE.ICO");
            this.imgList.Images.SetKeyName(1, "DVD.ICO");
            this.imgList.Images.SetKeyName(2, "OPEN.ICO");
            this.imgList.Images.SetKeyName(3, "PICTURE.ICO");
            this.imgList.Images.SetKeyName(4, "WORD.ICO");
            this.imgList.Images.SetKeyName(5, "ACCESS.ICO");
            this.imgList.Images.SetKeyName(6, "FOLDER.ICO");
            this.imgList.Images.SetKeyName(7, "TXT.ICO");
            this.imgList.Images.SetKeyName(8, "ADOBE.ICO");
            this.imgList.Images.SetKeyName(9, "EXE.ICO");
            this.imgList.Images.SetKeyName(10, "ZIP.ICO");
            this.imgList.Images.SetKeyName(11, "FILE.ICO");
            this.imgList.Images.SetKeyName(12, "Picture - BMP.png");
            // 
            // lstView
            // 
            this.lstView.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.lstView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.clmPath,
            this.clmName});
            this.lstView.FullRowSelect = true;
            this.lstView.GridLines = true;
            this.lstView.Location = new System.Drawing.Point(0, 0);
            this.lstView.Name = "lstView";
            this.lstView.Size = new System.Drawing.Size(172, 164);
            this.lstView.TabIndex = 0;
            this.lstView.UseCompatibleStateImageBehavior = false;
            this.lstView.View = System.Windows.Forms.View.Details;
            this.lstView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lstView_MouseDoubleClick);
            this.lstView.SelectedIndexChanged += new System.EventHandler(this.lstView_SelectedIndexChanged);
            this.lstView.SizeChanged += new System.EventHandler(this.lstView_SizeChanged);
            // 
            // clmPath
            // 
            this.clmPath.Text = "";
            this.clmPath.Width = 0;
            // 
            // clmName
            // 
            this.clmName.Text = "Image Name";
            this.clmName.Width = 142;
            // 
            // picBox
            // 
            this.picBox.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.picBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.picBox.Location = new System.Drawing.Point(-1, -1);
            this.picBox.Name = "picBox";
            this.picBox.Size = new System.Drawing.Size(464, 406);
            this.picBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.picBox.TabIndex = 0;
            this.picBox.TabStop = false;
            // 
            // tmrSlide
            // 
            this.tmrSlide.Interval = 2000;
            this.tmrSlide.Tick += new System.EventHandler(this.tmrSlide_Tick);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(647, 459);
            this.Controls.Add(this.SCMain);
            this.Controls.Add(this.SSmain);
            this.Controls.Add(this.TSMain);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Virtual Photo Album";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.TSMain.ResumeLayout(false);
            this.TSMain.PerformLayout();
            this.SSmain.ResumeLayout(false);
            this.SSmain.PerformLayout();
            this.splitContainer1.ResumeLayout(false);
            this.SCMain.Panel1.ResumeLayout(false);
            this.SCMain.Panel2.ResumeLayout(false);
            this.SCMain.ResumeLayout(false);
            this.SCSide.Panel1.ResumeLayout(false);
            this.SCSide.Panel2.ResumeLayout(false);
            this.SCSide.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picBox)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip TSMain;
        private System.Windows.Forms.StatusStrip SSmain;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.SplitContainer SCMain;
        private System.Windows.Forms.SplitContainer SCSide;
        private System.Windows.Forms.TreeView fleExp;
        private System.Windows.Forms.PictureBox picBox;
        private System.Windows.Forms.ListView lstView;
        private System.Windows.Forms.ImageList imgList;
        private System.Windows.Forms.ColumnHeader clmPath;
        private System.Windows.Forms.ColumnHeader clmName;
        private System.Windows.Forms.ToolStripButton TSNewFile;
        private System.Windows.Forms.ToolStripButton TSDeleteFile;
        private System.Windows.Forms.ToolStripSeparator TSDiv01;
        private System.Windows.Forms.ToolStripButton TSPlay;
        private System.Windows.Forms.ToolStripSeparator TSDiv02;
        private System.Windows.Forms.ToolStripButton TSRotRight;
        private System.Windows.Forms.ToolStripButton TSRotLeft;
        private System.Windows.Forms.ToolStripButton TSFlip;
        private System.Windows.Forms.ToolStripSeparator TSDiv3;
        private System.Windows.Forms.ToolStripButton TSSaveimage;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton TSExit;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripButton TSEnterImage;
        private System.Windows.Forms.ToolStripButton TSRemoveImage;
        private System.Windows.Forms.ToolStripButton TSHelp;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripButton TSReload;
        private System.Windows.Forms.ToolStripComboBox TSFiles;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripDropDownButton SSDropDown;
        private System.Windows.Forms.ToolStripMenuItem defaultToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem sortAZToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem sortZAToolStripMenuItem;
        private System.Windows.Forms.ToolStripStatusLabel SSLabel;
        private System.Windows.Forms.ToolStripButton TSFit;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.ToolTip _ToolTip;
        private System.Windows.Forms.ToolStripButton TSStop;
        private System.Windows.Forms.Timer tmrSlide;
    }
}

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
Engineer Koach Software
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions