mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			266 lines
		
	
	
		
			No EOL
		
	
	
		
			13 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			266 lines
		
	
	
		
			No EOL
		
	
	
		
			13 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace SRB2Updater
 | 
						|
{
 | 
						|
    partial class Debug
 | 
						|
    {
 | 
						|
        /// <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.lblOverallPercentage = new System.Windows.Forms.Label();
 | 
						|
            this.lblPercent = new System.Windows.Forms.Label();
 | 
						|
            this.lblOverall = new System.Windows.Forms.Label();
 | 
						|
            this.lblCurrent = new System.Windows.Forms.Label();
 | 
						|
            this.lblTotal = new System.Windows.Forms.Label();
 | 
						|
            this.lblRead = new System.Windows.Forms.Label();
 | 
						|
            this.label1 = new System.Windows.Forms.Label();
 | 
						|
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
 | 
						|
            this.label6 = new System.Windows.Forms.Label();
 | 
						|
            this.label5 = new System.Windows.Forms.Label();
 | 
						|
            this.label4 = new System.Windows.Forms.Label();
 | 
						|
            this.label3 = new System.Windows.Forms.Label();
 | 
						|
            this.label2 = new System.Windows.Forms.Label();
 | 
						|
            this.label7 = new System.Windows.Forms.Label();
 | 
						|
            this.lblKonami = new System.Windows.Forms.Label();
 | 
						|
            this.lblRandom = new System.Windows.Forms.Label();
 | 
						|
            this.label9 = new System.Windows.Forms.Label();
 | 
						|
            this.tableLayoutPanel1.SuspendLayout();
 | 
						|
            this.SuspendLayout();
 | 
						|
            // 
 | 
						|
            // lblOverallPercentage
 | 
						|
            // 
 | 
						|
            this.lblOverallPercentage.AutoSize = true;
 | 
						|
            this.lblOverallPercentage.Location = new System.Drawing.Point(176, 150);
 | 
						|
            this.lblOverallPercentage.Name = "lblOverallPercentage";
 | 
						|
            this.lblOverallPercentage.Size = new System.Drawing.Size(21, 13);
 | 
						|
            this.lblOverallPercentage.TabIndex = 26;
 | 
						|
            this.lblOverallPercentage.Text = "0%";
 | 
						|
            // 
 | 
						|
            // lblPercent
 | 
						|
            // 
 | 
						|
            this.lblPercent.AutoSize = true;
 | 
						|
            this.lblPercent.Location = new System.Drawing.Point(176, 90);
 | 
						|
            this.lblPercent.Name = "lblPercent";
 | 
						|
            this.lblPercent.Size = new System.Drawing.Size(21, 13);
 | 
						|
            this.lblPercent.TabIndex = 25;
 | 
						|
            this.lblPercent.Text = "0%";
 | 
						|
            // 
 | 
						|
            // lblOverall
 | 
						|
            // 
 | 
						|
            this.lblOverall.AutoSize = true;
 | 
						|
            this.lblOverall.Location = new System.Drawing.Point(176, 120);
 | 
						|
            this.lblOverall.Name = "lblOverall";
 | 
						|
            this.lblOverall.Size = new System.Drawing.Size(41, 13);
 | 
						|
            this.lblOverall.TabIndex = 24;
 | 
						|
            this.lblOverall.Text = "0 bytes";
 | 
						|
            // 
 | 
						|
            // lblCurrent
 | 
						|
            // 
 | 
						|
            this.lblCurrent.AutoSize = true;
 | 
						|
            this.lblCurrent.Location = new System.Drawing.Point(176, 60);
 | 
						|
            this.lblCurrent.Name = "lblCurrent";
 | 
						|
            this.lblCurrent.Size = new System.Drawing.Size(41, 13);
 | 
						|
            this.lblCurrent.TabIndex = 23;
 | 
						|
            this.lblCurrent.Text = "0 bytes";
 | 
						|
            // 
 | 
						|
            // lblTotal
 | 
						|
            // 
 | 
						|
            this.lblTotal.AutoSize = true;
 | 
						|
            this.lblTotal.Location = new System.Drawing.Point(176, 0);
 | 
						|
            this.lblTotal.Name = "lblTotal";
 | 
						|
            this.lblTotal.Size = new System.Drawing.Size(41, 13);
 | 
						|
            this.lblTotal.TabIndex = 21;
 | 
						|
            this.lblTotal.Text = "0 bytes";
 | 
						|
            // 
 | 
						|
            // lblRead
 | 
						|
            // 
 | 
						|
            this.lblRead.AutoSize = true;
 | 
						|
            this.lblRead.Location = new System.Drawing.Point(176, 30);
 | 
						|
            this.lblRead.Name = "lblRead";
 | 
						|
            this.lblRead.Size = new System.Drawing.Size(41, 13);
 | 
						|
            this.lblRead.TabIndex = 22;
 | 
						|
            this.lblRead.Text = "0 bytes";
 | 
						|
            this.lblRead.TextAlign = System.Drawing.ContentAlignment.TopRight;
 | 
						|
            // 
 | 
						|
            // label1
 | 
						|
            // 
 | 
						|
            this.label1.AutoSize = true;
 | 
						|
            this.label1.Location = new System.Drawing.Point(3, 0);
 | 
						|
            this.label1.Name = "label1";
 | 
						|
            this.label1.Size = new System.Drawing.Size(105, 13);
 | 
						|
            this.label1.TabIndex = 27;
 | 
						|
            this.label1.Text = "Total Download Size";
 | 
						|
            // 
 | 
						|
            // tableLayoutPanel1
 | 
						|
            // 
 | 
						|
            this.tableLayoutPanel1.ColumnCount = 2;
 | 
						|
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 66.66666F));
 | 
						|
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
 | 
						|
            this.tableLayoutPanel1.Controls.Add(this.label6, 0, 5);
 | 
						|
            this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4);
 | 
						|
            this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3);
 | 
						|
            this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
 | 
						|
            this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
 | 
						|
            this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
 | 
						|
            this.tableLayoutPanel1.Controls.Add(this.lblOverallPercentage, 1, 5);
 | 
						|
            this.tableLayoutPanel1.Controls.Add(this.lblTotal, 1, 0);
 | 
						|
            this.tableLayoutPanel1.Controls.Add(this.lblOverall, 1, 4);
 | 
						|
            this.tableLayoutPanel1.Controls.Add(this.lblPercent, 1, 3);
 | 
						|
            this.tableLayoutPanel1.Controls.Add(this.lblRead, 1, 1);
 | 
						|
            this.tableLayoutPanel1.Controls.Add(this.lblCurrent, 1, 2);
 | 
						|
            this.tableLayoutPanel1.Controls.Add(this.label7, 0, 6);
 | 
						|
            this.tableLayoutPanel1.Controls.Add(this.lblKonami, 1, 6);
 | 
						|
            this.tableLayoutPanel1.Controls.Add(this.lblRandom, 1, 7);
 | 
						|
            this.tableLayoutPanel1.Controls.Add(this.label9, 0, 7);
 | 
						|
            this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
 | 
						|
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
 | 
						|
            this.tableLayoutPanel1.RowCount = 9;
 | 
						|
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
 | 
						|
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
 | 
						|
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
 | 
						|
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
 | 
						|
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
 | 
						|
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
 | 
						|
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
 | 
						|
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
 | 
						|
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
 | 
						|
            this.tableLayoutPanel1.Size = new System.Drawing.Size(260, 355);
 | 
						|
            this.tableLayoutPanel1.TabIndex = 28;
 | 
						|
            // 
 | 
						|
            // label6
 | 
						|
            // 
 | 
						|
            this.label6.AutoSize = true;
 | 
						|
            this.label6.Location = new System.Drawing.Point(3, 150);
 | 
						|
            this.label6.Name = "label6";
 | 
						|
            this.label6.Size = new System.Drawing.Size(98, 13);
 | 
						|
            this.label6.TabIndex = 32;
 | 
						|
            this.label6.Text = "Overall Percentage";
 | 
						|
            // 
 | 
						|
            // label5
 | 
						|
            // 
 | 
						|
            this.label5.AutoSize = true;
 | 
						|
            this.label5.Location = new System.Drawing.Point(3, 120);
 | 
						|
            this.label5.Name = "label5";
 | 
						|
            this.label5.Size = new System.Drawing.Size(132, 13);
 | 
						|
            this.label5.TabIndex = 31;
 | 
						|
            this.label5.Text = "Bytes Downloaded Overall";
 | 
						|
            // 
 | 
						|
            // label4
 | 
						|
            // 
 | 
						|
            this.label4.AutoSize = true;
 | 
						|
            this.label4.Location = new System.Drawing.Point(3, 90);
 | 
						|
            this.label4.Name = "label4";
 | 
						|
            this.label4.Size = new System.Drawing.Size(118, 13);
 | 
						|
            this.label4.TabIndex = 30;
 | 
						|
            this.label4.Text = "Current File Percentage";
 | 
						|
            // 
 | 
						|
            // label3
 | 
						|
            // 
 | 
						|
            this.label3.AutoSize = true;
 | 
						|
            this.label3.Location = new System.Drawing.Point(3, 60);
 | 
						|
            this.label3.Name = "label3";
 | 
						|
            this.label3.Size = new System.Drawing.Size(146, 13);
 | 
						|
            this.label3.TabIndex = 29;
 | 
						|
            this.label3.Text = "Downloaded from Current File";
 | 
						|
            // 
 | 
						|
            // label2
 | 
						|
            // 
 | 
						|
            this.label2.AutoSize = true;
 | 
						|
            this.label2.Location = new System.Drawing.Point(3, 30);
 | 
						|
            this.label2.Name = "label2";
 | 
						|
            this.label2.Size = new System.Drawing.Size(62, 13);
 | 
						|
            this.label2.TabIndex = 28;
 | 
						|
            this.label2.Text = "Bytes Read";
 | 
						|
            // 
 | 
						|
            // label7
 | 
						|
            // 
 | 
						|
            this.label7.AutoSize = true;
 | 
						|
            this.label7.Location = new System.Drawing.Point(3, 180);
 | 
						|
            this.label7.Name = "label7";
 | 
						|
            this.label7.Size = new System.Drawing.Size(42, 13);
 | 
						|
            this.label7.TabIndex = 33;
 | 
						|
            this.label7.Text = "Konami";
 | 
						|
            // 
 | 
						|
            // lblKonami
 | 
						|
            // 
 | 
						|
            this.lblKonami.AutoSize = true;
 | 
						|
            this.lblKonami.Location = new System.Drawing.Point(176, 180);
 | 
						|
            this.lblKonami.Name = "lblKonami";
 | 
						|
            this.lblKonami.Size = new System.Drawing.Size(16, 13);
 | 
						|
            this.lblKonami.TabIndex = 34;
 | 
						|
            this.lblKonami.Text = "-1";
 | 
						|
            // 
 | 
						|
            // lblRandom
 | 
						|
            // 
 | 
						|
            this.lblRandom.AutoSize = true;
 | 
						|
            this.lblRandom.Location = new System.Drawing.Point(176, 210);
 | 
						|
            this.lblRandom.Name = "lblRandom";
 | 
						|
            this.lblRandom.Size = new System.Drawing.Size(13, 13);
 | 
						|
            this.lblRandom.TabIndex = 37;
 | 
						|
            this.lblRandom.Text = "0";
 | 
						|
            // 
 | 
						|
            // label9
 | 
						|
            // 
 | 
						|
            this.label9.AutoSize = true;
 | 
						|
            this.label9.Location = new System.Drawing.Point(3, 210);
 | 
						|
            this.label9.Name = "label9";
 | 
						|
            this.label9.Size = new System.Drawing.Size(47, 13);
 | 
						|
            this.label9.TabIndex = 38;
 | 
						|
            this.label9.Text = "Random";
 | 
						|
            // 
 | 
						|
            // Debug
 | 
						|
            // 
 | 
						|
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
 | 
						|
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | 
						|
            this.ClientSize = new System.Drawing.Size(284, 379);
 | 
						|
            this.Controls.Add(this.tableLayoutPanel1);
 | 
						|
            this.Name = "Debug";
 | 
						|
            this.Text = "Debug";
 | 
						|
            this.tableLayoutPanel1.ResumeLayout(false);
 | 
						|
            this.tableLayoutPanel1.PerformLayout();
 | 
						|
            this.ResumeLayout(false);
 | 
						|
 | 
						|
        }
 | 
						|
 | 
						|
        #endregion
 | 
						|
 | 
						|
        private System.Windows.Forms.Label lblOverallPercentage;
 | 
						|
        private System.Windows.Forms.Label lblPercent;
 | 
						|
        private System.Windows.Forms.Label lblOverall;
 | 
						|
        private System.Windows.Forms.Label lblCurrent;
 | 
						|
        private System.Windows.Forms.Label lblTotal;
 | 
						|
        private System.Windows.Forms.Label lblRead;
 | 
						|
        private System.Windows.Forms.Label label1;
 | 
						|
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
 | 
						|
        private System.Windows.Forms.Label label6;
 | 
						|
        private System.Windows.Forms.Label label5;
 | 
						|
        private System.Windows.Forms.Label label4;
 | 
						|
        private System.Windows.Forms.Label label3;
 | 
						|
        private System.Windows.Forms.Label label2;
 | 
						|
        private System.Windows.Forms.Label label7;
 | 
						|
        private System.Windows.Forms.Label lblKonami;
 | 
						|
        private System.Windows.Forms.Label lblRandom;
 | 
						|
        private System.Windows.Forms.Label label9;
 | 
						|
    }
 | 
						|
} |