Parol1.Designer.cs 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. 
  2. namespace Brovi12
  3. {
  4. partial class Parol1
  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(Parol1));
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.SuspendLayout();
  34. //
  35. // button1
  36. //
  37. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  38. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  39. this.button1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  40. this.button1.Location = new System.Drawing.Point(106, 150);
  41. this.button1.Name = "button1";
  42. this.button1.Size = new System.Drawing.Size(137, 45);
  43. this.button1.TabIndex = 5;
  44. this.button1.Text = "Войти";
  45. this.button1.UseVisualStyleBackColor = false;
  46. this.button1.Click += new System.EventHandler(this.button1_Click);
  47. //
  48. // textBox1
  49. //
  50. this.textBox1.Location = new System.Drawing.Point(73, 99);
  51. this.textBox1.Name = "textBox1";
  52. this.textBox1.Size = new System.Drawing.Size(212, 20);
  53. this.textBox1.TabIndex = 4;
  54. //
  55. // label1
  56. //
  57. this.label1.AutoSize = true;
  58. this.label1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  59. this.label1.Location = new System.Drawing.Point(31, 55);
  60. this.label1.Name = "label1";
  61. this.label1.Size = new System.Drawing.Size(294, 19);
  62. this.label1.TabIndex = 3;
  63. this.label1.Text = "Введите пароль администратора:";
  64. //
  65. // Parol1
  66. //
  67. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  68. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  69. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  70. this.ClientSize = new System.Drawing.Size(362, 226);
  71. this.Controls.Add(this.button1);
  72. this.Controls.Add(this.textBox1);
  73. this.Controls.Add(this.label1);
  74. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  75. this.Name = "Parol1";
  76. this.Text = "Администратор";
  77. this.ResumeLayout(false);
  78. this.PerformLayout();
  79. }
  80. #endregion
  81. private System.Windows.Forms.Button button1;
  82. private System.Windows.Forms.TextBox textBox1;
  83. private System.Windows.Forms.Label label1;
  84. }
  85. }