Advertisement
Guest User

Untitled

a guest
Feb 26th, 2018
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 18.21 KB | None | 0 0
  1. namespace Youtube_Downloader
  2. {
  3.     partial class Form1
  4.     {
  5.         /// <summary>
  6.         /// Variable nécessaire au concepteur.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.  
  10.         /// <summary>
  11.         /// Nettoyage des ressources utilisées.
  12.         /// </summary>
  13.         /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
  14.         protected override void Dispose(bool disposing)
  15.         {
  16.             if (disposing && (components != null))
  17.             {
  18.                 components.Dispose();
  19.             }
  20.             base.Dispose(disposing);
  21.         }
  22.  
  23.         #region Code généré par le Concepteur Windows Form
  24.  
  25.         /// <summary>
  26.         /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
  27.         /// le contenu de cette méthode avec l'éditeur de code.
  28.         /// </summary>
  29.         private void InitializeComponent()
  30.         {
  31.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  32.             this.panel2 = new System.Windows.Forms.Panel();
  33.             this.panel6 = new System.Windows.Forms.Panel();
  34.             this.panel4 = new System.Windows.Forms.Panel();
  35.             this.label5 = new System.Windows.Forms.Label();
  36.             this.panel8 = new System.Windows.Forms.Panel();
  37.             this.panel9 = new System.Windows.Forms.Panel();
  38.             this.bunifuMetroTextbox1 = new System.Windows.Forms.TextBox();
  39.             this.panel3 = new System.Windows.Forms.Panel();
  40.             this.pictureBox2 = new System.Windows.Forms.PictureBox();
  41.             this.panel5 = new System.Windows.Forms.Panel();
  42.             this.label1 = new System.Windows.Forms.Label();
  43.             this.pictureBox1 = new System.Windows.Forms.PictureBox();
  44.             this.label3 = new System.Windows.Forms.Label();
  45.             this.label4 = new System.Windows.Forms.Label();
  46.             this.panel7 = new System.Windows.Forms.Panel();
  47.             this.label2 = new System.Windows.Forms.Label();
  48.             this.panel1 = new System.Windows.Forms.Panel();
  49.             this.panel10 = new System.Windows.Forms.Panel();
  50.             this.bunifuSeparator1 = new System.Windows.Forms.Panel();
  51.             this.panel2.SuspendLayout();
  52.             this.panel6.SuspendLayout();
  53.             this.panel4.SuspendLayout();
  54.             this.panel8.SuspendLayout();
  55.             this.panel9.SuspendLayout();
  56.             this.panel3.SuspendLayout();
  57.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  58.             this.panel5.SuspendLayout();
  59.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  60.             this.panel7.SuspendLayout();
  61.             this.SuspendLayout();
  62.             //
  63.             // panel2
  64.             //
  65.             this.panel2.Controls.Add(this.panel8);
  66.             this.panel2.Controls.Add(this.panel4);
  67.             this.panel2.Location = new System.Drawing.Point(5, 48);
  68.             this.panel2.Name = "panel2";
  69.             this.panel2.Size = new System.Drawing.Size(796, 708);
  70.             this.panel2.TabIndex = 6;
  71.             this.panel2.Click += new System.EventHandler(this.Form1_Click);
  72.             this.panel2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown);
  73.             //
  74.             // panel6
  75.             //
  76.             this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(22)))), ((int)(((byte)(22)))));
  77.             this.panel6.Controls.Add(this.label4);
  78.             this.panel6.Controls.Add(this.label3);
  79.             this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
  80.             this.panel6.Location = new System.Drawing.Point(0, 752);
  81.             this.panel6.Name = "panel6";
  82.             this.panel6.Size = new System.Drawing.Size(800, 48);
  83.             this.panel6.TabIndex = 10;
  84.             //
  85.             // panel4
  86.             //
  87.             this.panel4.BackColor = System.Drawing.Color.SeaGreen;
  88.             this.panel4.Controls.Add(this.label5);
  89.             this.panel4.Location = new System.Drawing.Point(167, 396);
  90.             this.panel4.Name = "panel4";
  91.             this.panel4.Size = new System.Drawing.Size(465, 48);
  92.             this.panel4.TabIndex = 6;
  93.             //
  94.             // label5
  95.             //
  96.             this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
  97.             this.label5.Font = new System.Drawing.Font("Century Gothic", 20.25F, System.Drawing.FontStyle.Bold);
  98.             this.label5.ForeColor = System.Drawing.Color.White;
  99.             this.label5.Location = new System.Drawing.Point(0, 0);
  100.             this.label5.Name = "label5";
  101.             this.label5.Size = new System.Drawing.Size(465, 48);
  102.             this.label5.TabIndex = 7;
  103.             this.label5.Text = "Télécharger !";
  104.             this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  105.             this.label5.Click += new System.EventHandler(this.Download_Button);
  106.             this.label5.MouseEnter += new System.EventHandler(this.HoverEnterButton);
  107.             this.label5.MouseLeave += new System.EventHandler(this.HoverLeaveButton);
  108.             //
  109.             // panel8
  110.             //
  111.             this.panel8.BackColor = System.Drawing.Color.White;
  112.             this.panel8.Controls.Add(this.panel9);
  113.             this.panel8.Location = new System.Drawing.Point(167, 341);
  114.             this.panel8.Name = "panel8";
  115.             this.panel8.Size = new System.Drawing.Size(465, 49);
  116.             this.panel8.TabIndex = 7;
  117.             //
  118.             // panel9
  119.             //
  120.             this.panel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(33)))), ((int)(((byte)(33)))));
  121.             this.panel9.Controls.Add(this.bunifuMetroTextbox1);
  122.             this.panel9.Location = new System.Drawing.Point(2, 2);
  123.             this.panel9.Name = "panel9";
  124.             this.panel9.Size = new System.Drawing.Size(461, 45);
  125.             this.panel9.TabIndex = 8;
  126.             this.panel9.Click += new System.EventHandler(this.ClickInput);
  127.             this.panel9.MouseEnter += new System.EventHandler(this.HoverEnterInput);
  128.             this.panel9.MouseLeave += new System.EventHandler(this.HoverLeaveInput);
  129.             //
  130.             // bunifuMetroTextbox1
  131.             //
  132.             this.bunifuMetroTextbox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(33)))), ((int)(((byte)(33)))));
  133.             this.bunifuMetroTextbox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  134.             this.bunifuMetroTextbox1.Font = new System.Drawing.Font("Century Gothic", 9.75F);
  135.             this.bunifuMetroTextbox1.ForeColor = System.Drawing.Color.White;
  136.             this.bunifuMetroTextbox1.Location = new System.Drawing.Point(1, 13);
  137.             this.bunifuMetroTextbox1.Name = "bunifuMetroTextbox1";
  138.             this.bunifuMetroTextbox1.Size = new System.Drawing.Size(462, 16);
  139.             this.bunifuMetroTextbox1.TabIndex = 8;
  140.             this.bunifuMetroTextbox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  141.             this.bunifuMetroTextbox1.Enter += new System.EventHandler(this.removeText);
  142.             this.bunifuMetroTextbox1.Leave += new System.EventHandler(this.addText);
  143.             this.bunifuMetroTextbox1.MouseEnter += new System.EventHandler(this.HoverEnterInput);
  144.             this.bunifuMetroTextbox1.MouseLeave += new System.EventHandler(this.HoverLeaveInput);
  145.             //
  146.             // panel3
  147.             //
  148.             this.panel3.Controls.Add(this.pictureBox2);
  149.             this.panel3.Location = new System.Drawing.Point(0, 51);
  150.             this.panel3.Name = "panel3";
  151.             this.panel3.Size = new System.Drawing.Size(800, 705);
  152.             this.panel3.TabIndex = 11;
  153.             this.panel3.Visible = false;
  154.             this.panel3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown);
  155.             //
  156.             // pictureBox2
  157.             //
  158.             this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  159.             this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  160.             this.pictureBox2.Location = new System.Drawing.Point(277, 258);
  161.             this.pictureBox2.Name = "pictureBox2";
  162.             this.pictureBox2.Size = new System.Drawing.Size(256, 256);
  163.             this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  164.             this.pictureBox2.TabIndex = 7;
  165.             this.pictureBox2.TabStop = false;
  166.             //
  167.             // panel5
  168.             //
  169.             this.panel5.Controls.Add(this.bunifuSeparator1);
  170.             this.panel5.Controls.Add(this.label1);
  171.             this.panel5.Controls.Add(this.pictureBox1);
  172.             this.panel5.Location = new System.Drawing.Point(2, 54);
  173.             this.panel5.Name = "panel5";
  174.             this.panel5.Size = new System.Drawing.Size(799, 702);
  175.             this.panel5.TabIndex = 12;
  176.             this.panel5.Visible = false;
  177.             this.panel5.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown);
  178.             //
  179.             // label1
  180.             //
  181.             this.label1.AutoSize = true;
  182.             this.label1.Font = new System.Drawing.Font("Century Gothic", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  183.             this.label1.ForeColor = System.Drawing.Color.White;
  184.             this.label1.Location = new System.Drawing.Point(85, 509);
  185.             this.label1.Name = "label1";
  186.             this.label1.Size = new System.Drawing.Size(0, 23);
  187.             this.label1.TabIndex = 1;
  188.             //
  189.             // pictureBox1
  190.             //
  191.             this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  192.             this.pictureBox1.Location = new System.Drawing.Point(89, 26);
  193.             this.pictureBox1.Name = "pictureBox1";
  194.             this.pictureBox1.Size = new System.Drawing.Size(640, 480);
  195.             this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  196.             this.pictureBox1.TabIndex = 0;
  197.             this.pictureBox1.TabStop = false;
  198.             this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown);
  199.             //
  200.             // label3
  201.             //
  202.             this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  203.             this.label3.Font = new System.Drawing.Font("Century Gothic", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  204.             this.label3.ForeColor = System.Drawing.Color.White;
  205.             this.label3.Location = new System.Drawing.Point(0, 0);
  206.             this.label3.Name = "label3";
  207.             this.label3.Size = new System.Drawing.Size(800, 48);
  208.             this.label3.TabIndex = 3;
  209.             this.label3.Text = "© Copyright 2018 - Youtube Downloader - Créé par                       - Tous Dro" +
  210.     "its Réservés";
  211.             this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  212.             this.label3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown);
  213.             //
  214.             // label4
  215.             //
  216.             this.label4.AutoSize = true;
  217.             this.label4.BackColor = System.Drawing.Color.Transparent;
  218.             this.label4.Cursor = System.Windows.Forms.Cursors.Default;
  219.             this.label4.Font = new System.Drawing.Font("Century Gothic", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  220.             this.label4.ForeColor = System.Drawing.Color.Red;
  221.             this.label4.Location = new System.Drawing.Point(464, 14);
  222.             this.label4.Name = "label4";
  223.             this.label4.Size = new System.Drawing.Size(88, 20);
  224.             this.label4.TabIndex = 4;
  225.             this.label4.Text = "Flammrock";
  226.             this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  227.             this.label4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown);
  228.             //
  229.             // panel7
  230.             //
  231.             this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(22)))), ((int)(((byte)(22)))));
  232.             this.panel7.Controls.Add(this.panel10);
  233.             this.panel7.Controls.Add(this.label2);
  234.             this.panel7.Controls.Add(this.panel1);
  235.             this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
  236.             this.panel7.Location = new System.Drawing.Point(0, 0);
  237.             this.panel7.Name = "panel7";
  238.             this.panel7.Size = new System.Drawing.Size(800, 53);
  239.             this.panel7.TabIndex = 13;
  240.             this.panel7.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown);
  241.             //
  242.             // label2
  243.             //
  244.             this.label2.AutoSize = true;
  245.             this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  246.             this.label2.ForeColor = System.Drawing.SystemColors.ButtonFace;
  247.             this.label2.Location = new System.Drawing.Point(42, 18);
  248.             this.label2.Name = "label2";
  249.             this.label2.Size = new System.Drawing.Size(203, 18);
  250.             this.label2.TabIndex = 5;
  251.             this.label2.Text = "YouTube Downloader | v1.0.0";
  252.             //
  253.             // panel1
  254.             //
  255.             this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
  256.             this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  257.             this.panel1.Location = new System.Drawing.Point(5, 8);
  258.             this.panel1.Name = "panel1";
  259.             this.panel1.Size = new System.Drawing.Size(41, 37);
  260.             this.panel1.TabIndex = 1;
  261.             //
  262.             // panel10
  263.             //
  264.             this.panel10.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel10.BackgroundImage")));
  265.             this.panel10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  266.             this.panel10.Cursor = System.Windows.Forms.Cursors.Hand;
  267.             this.panel10.Location = new System.Drawing.Point(737, 0);
  268.             this.panel10.Name = "panel10";
  269.             this.panel10.Size = new System.Drawing.Size(63, 53);
  270.             this.panel10.TabIndex = 2;
  271.             this.panel10.Click += new System.EventHandler(this.Close);
  272.             this.panel10.MouseEnter += new System.EventHandler(this.closeEnter);
  273.             this.panel10.MouseLeave += new System.EventHandler(this.closeLeave);
  274.             //
  275.             // bunifuSeparator1
  276.             //
  277.             this.bunifuSeparator1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
  278.             this.bunifuSeparator1.Location = new System.Drawing.Point(89, 539);
  279.             this.bunifuSeparator1.Name = "bunifuSeparator1";
  280.             this.bunifuSeparator1.Size = new System.Drawing.Size(640, 1);
  281.             this.bunifuSeparator1.TabIndex = 3;
  282.             //
  283.             // Form1
  284.             //
  285.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  286.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  287.             this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(33)))), ((int)(((byte)(33)))));
  288.             this.ClientSize = new System.Drawing.Size(800, 800);
  289.             this.Controls.Add(this.panel7);
  290.             this.Controls.Add(this.panel5);
  291.             this.Controls.Add(this.panel3);
  292.             this.Controls.Add(this.panel6);
  293.             this.Controls.Add(this.panel2);
  294.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  295.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  296.             this.MaximizeBox = false;
  297.             this.Name = "Form1";
  298.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  299.             this.Text = "YouTube DownLoader | v1.0.0";
  300.             this.Load += new System.EventHandler(this.Form1_Load);
  301.             this.Click += new System.EventHandler(this.Form1_Click);
  302.             this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown);
  303.             this.panel2.ResumeLayout(false);
  304.             this.panel6.ResumeLayout(false);
  305.             this.panel6.PerformLayout();
  306.             this.panel4.ResumeLayout(false);
  307.             this.panel8.ResumeLayout(false);
  308.             this.panel9.ResumeLayout(false);
  309.             this.panel9.PerformLayout();
  310.             this.panel3.ResumeLayout(false);
  311.             this.panel3.PerformLayout();
  312.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  313.             this.panel5.ResumeLayout(false);
  314.             this.panel5.PerformLayout();
  315.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  316.             this.panel7.ResumeLayout(false);
  317.             this.panel7.PerformLayout();
  318.             this.ResumeLayout(false);
  319.  
  320.         }
  321.  
  322.         #endregion
  323.         private System.Windows.Forms.Panel panel2;
  324.         private System.Windows.Forms.Panel panel6;
  325.         private System.Windows.Forms.Panel panel8;
  326.         private System.Windows.Forms.Panel panel9;
  327.         private System.Windows.Forms.TextBox bunifuMetroTextbox1;
  328.         private System.Windows.Forms.Panel panel4;
  329.         private System.Windows.Forms.Label label5;
  330.         private System.Windows.Forms.Label label4;
  331.         private System.Windows.Forms.Label label3;
  332.         private System.Windows.Forms.Panel panel3;
  333.         private System.Windows.Forms.PictureBox pictureBox2;
  334.         private System.Windows.Forms.Panel panel5;
  335.         private System.Windows.Forms.Label label1;
  336.         private System.Windows.Forms.PictureBox pictureBox1;
  337.         private System.Windows.Forms.Panel bunifuSeparator1;
  338.         private System.Windows.Forms.Panel panel7;
  339.         private System.Windows.Forms.Panel panel10;
  340.         private System.Windows.Forms.Label label2;
  341.         private System.Windows.Forms.Panel panel1;
  342.     }
  343. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement