Password.Designer.cs 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. 
  2. namespace Brovi11
  3. {
  4. partial class Password
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  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. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Password));
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.textBox1 = new System.Windows.Forms.TextBox();
  33. this.SuspendLayout();
  34. //
  35. // button1
  36. //
  37. this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  38. this.button1.Location = new System.Drawing.Point(94, 118);
  39. this.button1.Name = "button1";
  40. this.button1.Size = new System.Drawing.Size(119, 46);
  41. this.button1.TabIndex = 0;
  42. this.button1.Text = "Вход";
  43. this.button1.UseVisualStyleBackColor = true;
  44. this.button1.Click += new System.EventHandler(this.button1_Click);
  45. //
  46. // label1
  47. //
  48. this.label1.AutoSize = true;
  49. this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  50. this.label1.Location = new System.Drawing.Point(14, 15);
  51. this.label1.Name = "label1";
  52. this.label1.Size = new System.Drawing.Size(82, 23);
  53. this.label1.TabIndex = 1;
  54. this.label1.Text = "Пароль:";
  55. //
  56. // textBox1
  57. //
  58. this.textBox1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  59. this.textBox1.Location = new System.Drawing.Point(141, 12);
  60. this.textBox1.Name = "textBox1";
  61. this.textBox1.Size = new System.Drawing.Size(151, 30);
  62. this.textBox1.TabIndex = 2;
  63. //
  64. // Password
  65. //
  66. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  67. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  68. this.ClientSize = new System.Drawing.Size(300, 187);
  69. this.Controls.Add(this.textBox1);
  70. this.Controls.Add(this.label1);
  71. this.Controls.Add(this.button1);
  72. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  73. this.Name = "Password";
  74. this.Text = "Password";
  75. this.ResumeLayout(false);
  76. this.PerformLayout();
  77. }
  78. #endregion
  79. private System.Windows.Forms.Button button1;
  80. private System.Windows.Forms.Label label1;
  81. private System.Windows.Forms.TextBox textBox1;
  82. }
  83. }