Form1.Designer.cs 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. namespace RozenbergBrovki
  2. {
  3. partial class Авторизация
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Код, автоматически созданный конструктором форм Windows
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Авторизация));
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.Логин = new System.Windows.Forms.TextBox();
  34. this.Пароль = new System.Windows.Forms.TextBox();
  35. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // button1
  40. //
  41. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  42. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  43. this.button1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  44. this.button1.Location = new System.Drawing.Point(102, 192);
  45. this.button1.Name = "button1";
  46. this.button1.Size = new System.Drawing.Size(131, 37);
  47. this.button1.TabIndex = 1;
  48. this.button1.Text = "Войти";
  49. this.button1.UseVisualStyleBackColor = false;
  50. this.button1.Click += new System.EventHandler(this.button1_Click);
  51. //
  52. // button2
  53. //
  54. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  55. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  56. this.button2.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  57. this.button2.Location = new System.Drawing.Point(275, 192);
  58. this.button2.Name = "button2";
  59. this.button2.Size = new System.Drawing.Size(131, 57);
  60. this.button2.TabIndex = 2;
  61. this.button2.Text = "Продолжить без пароля";
  62. this.button2.UseVisualStyleBackColor = false;
  63. this.button2.Click += new System.EventHandler(this.button2_Click);
  64. //
  65. // label1
  66. //
  67. this.label1.AutoSize = true;
  68. this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  69. this.label1.Location = new System.Drawing.Point(18, 95);
  70. this.label1.Name = "label1";
  71. this.label1.Size = new System.Drawing.Size(70, 23);
  72. this.label1.TabIndex = 3;
  73. this.label1.Text = "Логин:";
  74. //
  75. // label2
  76. //
  77. this.label2.AutoSize = true;
  78. this.label2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  79. this.label2.Location = new System.Drawing.Point(6, 129);
  80. this.label2.Name = "label2";
  81. this.label2.Size = new System.Drawing.Size(82, 23);
  82. this.label2.TabIndex = 4;
  83. this.label2.Text = "Пароль:";
  84. //
  85. // Логин
  86. //
  87. this.Логин.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  88. this.Логин.Location = new System.Drawing.Point(94, 98);
  89. this.Логин.Multiline = true;
  90. this.Логин.Name = "Логин";
  91. this.Логин.Size = new System.Drawing.Size(139, 23);
  92. this.Логин.TabIndex = 5;
  93. //
  94. // Пароль
  95. //
  96. this.Пароль.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  97. this.Пароль.Location = new System.Drawing.Point(94, 129);
  98. this.Пароль.Multiline = true;
  99. this.Пароль.Name = "Пароль";
  100. this.Пароль.Size = new System.Drawing.Size(139, 23);
  101. this.Пароль.TabIndex = 6;
  102. //
  103. // pictureBox2
  104. //
  105. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  106. this.pictureBox2.Location = new System.Drawing.Point(446, 12);
  107. this.pictureBox2.Name = "pictureBox2";
  108. this.pictureBox2.Size = new System.Drawing.Size(76, 65);
  109. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  110. this.pictureBox2.TabIndex = 7;
  111. this.pictureBox2.TabStop = false;
  112. //
  113. // Авторизация
  114. //
  115. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  116. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  117. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  118. this.ClientSize = new System.Drawing.Size(534, 261);
  119. this.Controls.Add(this.pictureBox2);
  120. this.Controls.Add(this.Пароль);
  121. this.Controls.Add(this.Логин);
  122. this.Controls.Add(this.label2);
  123. this.Controls.Add(this.label1);
  124. this.Controls.Add(this.button2);
  125. this.Controls.Add(this.button1);
  126. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  127. this.Name = "Авторизация";
  128. this.Text = "Авторизация";
  129. this.Load += new System.EventHandler(this.Form1_Load);
  130. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  131. this.ResumeLayout(false);
  132. this.PerformLayout();
  133. }
  134. #endregion
  135. private System.Windows.Forms.Button button1;
  136. private System.Windows.Forms.Button button2;
  137. private System.Windows.Forms.Label label1;
  138. private System.Windows.Forms.Label label2;
  139. private System.Windows.Forms.TextBox Логин;
  140. private System.Windows.Forms.TextBox Пароль;
  141. private System.Windows.Forms.PictureBox pictureBox2;
  142. }
  143. }