Advertisement
lazix

visual studio heck

Feb 3rd, 2020
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 8.39 KB | None | 0 0
  1. namespace WindowsFormsApp3
  2. {
  3.     partial class Login
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.  
  10.         /// <summary>
  11.         /// Clean up any resources being used.
  12.         /// </summary>
  13.         /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  24.  
  25.         /// <summary>
  26.         /// Required method for Designer support - do not modify
  27.         /// the contents of this method with the code editor.
  28.         /// </summary>
  29.         private void InitializeComponent()
  30.         {
  31.             this.components = new System.ComponentModel.Container();
  32.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
  33.             this.textBox1 = new System.Windows.Forms.TextBox();
  34.             this.textBox2 = new System.Windows.Forms.TextBox();
  35.             this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36.             this.pictureBox2 = new System.Windows.Forms.PictureBox();
  37.             this.button1 = new System.Windows.Forms.Button();
  38.             this.Exit = new System.Windows.Forms.Button();
  39.             this.panel1 = new System.Windows.Forms.Panel();
  40.             this.label1 = new System.Windows.Forms.Label();
  41.             this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  42.             this.label2 = new System.Windows.Forms.Label();
  43.             this.label3 = new System.Windows.Forms.Label();
  44.             this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  45.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  46.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  47.             this.panel1.SuspendLayout();
  48.             this.SuspendLayout();
  49.             //
  50.             // textBox1
  51.             //
  52.             this.textBox1.Location = new System.Drawing.Point(106, 215);
  53.             this.textBox1.Name = "textBox1";
  54.             this.textBox1.Size = new System.Drawing.Size(199, 20);
  55.             this.textBox1.TabIndex = 0;
  56.             //
  57.             // textBox2
  58.             //
  59.             this.textBox2.Location = new System.Drawing.Point(106, 264);
  60.             this.textBox2.Name = "textBox2";
  61.             this.textBox2.Size = new System.Drawing.Size(198, 20);
  62.             this.textBox2.TabIndex = 1;
  63.             //
  64.             // pictureBox1
  65.             //
  66.             this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  67.             this.pictureBox1.Location = new System.Drawing.Point(23, 17);
  68.             this.pictureBox1.Name = "pictureBox1";
  69.             this.pictureBox1.Size = new System.Drawing.Size(349, 37);
  70.             this.pictureBox1.TabIndex = 2;
  71.             this.pictureBox1.TabStop = false;
  72.             //
  73.             // pictureBox2
  74.             //
  75.             this.pictureBox2.Location = new System.Drawing.Point(297, 3);
  76.             this.pictureBox2.Name = "pictureBox2";
  77.             this.pictureBox2.Size = new System.Drawing.Size(8, 8);
  78.             this.pictureBox2.TabIndex = 3;
  79.             this.pictureBox2.TabStop = false;
  80.             //
  81.             // button1
  82.             //
  83.             this.button1.Location = new System.Drawing.Point(106, 325);
  84.             this.button1.Name = "button1";
  85.             this.button1.Size = new System.Drawing.Size(75, 23);
  86.             this.button1.TabIndex = 6;
  87.             this.button1.Text = "Login";
  88.             this.button1.UseVisualStyleBackColor = true;
  89.             this.button1.Click += new System.EventHandler(this.button1_Click);
  90.             //
  91.             // Exit
  92.             //
  93.             this.Exit.Location = new System.Drawing.Point(230, 325);
  94.             this.Exit.Name = "Exit";
  95.             this.Exit.Size = new System.Drawing.Size(75, 23);
  96.             this.Exit.TabIndex = 7;
  97.             this.Exit.Text = "Exit";
  98.             this.Exit.UseVisualStyleBackColor = true;
  99.             this.Exit.Click += new System.EventHandler(this.Exit_Click);
  100.             //
  101.             // panel1
  102.             //
  103.             this.panel1.Controls.Add(this.label1);
  104.             this.panel1.Location = new System.Drawing.Point(106, 90);
  105.             this.panel1.Name = "panel1";
  106.             this.panel1.Size = new System.Drawing.Size(198, 100);
  107.             this.panel1.TabIndex = 9;
  108.             this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
  109.             //
  110.             // label1
  111.             //
  112.             this.label1.AutoSize = true;
  113.             this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  114.             this.label1.Location = new System.Drawing.Point(61, 50);
  115.             this.label1.Name = "label1";
  116.             this.label1.Size = new System.Drawing.Size(65, 25);
  117.             this.label1.TabIndex = 0;
  118.             this.label1.Text = "Login";
  119.             //
  120.             // contextMenuStrip1
  121.             //
  122.             this.contextMenuStrip1.Name = "contextMenuStrip1";
  123.             this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
  124.             //
  125.             // label2
  126.             //
  127.             this.label2.AutoSize = true;
  128.             this.label2.Location = new System.Drawing.Point(45, 218);
  129.             this.label2.Name = "label2";
  130.             this.label2.Size = new System.Drawing.Size(55, 13);
  131.             this.label2.TabIndex = 11;
  132.             this.label2.Text = "Username";
  133.             //
  134.             // label3
  135.             //
  136.             this.label3.AutoSize = true;
  137.             this.label3.Location = new System.Drawing.Point(45, 267);
  138.             this.label3.Name = "label3";
  139.             this.label3.Size = new System.Drawing.Size(53, 13);
  140.             this.label3.TabIndex = 12;
  141.             this.label3.Text = "Password";
  142.             //
  143.             // Login
  144.             //
  145.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  146.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  147.             this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  148.             this.ClientSize = new System.Drawing.Size(386, 433);
  149.             this.Controls.Add(this.label3);
  150.             this.Controls.Add(this.label2);
  151.             this.Controls.Add(this.panel1);
  152.             this.Controls.Add(this.Exit);
  153.             this.Controls.Add(this.button1);
  154.             this.Controls.Add(this.pictureBox2);
  155.             this.Controls.Add(this.pictureBox1);
  156.             this.Controls.Add(this.textBox2);
  157.             this.Controls.Add(this.textBox1);
  158.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  159.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  160.             this.Name = "Login";
  161.             this.Text = "Form1";
  162.             this.Load += new System.EventHandler(this.Login_Load);
  163.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  164.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  165.             this.panel1.ResumeLayout(false);
  166.             this.panel1.PerformLayout();
  167.             this.ResumeLayout(false);
  168.             this.PerformLayout();
  169.  
  170.         }
  171.  
  172.         #endregion
  173.  
  174.         private System.Windows.Forms.TextBox textBox1;
  175.         private System.Windows.Forms.TextBox textBox2;
  176.         private System.Windows.Forms.PictureBox pictureBox1;
  177.         private System.Windows.Forms.PictureBox pictureBox2;
  178.         private System.Windows.Forms.Button button1;
  179.         private System.Windows.Forms.Button Exit;
  180.         private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  181.         private System.Windows.Forms.Label label1;
  182.         private System.Windows.Forms.Label label2;
  183.         private System.Windows.Forms.Label label3;
  184.         private System.ComponentModel.BackgroundWorker backgroundWorker1;
  185.         private System.Windows.Forms.Panel panel1;
  186.     }
  187. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement