Parol.Designer.cs 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. 
  2. namespace Brovi12
  3. {
  4. partial class Parol
  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(Parol));
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.SuspendLayout();
  34. //
  35. // label1
  36. //
  37. this.label1.AutoSize = true;
  38. this.label1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  39. this.label1.Location = new System.Drawing.Point(56, 57);
  40. this.label1.Name = "label1";
  41. this.label1.Size = new System.Drawing.Size(294, 19);
  42. this.label1.TabIndex = 0;
  43. this.label1.Text = "Введите пароль администратора:";
  44. //
  45. // textBox1
  46. //
  47. this.textBox1.Location = new System.Drawing.Point(98, 101);
  48. this.textBox1.Name = "textBox1";
  49. this.textBox1.Size = new System.Drawing.Size(212, 20);
  50. this.textBox1.TabIndex = 1;
  51. //
  52. // button1
  53. //
  54. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  55. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  56. this.button1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  57. this.button1.Location = new System.Drawing.Point(131, 152);
  58. this.button1.Name = "button1";
  59. this.button1.Size = new System.Drawing.Size(137, 45);
  60. this.button1.TabIndex = 2;
  61. this.button1.Text = "Войти";
  62. this.button1.UseVisualStyleBackColor = false;
  63. this.button1.Click += new System.EventHandler(this.button1_Click);
  64. //
  65. // Parol
  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(392, 224);
  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 = "Parol";
  76. this.Text = "Администратор";
  77. this.ResumeLayout(false);
  78. this.PerformLayout();
  79. }
  80. #endregion
  81. private System.Windows.Forms.Label label1;
  82. private System.Windows.Forms.TextBox textBox1;
  83. private System.Windows.Forms.Button button1;
  84. }
  85. }