InForm.Designer.cs 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. namespace WindowsFormsApp1
  2. {
  3. partial class InForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InForm));
  29. this.LoginBox = new System.Windows.Forms.TextBox();
  30. this.PassBox = new System.Windows.Forms.TextBox();
  31. this.InButton = new System.Windows.Forms.Button();
  32. this.loginLabel = new System.Windows.Forms.Label();
  33. this.passLabel = new System.Windows.Forms.Label();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36. this.Auato_Box = new System.Windows.Forms.Label();
  37. this.LessPass = new System.Windows.Forms.Button();
  38. this.panel1.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // LoginBox
  43. //
  44. this.LoginBox.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  45. this.LoginBox.Location = new System.Drawing.Point(92, 122);
  46. this.LoginBox.Multiline = true;
  47. this.LoginBox.Name = "LoginBox";
  48. this.LoginBox.Size = new System.Drawing.Size(159, 25);
  49. this.LoginBox.TabIndex = 0;
  50. //
  51. // PassBox
  52. //
  53. this.PassBox.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  54. this.PassBox.Location = new System.Drawing.Point(92, 162);
  55. this.PassBox.Multiline = true;
  56. this.PassBox.Name = "PassBox";
  57. this.PassBox.Size = new System.Drawing.Size(159, 25);
  58. this.PassBox.TabIndex = 1;
  59. //
  60. // InButton
  61. //
  62. this.InButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  63. this.InButton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  64. this.InButton.Location = new System.Drawing.Point(92, 203);
  65. this.InButton.Name = "InButton";
  66. this.InButton.Size = new System.Drawing.Size(159, 30);
  67. this.InButton.TabIndex = 2;
  68. this.InButton.Text = "Вход";
  69. this.InButton.UseVisualStyleBackColor = true;
  70. this.InButton.Click += new System.EventHandler(this.InButton_Click);
  71. //
  72. // loginLabel
  73. //
  74. this.loginLabel.AutoSize = true;
  75. this.loginLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  76. this.loginLabel.Location = new System.Drawing.Point(12, 124);
  77. this.loginLabel.Name = "loginLabel";
  78. this.loginLabel.Size = new System.Drawing.Size(63, 23);
  79. this.loginLabel.TabIndex = 3;
  80. this.loginLabel.Text = "Логин:";
  81. //
  82. // passLabel
  83. //
  84. this.passLabel.AutoSize = true;
  85. this.passLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  86. this.passLabel.Location = new System.Drawing.Point(12, 160);
  87. this.passLabel.Name = "passLabel";
  88. this.passLabel.Size = new System.Drawing.Size(74, 23);
  89. this.passLabel.TabIndex = 4;
  90. this.passLabel.Text = "Пароль:";
  91. //
  92. // panel1
  93. //
  94. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  95. this.panel1.Controls.Add(this.pictureBox1);
  96. this.panel1.Controls.Add(this.Auato_Box);
  97. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  98. this.panel1.ForeColor = System.Drawing.Color.White;
  99. this.panel1.Location = new System.Drawing.Point(0, 0);
  100. this.panel1.Name = "panel1";
  101. this.panel1.Size = new System.Drawing.Size(384, 90);
  102. this.panel1.TabIndex = 5;
  103. //
  104. // pictureBox1
  105. //
  106. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  107. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  108. this.pictureBox1.Name = "pictureBox1";
  109. this.pictureBox1.Size = new System.Drawing.Size(100, 90);
  110. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  111. this.pictureBox1.TabIndex = 1;
  112. this.pictureBox1.TabStop = false;
  113. //
  114. // Auato_Box
  115. //
  116. this.Auato_Box.AutoSize = true;
  117. this.Auato_Box.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  118. this.Auato_Box.ForeColor = System.Drawing.Color.White;
  119. this.Auato_Box.Location = new System.Drawing.Point(122, 34);
  120. this.Auato_Box.Name = "Auato_Box";
  121. this.Auato_Box.Size = new System.Drawing.Size(129, 26);
  122. this.Auato_Box.TabIndex = 0;
  123. this.Auato_Box.Text = "Авторизация";
  124. //
  125. // LessPass
  126. //
  127. this.LessPass.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  128. this.LessPass.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  129. this.LessPass.Location = new System.Drawing.Point(92, 239);
  130. this.LessPass.Name = "LessPass";
  131. this.LessPass.Size = new System.Drawing.Size(159, 30);
  132. this.LessPass.TabIndex = 6;
  133. this.LessPass.Text = "Вход";
  134. this.LessPass.UseVisualStyleBackColor = true;
  135. this.LessPass.Click += new System.EventHandler(this.LessPass_Click);
  136. //
  137. // InForm
  138. //
  139. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  140. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  141. this.BackColor = System.Drawing.Color.White;
  142. this.ClientSize = new System.Drawing.Size(384, 361);
  143. this.Controls.Add(this.LessPass);
  144. this.Controls.Add(this.panel1);
  145. this.Controls.Add(this.passLabel);
  146. this.Controls.Add(this.loginLabel);
  147. this.Controls.Add(this.InButton);
  148. this.Controls.Add(this.PassBox);
  149. this.Controls.Add(this.LoginBox);
  150. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  151. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  152. this.MaximizeBox = false;
  153. this.MinimizeBox = false;
  154. this.Name = "InForm";
  155. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  156. this.Text = "Авторизация";
  157. this.Load += new System.EventHandler(this.InForm_Load);
  158. this.panel1.ResumeLayout(false);
  159. this.panel1.PerformLayout();
  160. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  161. this.ResumeLayout(false);
  162. this.PerformLayout();
  163. }
  164. #endregion
  165. private System.Windows.Forms.TextBox LoginBox;
  166. private System.Windows.Forms.TextBox PassBox;
  167. private System.Windows.Forms.Button InButton;
  168. private System.Windows.Forms.Label loginLabel;
  169. private System.Windows.Forms.Label passLabel;
  170. private System.Windows.Forms.Panel panel1;
  171. private System.Windows.Forms.Label Auato_Box;
  172. private System.Windows.Forms.PictureBox pictureBox1;
  173. private System.Windows.Forms.Button LessPass;
  174. }
  175. }