Exemple #1
0
        /// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormUploads));
            this.panel1 = new System.Windows.Forms.Panel();
            this.uploadsList = new Hathi.UI.Winform.uploadsListView(this.components);
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.panel2 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.panel4 = new System.Windows.Forms.Panel();
            this.tabControlDetails = new TabControl();
            this.tabPageDetails = new TabPage();
            this.buttonOpenFolder = new System.Windows.Forms.Button();
            this.buttonSetCommet = new System.Windows.Forms.Button();
            this.textBoxComment = new System.Windows.Forms.TextBox();
            this.labelComment = new System.Windows.Forms.Label();
            this.tx_fileName = new System.Windows.Forms.TextBox();
            this.tx_completeName = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.panel_fileDetails = new System.Windows.Forms.Panel();
            this.tabPagStats = new TabPage();
            this.labelSessionUploadedRes = new System.Windows.Forms.Label();
            this.labelSessionDownloadedRes = new System.Windows.Forms.Label();
            this.labelSessionRequestsRes = new System.Windows.Forms.Label();
            this.labelSessionUploaded = new System.Windows.Forms.Label();
            this.labelSessionDownloaded = new System.Windows.Forms.Label();
            this.labelSessionRequests = new System.Windows.Forms.Label();
            this.buttonReload = new System.Windows.Forms.Button();
            this.labelSharedFiles = new System.Windows.Forms.Label();
            this.sharedListView = new Hathi.UI.Winform.sharedListView(this.components);
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.buttonRename = new System.Windows.Forms.Button();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel4.SuspendLayout();
            this.tabPageDetails.SuspendLayout();
            this.tabPagStats.SuspendLayout();
            this.SuspendLayout();
            //
            // panel1
            //
            this.panel1.Controls.Add(this.uploadsList);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(776, 96);
            this.panel1.TabIndex = 0;
            //
            // uploadsList
            //
            this.uploadsList.AllowColumnReorder = true;
            this.uploadsList.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.uploadsList.AutoArrange = false;
            this.uploadsList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.uploadsList.DefaultCustomDraw = true;
            this.uploadsList.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(68)), ((System.Byte)(69)), ((System.Byte)(151)));
            this.uploadsList.FullRowSelect = true;
            this.uploadsList.FullyCustomHeader = false;
            this.uploadsList.HideSelection = false;
            this.uploadsList.IncreaseHeaderHeight = 0;
            this.uploadsList.Location = new System.Drawing.Point(8, 8);
            this.uploadsList.Name = "uploadsList";
            this.uploadsList.Size = new System.Drawing.Size(760, 88);
            this.uploadsList.TabIndex = 1;
            this.uploadsList.View = System.Windows.Forms.View.Details;
            //
            // splitter1
            //
            this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
            this.splitter1.Location = new System.Drawing.Point(0, 96);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(776, 8);
            this.splitter1.TabIndex = 1;
            this.splitter1.TabStop = false;
            //
            // panel2
            //
            this.panel2.Controls.Add(this.panel3);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 104);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(776, 296);
            this.panel2.TabIndex = 2;
            //
            // panel3
            //
            this.panel3.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.panel3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(235)), ((System.Byte)(241)), ((System.Byte)(250)));
            this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel3.Controls.Add(this.panel4);
            this.panel3.Controls.Add(this.buttonReload);
            this.panel3.Controls.Add(this.labelSharedFiles);
            this.panel3.Controls.Add(this.sharedListView);
            this.panel3.Location = new System.Drawing.Point(8, 0);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(760, 288);
            this.panel3.TabIndex = 3;
            //
            // panel4
            //
            this.panel4.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.panel4.BackColor = System.Drawing.Color.White;
            this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel4.Controls.Add(this.tabControlDetails);
            this.panel4.Location = new System.Drawing.Point(408, 32);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(344, 248);
            this.panel4.TabIndex = 15;
            //
            // tabControlDetails
            //
            this.tabControlDetails.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(235)), ((System.Byte)(241)), ((System.Byte)(250)));
            this.tabControlDetails.Dock = System.Windows.Forms.DockStyle.Fill;
            //this.tabControlDetails.HideTabsMode = Crownwood.Magic.Controls.TabControl.HideTabsModes.ShowAlways;
            this.tabControlDetails.Location = new System.Drawing.Point(0, 0);
            this.tabControlDetails.Name = "tabControlDetails";
            //this.tabControlDetails.PositionTop = true;
            //this.tabControlDetails.SelectedIndex = 0;
            //this.tabControlDetails.SelectedTab = this.tabPageDetails;
            tabPageDetails.Activate();
            this.tabControlDetails.Size = new System.Drawing.Size(342, 246);
            this.tabControlDetails.TabIndex = 0;

            this.tabPageDetails.ShowCloseButton(false);
            this.tabPagStats.ShowCloseButton(false);
            this.tabControlDetails.AddRange(new TabPage[] {
            tabPageDetails,
            tabPagStats
            });
            //this.tabControlDetails.SelectionChanged += new System.EventHandler(this.tabControlDetails_SelectionChanged);
            //
            // tabPageDetails
            //
            this.tabPageDetails.Controls.Add(this.buttonRename);
            this.tabPageDetails.Controls.Add(this.buttonOpenFolder);
            this.tabPageDetails.Controls.Add(this.buttonSetCommet);
            this.tabPageDetails.Controls.Add(this.textBoxComment);
            this.tabPageDetails.Controls.Add(this.labelComment);
            this.tabPageDetails.Controls.Add(this.tx_fileName);
            this.tabPageDetails.Controls.Add(this.tx_completeName);
            this.tabPageDetails.Controls.Add(this.label6);
            this.tabPageDetails.Controls.Add(this.label5);
            this.tabPageDetails.Controls.Add(this.panel_fileDetails);
            this.tabPageDetails.Location = new System.Drawing.Point(0, 0);
            this.tabPageDetails.Name = "tabPageDetails";
            this.tabPageDetails.Size = new System.Drawing.Size(342, 221);
            this.tabPageDetails.TabIndex = 0;
            this.tabPageDetails.Text = "Details";
            //
            // buttonOpenFolder
            //
            this.buttonOpenFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonOpenFolder.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.buttonOpenFolder.Image = ((System.Drawing.Image)(resources.GetObject("buttonOpenFolder.Image")));
            this.buttonOpenFolder.Location = new System.Drawing.Point(314, 20);
            this.buttonOpenFolder.Name = "buttonOpenFolder";
            this.buttonOpenFolder.Size = new System.Drawing.Size(29, 19);
            this.buttonOpenFolder.TabIndex = 36;
            this.toolTip1.SetToolTip(this.buttonOpenFolder, "Open folder");
            this.buttonOpenFolder.Click += new System.EventHandler(this.buttonOpenFolder_Click);
            //
            // buttonSetCommet
            //
            this.buttonSetCommet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSetCommet.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.buttonSetCommet.Location = new System.Drawing.Point(206, 38);
            this.buttonSetCommet.Name = "buttonSetCommet";
            this.buttonSetCommet.Size = new System.Drawing.Size(137, 19);
            this.buttonSetCommet.TabIndex = 34;
            this.buttonSetCommet.Text = "Set my comment";
            this.buttonSetCommet.Click += new System.EventHandler(this.buttonSetCommet_Click);
            //
            // textBoxComment
            //
            this.textBoxComment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxComment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBoxComment.Font = new System.Drawing.Font("Tahoma", 7F);
            this.textBoxComment.Location = new System.Drawing.Point(84, 38);
            this.textBoxComment.Name = "textBoxComment";
            this.textBoxComment.Size = new System.Drawing.Size(123, 20);
            this.textBoxComment.TabIndex = 33;
            this.textBoxComment.Text = "";
            //
            // labelComment
            //
            this.labelComment.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(222)), ((System.Byte)(231)), ((System.Byte)(247)));
            this.labelComment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.labelComment.Font = new System.Drawing.Font("Tahoma", 7F);
            this.labelComment.Location = new System.Drawing.Point(4, 38);
            this.labelComment.Name = "labelComment";
            this.labelComment.Size = new System.Drawing.Size(81, 19);
            this.labelComment.TabIndex = 32;
            this.labelComment.Text = "Comment:";
            //
            // tx_fileName
            //
            this.tx_fileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
            this.tx_fileName.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(235)), ((System.Byte)(241)), ((System.Byte)(250)));
            this.tx_fileName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tx_fileName.Font = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.tx_fileName.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(68)), ((System.Byte)(69)), ((System.Byte)(151)));
            this.tx_fileName.Location = new System.Drawing.Point(84, 2);
            this.tx_fileName.Name = "tx_fileName";
            this.tx_fileName.Size = new System.Drawing.Size(123, 20);
            this.tx_fileName.TabIndex = 30;
            this.tx_fileName.Text = "";
            //
            // tx_completeName
            //
            this.tx_completeName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
            this.tx_completeName.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(235)), ((System.Byte)(241)), ((System.Byte)(250)));
            this.tx_completeName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tx_completeName.Font = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.tx_completeName.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(68)), ((System.Byte)(69)), ((System.Byte)(151)));
            this.tx_completeName.Location = new System.Drawing.Point(84, 20);
            this.tx_completeName.Name = "tx_completeName";
            this.tx_completeName.ReadOnly = true;
            this.tx_completeName.Size = new System.Drawing.Size(232, 20);
            this.tx_completeName.TabIndex = 29;
            this.tx_completeName.Text = "";
            //
            // label6
            //
            this.label6.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(222)), ((System.Byte)(231)), ((System.Byte)(247)));
            this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label6.Font = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.label6.ForeColor = System.Drawing.Color.Black;
            this.label6.Location = new System.Drawing.Point(4, 20);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(81, 19);
            this.label6.TabIndex = 28;
            this.label6.Text = "File:";
            //
            // label5
            //
            this.label5.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(222)), ((System.Byte)(231)), ((System.Byte)(247)));
            this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label5.Font = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.label5.ForeColor = System.Drawing.Color.Black;
            this.label5.Location = new System.Drawing.Point(4, 2);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(81, 19);
            this.label5.TabIndex = 27;
            this.label5.Text = "File Name:";
            //
            // panel_fileDetails
            //
            this.panel_fileDetails.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
            this.panel_fileDetails.AutoScroll = true;
            this.panel_fileDetails.Font = new System.Drawing.Font("Tahoma", 7F);
            this.panel_fileDetails.Location = new System.Drawing.Point(4, 58);
            this.panel_fileDetails.Name = "panel_fileDetails";
            this.panel_fileDetails.Size = new System.Drawing.Size(379, 171);
            this.panel_fileDetails.TabIndex = 31;
            //
            // tabPagStats
            //
            this.tabPagStats.Controls.Add(this.labelSessionUploadedRes);
            this.tabPagStats.Controls.Add(this.labelSessionDownloadedRes);
            this.tabPagStats.Controls.Add(this.labelSessionRequestsRes);
            this.tabPagStats.Controls.Add(this.labelSessionUploaded);
            this.tabPagStats.Controls.Add(this.labelSessionDownloaded);
            this.tabPagStats.Controls.Add(this.labelSessionRequests);
            this.tabPagStats.Location = new System.Drawing.Point(0, 0);
            this.tabPagStats.Name = "tabPagStats";
            //this.tabPagStats.Selected = false;
            this.tabPagStats.Size = new System.Drawing.Size(342, 221);
            this.tabPagStats.TabIndex = 2;
            this.tabPagStats.Text = "Stats";
            //
            // labelSessionUploadedRes
            //
            this.labelSessionUploadedRes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.labelSessionUploadedRes.Font = new System.Drawing.Font("Tahoma", 7F);
            this.labelSessionUploadedRes.Location = new System.Drawing.Point(194, 44);
            this.labelSessionUploadedRes.Name = "labelSessionUploadedRes";
            this.labelSessionUploadedRes.Size = new System.Drawing.Size(123, 19);
            this.labelSessionUploadedRes.TabIndex = 16;
            this.labelSessionUploadedRes.Text = "0";
            //
            // labelSessionDownloadedRes
            //
            this.labelSessionDownloadedRes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.labelSessionDownloadedRes.Font = new System.Drawing.Font("Tahoma", 7F);
            this.labelSessionDownloadedRes.Location = new System.Drawing.Point(194, 26);
            this.labelSessionDownloadedRes.Name = "labelSessionDownloadedRes";
            this.labelSessionDownloadedRes.Size = new System.Drawing.Size(123, 19);
            this.labelSessionDownloadedRes.TabIndex = 15;
            this.labelSessionDownloadedRes.Text = "0";
            //
            // labelSessionRequestsRes
            //
            this.labelSessionRequestsRes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.labelSessionRequestsRes.Font = new System.Drawing.Font("Tahoma", 7F);
            this.labelSessionRequestsRes.Location = new System.Drawing.Point(194, 8);
            this.labelSessionRequestsRes.Name = "labelSessionRequestsRes";
            this.labelSessionRequestsRes.Size = new System.Drawing.Size(123, 19);
            this.labelSessionRequestsRes.TabIndex = 14;
            this.labelSessionRequestsRes.Text = "0";
            //
            // labelSessionUploaded
            //
            this.labelSessionUploaded.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(222)), ((System.Byte)(231)), ((System.Byte)(247)));
            this.labelSessionUploaded.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.labelSessionUploaded.Font = new System.Drawing.Font("Tahoma", 7F);
            this.labelSessionUploaded.Location = new System.Drawing.Point(10, 44);
            this.labelSessionUploaded.Name = "labelSessionUploaded";
            this.labelSessionUploaded.Size = new System.Drawing.Size(185, 19);
            this.labelSessionUploaded.TabIndex = 13;
            this.labelSessionUploaded.Text = "Session Uploaded:";
            //
            // labelSessionDownloaded
            //
            this.labelSessionDownloaded.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(222)), ((System.Byte)(231)), ((System.Byte)(247)));
            this.labelSessionDownloaded.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.labelSessionDownloaded.Font = new System.Drawing.Font("Tahoma", 7F);
            this.labelSessionDownloaded.Location = new System.Drawing.Point(10, 26);
            this.labelSessionDownloaded.Name = "labelSessionDownloaded";
            this.labelSessionDownloaded.Size = new System.Drawing.Size(185, 19);
            this.labelSessionDownloaded.TabIndex = 12;
            this.labelSessionDownloaded.Text = "Session Downloaded:";
            //
            // labelSessionRequests
            //
            this.labelSessionRequests.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(222)), ((System.Byte)(231)), ((System.Byte)(247)));
            this.labelSessionRequests.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.labelSessionRequests.Font = new System.Drawing.Font("Tahoma", 7F);
            this.labelSessionRequests.Location = new System.Drawing.Point(10, 8);
            this.labelSessionRequests.Name = "labelSessionRequests";
            this.labelSessionRequests.Size = new System.Drawing.Size(185, 19);
            this.labelSessionRequests.TabIndex = 11;
            this.labelSessionRequests.Text = "Session Requests:";
            //
            // buttonReload
            //
            this.buttonReload.BackColor = System.Drawing.SystemColors.Control;
            this.buttonReload.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.buttonReload.Location = new System.Drawing.Point(152, 4);
            this.buttonReload.Name = "buttonReload";
            this.buttonReload.Size = new System.Drawing.Size(182, 24);
            this.buttonReload.TabIndex = 14;
            this.buttonReload.Text = "Reload shared list";
            this.buttonReload.Click += new System.EventHandler(this.buttonReload_Click);
            //
            // labelSharedFiles
            //
            this.labelSharedFiles.Location = new System.Drawing.Point(10, 6);
            this.labelSharedFiles.Name = "labelSharedFiles";
            this.labelSharedFiles.Size = new System.Drawing.Size(140, 20);
            this.labelSharedFiles.TabIndex = 0;
            this.labelSharedFiles.Text = "Shared Files";
            this.labelSharedFiles.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // sharedListView
            //
            this.sharedListView.Alignment = System.Windows.Forms.ListViewAlignment.Default;
            this.sharedListView.AllowColumnReorder = true;
            this.sharedListView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)));
            this.sharedListView.AutoArrange = false;
            this.sharedListView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.sharedListView.DefaultCustomDraw = true;
            this.sharedListView.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(68)), ((System.Byte)(69)), ((System.Byte)(151)));
            this.sharedListView.FullRowSelect = true;
            this.sharedListView.FullyCustomHeader = false;
            this.sharedListView.HideSelection = false;
            this.sharedListView.IncreaseHeaderHeight = 0;
            this.sharedListView.Location = new System.Drawing.Point(8, 32);
            this.sharedListView.Name = "sharedListView";
            this.sharedListView.Size = new System.Drawing.Size(392, 248);
            this.sharedListView.TabIndex = 2;
            this.sharedListView.View = System.Windows.Forms.View.Details;
            this.sharedListView.SelectedIndexChanged += new System.EventHandler(this.sharedListView_SelectedIndexChanged);
            //
            // buttonRename
            //
            this.buttonRename.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonRename.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.buttonRename.Location = new System.Drawing.Point(206, 2);
            this.buttonRename.Name = "buttonRename";
            this.buttonRename.Size = new System.Drawing.Size(137, 19);
            this.buttonRename.TabIndex = 37;
            this.buttonRename.Text = "Rename";
            this.buttonRename.Click += new System.EventHandler(this.buttonRename_Click);
            //
            // FormUploads
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(222)), ((System.Byte)(231)), ((System.Byte)(247)));
            this.ClientSize = new System.Drawing.Size(776, 400);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.splitter1);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "FormUploads";
            this.Text = "FormUploads";
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.tabPageDetails.ResumeLayout(false);
            this.tabPagStats.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Exemple #2
0
 /// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormDownloads));
     this.panel5 = new System.Windows.Forms.Panel();
     this.paneleLink = new System.Windows.Forms.Panel();
     this.label4 = new System.Windows.Forms.Label();
     this.buttonCancel = new System.Windows.Forms.Button();
     this.buttonAdd = new System.Windows.Forms.Button();
     this.textBoxeLink = new System.Windows.Forms.TextBox();
     this.downloadList = new Hathi.UI.Winform.downloadsListView();
     this.panel7 = new System.Windows.Forms.Panel();
     this.buttonPasteeLink = new System.Windows.Forms.Button();
     this.buttonAddeLink = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.tabControlFilter = new TabControl();
     this.contextMenuFilter = new System.Windows.Forms.ContextMenu();
     this.menuItemShowCount = new System.Windows.Forms.MenuItem();
     this.menuItemShowTotalSizes = new System.Windows.Forms.MenuItem();
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.menuItemAutoSort = new System.Windows.Forms.MenuItem();
     this.tabPageAll = new TabPage();
     this.tabPageStarted = new TabPage();
     this.tabPageStopped = new TabPage();
     this.panel6 = new System.Windows.Forms.Panel();
     this.HathiButton1 = new Hathi.UI.Winform.Controls.HathiButton(this.components);
     this.imageListMaximize = new System.Windows.Forms.ImageList(this.components);
     this.panel9 = new System.Windows.Forms.Panel();
     this.tabControlDetails = new TabControl();
     this.tabPageDetails = new TabPage();
     this.buttonOpenFolder = new System.Windows.Forms.Button();
     this.tx_fileName = new System.Windows.Forms.TextBox();
     this.tx_completeName = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.panel_fileDetails = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.textBoxCompletedAt = new System.Windows.Forms.TextBox();
     this.labelCompletedAt = new System.Windows.Forms.Label();
     this.labelSessionFileRateDO = new System.Windows.Forms.Label();
     this.labelSessionFileRateUP = new System.Windows.Forms.Label();
     this.labelSessionFileDO = new System.Windows.Forms.Label();
     this.labelSessionFileUP = new System.Windows.Forms.Label();
     this.FileInspector = new Hathi.UI.Winform.Controls.HathiInspector();
     this.tabPageLists = new TabPage();
     this.listViewNames = new Hathi.UI.Winform.fileNamesListView(this.components);
     this.buttonSetCommet = new System.Windows.Forms.Button();
     this.textBoxComment = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.listViewComments = new Hathi.UI.Winform.commentsListView(this.components);
     this.buttonRename = new System.Windows.Forms.Button();
     this.textBoxName = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.tabPageSources = new TabPage();
     this.sourcesList = new Hathi.UI.Winform.sourcesListView(this.components);
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.imageListMinimize = new System.Windows.Forms.ImageList(this.components);
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.panel5.SuspendLayout();
     this.paneleLink.SuspendLayout();
     this.panel7.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel9.SuspendLayout();
     this.tabPageDetails.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tabPageLists.SuspendLayout();
     this.tabPageSources.SuspendLayout();
     this.SuspendLayout();
     //
     // panel5
     //
     this.panel5.Controls.Add(this.paneleLink);
     this.panel5.Controls.Add(this.downloadList);
     this.panel5.Controls.Add(this.panel7);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel5.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(68)), ((System.Byte)(69)), ((System.Byte)(151)));
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(720, 184);
     this.panel5.TabIndex = 3;
     //
     // paneleLink
     //
     this.paneleLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.paneleLink.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.paneleLink.Controls.Add(this.label4);
     this.paneleLink.Controls.Add(this.buttonCancel);
     this.paneleLink.Controls.Add(this.buttonAdd);
     this.paneleLink.Controls.Add(this.textBoxeLink);
     this.paneleLink.Location = new System.Drawing.Point(200, 32);
     this.paneleLink.Name = "paneleLink";
     this.paneleLink.Size = new System.Drawing.Size(512, 26);
     this.paneleLink.TabIndex = 2;
     this.paneleLink.Visible = false;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 4);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(34, 16);
     this.label4.TabIndex = 5;
     this.label4.Text = "eLink:";
     //
     // buttonCancel
     //
     this.buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.buttonCancel.Location = new System.Drawing.Point(443, 2);
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.Size = new System.Drawing.Size(61, 21);
     this.buttonCancel.TabIndex = 4;
     this.buttonCancel.Text = "Cancel";
     this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
     //
     // buttonAdd
     //
     this.buttonAdd.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.buttonAdd.Location = new System.Drawing.Point(379, 2);
     this.buttonAdd.Name = "buttonAdd";
     this.buttonAdd.Size = new System.Drawing.Size(61, 21);
     this.buttonAdd.TabIndex = 3;
     this.buttonAdd.Text = "Add";
     this.buttonAdd.Click += new System.EventHandler(this.button2_Click);
     //
     // textBoxeLink
     //
     this.textBoxeLink.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBoxeLink.Location = new System.Drawing.Point(48, 3);
     this.textBoxeLink.Name = "textBoxeLink";
     this.textBoxeLink.Size = new System.Drawing.Size(328, 20);
     this.textBoxeLink.TabIndex = 0;
     this.textBoxeLink.Text = "";
     //
     // downloadList
     //
     this.downloadList.AllowColumnReorder = true;
     this.downloadList.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.downloadList.AutoArrange = false;
     this.downloadList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.downloadList.DefaultCustomDraw = true;
     this.downloadList.FullRowSelect = true;
     this.downloadList.FullyCustomHeader = false;
     this.downloadList.HideSelection = false;
     this.downloadList.IncreaseHeaderHeight = 0;
     this.downloadList.Location = new System.Drawing.Point(8, 32);
     this.downloadList.Name = "downloadList";
     this.downloadList.Size = new System.Drawing.Size(704, 152);
     this.downloadList.TabIndex = 1;
     this.downloadList.View = System.Windows.Forms.View.Details;
     this.downloadList.DoubleClick += new System.EventHandler(this.downloadList_DoubleClick);
     this.downloadList.SelectedIndexChanged += new System.EventHandler(this.downloadList_SelectedIndexChanged);
     //
     // panel7
     //
     this.panel7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.panel7.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(235)), ((System.Byte)(241)), ((System.Byte)(250)));
     this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel7.Controls.Add(this.buttonPasteeLink);
     this.panel7.Controls.Add(this.buttonAddeLink);
     this.panel7.Controls.Add(this.label1);
     this.panel7.Controls.Add(this.tabControlFilter);
     this.panel7.Location = new System.Drawing.Point(8, 6);
     this.panel7.Name = "panel7";
     this.panel7.Size = new System.Drawing.Size(704, 27);
     this.panel7.TabIndex = 0;
     //
     // buttonPasteeLink
     //
     this.buttonPasteeLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonPasteeLink.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.buttonPasteeLink.Location = new System.Drawing.Point(616, 2);
     this.buttonPasteeLink.Name = "buttonPasteeLink";
     this.buttonPasteeLink.Size = new System.Drawing.Size(80, 21);
     this.buttonPasteeLink.TabIndex = 3;
     this.buttonPasteeLink.Text = "Paste eLink";
     this.buttonPasteeLink.Click += new System.EventHandler(this.buttonPasteeLink_Click);
     //
     // buttonAddeLink
     //
     this.buttonAddeLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonAddeLink.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.buttonAddeLink.Location = new System.Drawing.Point(534, 2);
     this.buttonAddeLink.Name = "buttonAddeLink";
     this.buttonAddeLink.Size = new System.Drawing.Size(80, 21);
     this.buttonAddeLink.TabIndex = 2;
     this.buttonAddeLink.Text = "Add eLink";
     this.buttonAddeLink.Click += new System.EventHandler(this.buttonAddeLink_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 5);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(48, 16);
     this.label1.TabIndex = 1;
     this.label1.Text = "Filter:";
     //
     // tabControlFilter
     //
     this.tabControlFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControlFilter.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(235)), ((System.Byte)(241)), ((System.Byte)(250)));
     //this.tabControlFilter.ButtonActiveColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     //this.tabControlFilter.ButtonInactiveColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.tabControlFilter.ContextMenu = this.contextMenuFilter;
     this.tabControlFilter.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(68)), ((System.Byte)(69)), ((System.Byte)(151)));
     //this.tabControlFilter.HideTabsMode = Crownwood.Magic.Controls.TabControl.HideTabsModes.ShowAlways;
     //this.tabControlFilter.HotTextColor = System.Drawing.Color.FromArgb(((System.Byte)(68)), ((System.Byte)(69)), ((System.Byte)(151)));
     this.tabControlFilter.Location = new System.Drawing.Point(56, 1);
     this.tabControlFilter.Name = "tabControlFilter";
     //this.tabControlFilter.SelectedIndex = 0;
     //this.tabControlFilter.SelectedTab = this.tabPageAll;
     tabPageAll.Activate();
     this.tabControlFilter.Size = new System.Drawing.Size(472, 26);
     this.tabControlFilter.TabIndex = 0;
     this.tabPageAll.ShowCloseButton(false);
     this.tabPageStarted.ShowCloseButton(false);
     this.tabPageStopped.ShowCloseButton(false);
     this.tabControlFilter.AddRange(new TabPage[] {
     this.tabPageAll,
     this.tabPageStarted,
     this.tabPageStopped
     });
     //this.tabControlFilter.TextColor = System.Drawing.Color.FromArgb(((System.Byte)(68)), ((System.Byte)(69)), ((System.Byte)(151)));
     this.tabControlFilter.SelectionChanged += new System.EventHandler(this.tabControlFilter_SelectionChanged);
     //
     // contextMenuFilter
     //
     this.contextMenuFilter.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemShowCount,
     this.menuItemShowTotalSizes,
     this.menuItem1,
     this.menuItemAutoSort
     });
     //
     // menuItemShowCount
     //
     this.menuItemShowCount.Checked = true;
     this.menuItemShowCount.Index = 0;
     this.menuItemShowCount.Text = "Show count";
     //
     // menuItemShowTotalSizes
     //
     this.menuItemShowTotalSizes.Checked = true;
     this.menuItemShowTotalSizes.Index = 1;
     this.menuItemShowTotalSizes.Text = "Show total sizes";
     //
     // menuItem1
     //
     this.menuItem1.Index = 2;
     this.menuItem1.Text = "-";
     //
     // menuItemAutoSort
     //
     this.menuItemAutoSort.Index = 3;
     this.menuItemAutoSort.Text = "";
     //
     // tabPageAll
     //
     this.tabPageAll.Location = new System.Drawing.Point(0, 0);
     this.tabPageAll.Name = "tabPageAll";
     this.tabPageAll.Size = new System.Drawing.Size(472, 1);
     this.tabPageAll.TabIndex = 2;
     this.tabPageAll.Text = "All";
     //
     // tabPageStarted
     //
     this.tabPageStarted.Location = new System.Drawing.Point(0, 0);
     this.tabPageStarted.Name = "tabPageStarted";
     //this.tabPageStarted.Selected = false;
     this.tabPageStarted.Size = new System.Drawing.Size(472, 1);
     this.tabPageStarted.TabIndex = 0;
     this.tabPageStarted.Text = "Started";
     //
     // tabPageStopped
     //
     this.tabPageStopped.Location = new System.Drawing.Point(0, 0);
     this.tabPageStopped.Name = "tabPageStopped";
     //this.tabPageStopped.Selected = false;
     this.tabPageStopped.Size = new System.Drawing.Size(472, 1);
     this.tabPageStopped.TabIndex = 1;
     this.tabPageStopped.Text = "Stopped";
     //
     // panel6
     //
     this.panel6.Controls.Add(this.HathiButton1);
     this.panel6.Controls.Add(this.panel9);
     this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel6.Location = new System.Drawing.Point(0, 192);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(720, 248);
     this.panel6.TabIndex = 5;
     //
     // HathiButton1
     //
     this.HathiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.HathiButton1.BackColor = System.Drawing.Color.Transparent;
     this.HathiButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.HathiButton1.ImageIndex = 0;
     this.HathiButton1.ImageList = this.imageListMaximize;
     this.HathiButton1.Location = new System.Drawing.Point(672, -5);
     this.HathiButton1.Name = "HathiButton1";
     this.HathiButton1.Size = new System.Drawing.Size(34, 13);
     this.HathiButton1.TabIndex = 7;
     this.HathiButton1.Click += new System.EventHandler(this.HathiButton1_Click);
     //
     // imageListMaximize
     //
     this.imageListMaximize.ImageSize = new System.Drawing.Size(34, 9);
     this.imageListMaximize.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListMaximize.ImageStream")));
     this.imageListMaximize.TransparentColor = System.Drawing.Color.Transparent;
     //
     // panel9
     //
     this.panel9.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.panel9.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(235)), ((System.Byte)(241)), ((System.Byte)(250)));
     this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel9.Controls.Add(this.tabControlDetails);
     this.panel9.Location = new System.Drawing.Point(8, 8);
     this.panel9.Name = "panel9";
     this.panel9.Size = new System.Drawing.Size(704, 232);
     this.panel9.TabIndex = 2;
     //
     // tabControlDetails
     //
     this.tabControlDetails.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(235)), ((System.Byte)(241)), ((System.Byte)(250)));
     this.tabControlDetails.Dock = System.Windows.Forms.DockStyle.Fill;
     //this.tabControlDetails.HideTabsMode = Crownwood.Magic.Controls.TabControl.HideTabsModes.ShowAlways;
     this.tabControlDetails.Location = new System.Drawing.Point(0, 0);
     this.tabControlDetails.Name = "tabControlDetails";
     //this.tabControlDetails.PositionTop = true;
     //this.tabControlDetails.SelectedIndex = 0;
     //this.tabControlDetails.SelectedTab = this.tabPageDetails;
     tabPageDetails.Activate();
     this.tabControlDetails.Size = new System.Drawing.Size(702, 230);
     this.tabControlDetails.TabIndex = 0;
     this.tabPageDetails.ShowCloseButton(false);
     this.tabPageLists.ShowCloseButton(false);
     this.tabPageSources.ShowCloseButton(false);
     this.tabControlDetails.AddRange(new TabPage[] {
     this.tabPageDetails,
     this.tabPageLists,
     this.tabPageSources
     });
     //
     // tabPageDetails
     //
     this.tabPageDetails.Controls.Add(this.buttonOpenFolder);
     this.tabPageDetails.Controls.Add(this.tx_fileName);
     this.tabPageDetails.Controls.Add(this.tx_completeName);
     this.tabPageDetails.Controls.Add(this.label6);
     this.tabPageDetails.Controls.Add(this.label5);
     this.tabPageDetails.Controls.Add(this.panel_fileDetails);
     this.tabPageDetails.Controls.Add(this.panel1);
     this.tabPageDetails.Location = new System.Drawing.Point(0, 0);
     this.tabPageDetails.Name = "tabPageDetails";
     this.tabPageDetails.Size = new System.Drawing.Size(702, 205);
     this.tabPageDetails.TabIndex = 2;
     this.tabPageDetails.Text = "Details";
     //
     // buttonOpenFolder
     //
     this.buttonOpenFolder.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.buttonOpenFolder.Image = ((System.Drawing.Image)(resources.GetObject("buttonOpenFolder.Image")));
     this.buttonOpenFolder.Location = new System.Drawing.Point(356, 20);
     this.buttonOpenFolder.Name = "buttonOpenFolder";
     this.buttonOpenFolder.Size = new System.Drawing.Size(28, 19);
     this.buttonOpenFolder.TabIndex = 27;
     this.toolTip1.SetToolTip(this.buttonOpenFolder, "Open folder");
     this.buttonOpenFolder.Click += new System.EventHandler(this.buttonOpenFolder_Click);
     //
     // tx_fileName
     //
     this.tx_fileName.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(235)), ((System.Byte)(241)), ((System.Byte)(250)));
     this.tx_fileName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tx_fileName.Font = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tx_fileName.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(68)), ((System.Byte)(69)), ((System.Byte)(151)));
     this.tx_fileName.Location = new System.Drawing.Point(85, 2);
     this.tx_fileName.Name = "tx_fileName";
     this.tx_fileName.ReadOnly = true;
     this.tx_fileName.Size = new System.Drawing.Size(299, 20);
     this.tx_fileName.TabIndex = 25;
     this.tx_fileName.Text = "";
     //
     // tx_completeName
     //
     this.tx_completeName.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(235)), ((System.Byte)(241)), ((System.Byte)(250)));
     this.tx_completeName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tx_completeName.Font = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tx_completeName.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(68)), ((System.Byte)(69)), ((System.Byte)(151)));
     this.tx_completeName.Location = new System.Drawing.Point(85, 20);
     this.tx_completeName.Name = "tx_completeName";
     this.tx_completeName.ReadOnly = true;
     this.tx_completeName.Size = new System.Drawing.Size(273, 20);
     this.tx_completeName.TabIndex = 24;
     this.tx_completeName.Text = "";
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(222)), ((System.Byte)(231)), ((System.Byte)(247)));
     this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label6.Font = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.Black;
     this.label6.Location = new System.Drawing.Point(5, 20);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(81, 19);
     this.label6.TabIndex = 3;
     this.label6.Text = "File:";
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(222)), ((System.Byte)(231)), ((System.Byte)(247)));
     this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label5.Font = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location = new System.Drawing.Point(5, 2);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(81, 19);
     this.label5.TabIndex = 2;
     this.label5.Text = "File Name:";
     //
     // panel_fileDetails
     //
     this.panel_fileDetails.AutoScroll = true;
     this.panel_fileDetails.Font = new System.Drawing.Font("Tahoma", 7F);
     this.panel_fileDetails.Location = new System.Drawing.Point(5, 38);
     this.panel_fileDetails.Name = "panel_fileDetails";
     this.panel_fileDetails.Size = new System.Drawing.Size(379, 161);
     this.panel_fileDetails.TabIndex = 23;
     //
     // panel1
     //
     this.panel1.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.panel1.AutoScroll = true;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.textBoxCompletedAt);
     this.panel1.Controls.Add(this.labelCompletedAt);
     this.panel1.Controls.Add(this.labelSessionFileRateDO);
     this.panel1.Controls.Add(this.labelSessionFileRateUP);
     this.panel1.Controls.Add(this.labelSessionFileDO);
     this.panel1.Controls.Add(this.labelSessionFileUP);
     this.panel1.Controls.Add(this.FileInspector);
     this.panel1.Location = new System.Drawing.Point(390, 3);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(307, 197);
     this.panel1.TabIndex = 26;
     //
     // textBoxCompletedAt
     //
     this.textBoxCompletedAt.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(235)), ((System.Byte)(241)), ((System.Byte)(250)));
     this.textBoxCompletedAt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBoxCompletedAt.Font = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.textBoxCompletedAt.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(68)), ((System.Byte)(69)), ((System.Byte)(151)));
     this.textBoxCompletedAt.Location = new System.Drawing.Point(139, 84);
     this.textBoxCompletedAt.Name = "textBoxCompletedAt";
     this.textBoxCompletedAt.ReadOnly = true;
     this.textBoxCompletedAt.Size = new System.Drawing.Size(154, 20);
     this.textBoxCompletedAt.TabIndex = 27;
     this.textBoxCompletedAt.Text = "";
     //
     // labelCompletedAt
     //
     this.labelCompletedAt.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(222)), ((System.Byte)(231)), ((System.Byte)(247)));
     this.labelCompletedAt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.labelCompletedAt.Font = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelCompletedAt.ForeColor = System.Drawing.Color.Black;
     this.labelCompletedAt.Location = new System.Drawing.Point(6, 84);
     this.labelCompletedAt.Name = "labelCompletedAt";
     this.labelCompletedAt.Size = new System.Drawing.Size(134, 19);
     this.labelCompletedAt.TabIndex = 26;
     this.labelCompletedAt.Text = "Completed at:";
     //
     // labelSessionFileRateDO
     //
     this.labelSessionFileRateDO.AutoSize = true;
     this.labelSessionFileRateDO.BackColor = System.Drawing.Color.Transparent;
     this.labelSessionFileRateDO.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.labelSessionFileRateDO.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelSessionFileRateDO.ForeColor = System.Drawing.Color.Green;
     this.labelSessionFileRateDO.Location = new System.Drawing.Point(140, 48);
     this.labelSessionFileRateDO.Name = "labelSessionFileRateDO";
     this.labelSessionFileRateDO.Size = new System.Drawing.Size(109, 15);
     this.labelSessionFileRateDO.TabIndex = 12;
     this.labelSessionFileRateDO.Text = "Download rate: 00.0 B";
     //
     // labelSessionFileRateUP
     //
     this.labelSessionFileRateUP.AutoSize = true;
     this.labelSessionFileRateUP.BackColor = System.Drawing.Color.Transparent;
     this.labelSessionFileRateUP.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.labelSessionFileRateUP.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelSessionFileRateUP.ForeColor = System.Drawing.Color.Red;
     this.labelSessionFileRateUP.Location = new System.Drawing.Point(140, 66);
     this.labelSessionFileRateUP.Name = "labelSessionFileRateUP";
     this.labelSessionFileRateUP.Size = new System.Drawing.Size(95, 15);
     this.labelSessionFileRateUP.TabIndex = 11;
     this.labelSessionFileRateUP.Text = "Upload rate: 00.0 B";
     //
     // labelSessionFileDO
     //
     this.labelSessionFileDO.AutoSize = true;
     this.labelSessionFileDO.BackColor = System.Drawing.Color.Transparent;
     this.labelSessionFileDO.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.labelSessionFileDO.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelSessionFileDO.ForeColor = System.Drawing.Color.Green;
     this.labelSessionFileDO.Location = new System.Drawing.Point(5, 49);
     this.labelSessionFileDO.Name = "labelSessionFileDO";
     this.labelSessionFileDO.Size = new System.Drawing.Size(99, 15);
     this.labelSessionFileDO.TabIndex = 10;
     this.labelSessionFileDO.Text = "Downloaded: 00.0 B";
     //
     // labelSessionFileUP
     //
     this.labelSessionFileUP.AutoSize = true;
     this.labelSessionFileUP.BackColor = System.Drawing.Color.Transparent;
     this.labelSessionFileUP.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.labelSessionFileUP.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelSessionFileUP.ForeColor = System.Drawing.Color.Red;
     this.labelSessionFileUP.Location = new System.Drawing.Point(5, 65);
     this.labelSessionFileUP.Name = "labelSessionFileUP";
     this.labelSessionFileUP.Size = new System.Drawing.Size(86, 15);
     this.labelSessionFileUP.TabIndex = 9;
     this.labelSessionFileUP.Text = "Uploaded: 00.0 B";
     //
     // FileInspector
     //
     this.FileInspector.BackColor = System.Drawing.Color.Gray;
     // TODO: Code generation for 'this.FileInspector.BarHeight' failed because of Exception 'Invalid Primitive Type: System.UInt16. Only CLS compliant primitive types can be used. Consider using CodeObjectCreateExpression.'.
     // TODO: Code generation for 'this.FileInspector.BarSpacing' failed because of Exception 'Invalid Primitive Type: System.UInt16. Only CLS compliant primitive types can be used. Consider using CodeObjectCreateExpression.'.
     this.FileInspector.File = null;
     this.FileInspector.ForeColor = System.Drawing.Color.Black;
     this.FileInspector.Location = new System.Drawing.Point(3, 3);
     this.FileInspector.Name = "FileInspector";
     this.FileInspector.Size = new System.Drawing.Size(286, 39);
     this.FileInspector.TabIndex = 0;
     //
     // tabPageLists
     //
     this.tabPageLists.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.tabPageLists.Controls.Add(this.listViewNames);
     this.tabPageLists.Controls.Add(this.buttonSetCommet);
     this.tabPageLists.Controls.Add(this.textBoxComment);
     this.tabPageLists.Controls.Add(this.label3);
     this.tabPageLists.Controls.Add(this.listViewComments);
     this.tabPageLists.Controls.Add(this.buttonRename);
     this.tabPageLists.Controls.Add(this.textBoxName);
     this.tabPageLists.Controls.Add(this.label2);
     this.tabPageLists.Location = new System.Drawing.Point(0, 0);
     this.tabPageLists.Name = "tabPageLists";
     //this.tabPageLists.Selected = false;
     this.tabPageLists.Size = new System.Drawing.Size(702, 205);
     this.tabPageLists.TabIndex = 0;
     this.tabPageLists.Text = "Comments";
     //
     // listViewNames
     //
     this.listViewNames.AllowColumnReorder = true;
     this.listViewNames.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.listViewNames.AutoArrange = false;
     this.listViewNames.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listViewNames.DefaultCustomDraw = true;
     this.listViewNames.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(68)), ((System.Byte)(69)), ((System.Byte)(151)));
     this.listViewNames.FullRowSelect = true;
     this.listViewNames.FullyCustomHeader = false;
     this.listViewNames.HideSelection = false;
     this.listViewNames.IncreaseHeaderHeight = 0;
     this.listViewNames.Location = new System.Drawing.Point(341, 20);
     this.listViewNames.Name = "listViewNames";
     this.listViewNames.Size = new System.Drawing.Size(353, 151);
     this.listViewNames.TabIndex = 11;
     this.listViewNames.View = System.Windows.Forms.View.Details;
     this.listViewNames.SelectedIndexChanged += new System.EventHandler(this.listViewNames_SelectedIndexChanged);
     //
     // buttonSetCommet
     //
     this.buttonSetCommet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonSetCommet.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.buttonSetCommet.Location = new System.Drawing.Point(203, 176);
     this.buttonSetCommet.Name = "buttonSetCommet";
     this.buttonSetCommet.Size = new System.Drawing.Size(135, 22);
     this.buttonSetCommet.TabIndex = 7;
     this.buttonSetCommet.Text = "Set my comment";
     this.buttonSetCommet.Click += new System.EventHandler(this.buttonSetCommet_Click);
     //
     // textBoxComment
     //
     this.textBoxComment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxComment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBoxComment.Location = new System.Drawing.Point(7, 176);
     this.textBoxComment.Name = "textBoxComment";
     this.textBoxComment.Size = new System.Drawing.Size(194, 22);
     this.textBoxComment.TabIndex = 6;
     this.textBoxComment.Text = "";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(3, 3);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(235, 15);
     this.label3.TabIndex = 5;
     this.label3.Text = "File comments:";
     //
     // listViewComments
     //
     this.listViewComments.AllowColumnReorder = true;
     this.listViewComments.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.listViewComments.AutoArrange = false;
     this.listViewComments.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listViewComments.DefaultCustomDraw = true;
     this.listViewComments.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(68)), ((System.Byte)(69)), ((System.Byte)(151)));
     this.listViewComments.FullRowSelect = true;
     this.listViewComments.FullyCustomHeader = false;
     this.listViewComments.HideSelection = false;
     this.listViewComments.IncreaseHeaderHeight = 0;
     this.listViewComments.Location = new System.Drawing.Point(6, 20);
     this.listViewComments.Name = "listViewComments";
     this.listViewComments.Size = new System.Drawing.Size(333, 150);
     this.listViewComments.TabIndex = 4;
     this.listViewComments.View = System.Windows.Forms.View.Details;
     //
     // buttonRename
     //
     this.buttonRename.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonRename.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.buttonRename.Location = new System.Drawing.Point(610, 174);
     this.buttonRename.Name = "buttonRename";
     this.buttonRename.Size = new System.Drawing.Size(84, 23);
     this.buttonRename.TabIndex = 3;
     this.buttonRename.Text = "Rename";
     this.buttonRename.Click += new System.EventHandler(this.buttonRename_Click);
     //
     // textBoxName
     //
     this.textBoxName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBoxName.Location = new System.Drawing.Point(341, 175);
     this.textBoxName.Name = "textBoxName";
     this.textBoxName.Size = new System.Drawing.Size(267, 22);
     this.textBoxName.TabIndex = 2;
     this.textBoxName.Text = "";
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location = new System.Drawing.Point(342, 3);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(234, 15);
     this.label2.TabIndex = 1;
     this.label2.Text = "File names:";
     //
     // tabPageSources
     //
     this.tabPageSources.Controls.Add(this.sourcesList);
     this.tabPageSources.Location = new System.Drawing.Point(0, 0);
     this.tabPageSources.Name = "tabPageSources";
     //this.tabPageSources.Selected = false;
     this.tabPageSources.Size = new System.Drawing.Size(702, 205);
     this.tabPageSources.TabIndex = 1;
     this.tabPageSources.Text = "Sources";
     //
     // sourcesList
     //
     this.sourcesList.AllowColumnReorder = true;
     this.sourcesList.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.sourcesList.AutoArrange = false;
     this.sourcesList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.sourcesList.DefaultCustomDraw = true;
     this.sourcesList.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(68)), ((System.Byte)(69)), ((System.Byte)(151)));
     this.sourcesList.FullRowSelect = true;
     this.sourcesList.FullyCustomHeader = false;
     this.sourcesList.HideSelection = false;
     this.sourcesList.IncreaseHeaderHeight = 0;
     this.sourcesList.Location = new System.Drawing.Point(6, 7);
     this.sourcesList.Name = "sourcesList";
     this.sourcesList.Size = new System.Drawing.Size(691, 191);
     this.sourcesList.TabIndex = 5;
     this.sourcesList.View = System.Windows.Forms.View.Details;
     //
     // splitter1
     //
     this.splitter1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(222)), ((System.Byte)(231)), ((System.Byte)(247)));
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location = new System.Drawing.Point(0, 184);
     this.splitter1.MinExtra = 10;
     this.splitter1.MinSize = 10;
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(720, 8);
     this.splitter1.TabIndex = 4;
     this.splitter1.TabStop = false;
     this.splitter1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitter1_SplitterMoved);
     //
     // imageListMinimize
     //
     this.imageListMinimize.ImageSize = new System.Drawing.Size(34, 9);
     this.imageListMinimize.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListMinimize.ImageStream")));
     this.imageListMinimize.TransparentColor = System.Drawing.Color.Transparent;
     //
     // FormDownloads
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(222)), ((System.Byte)(231)), ((System.Byte)(247)));
     this.ClientSize = new System.Drawing.Size(720, 440);
     this.Controls.Add(this.panel6);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panel5);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "FormDownloads";
     this.Text = "FormDownloads";
     this.SizeChanged += new System.EventHandler(this.FormDownloads_SizeChanged);
     this.panel5.ResumeLayout(false);
     this.paneleLink.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     this.tabPageDetails.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.tabPageLists.ResumeLayout(false);
     this.tabPageSources.ResumeLayout(false);
     this.ResumeLayout(false);
 }