.Designer.cs 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. namespace Sseessiioonn1
  2. {
  3. partial class Main_Form
  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(Main_Form));
  29. this.label_login = new System.Windows.Forms.Label();
  30. this.label_password = new System.Windows.Forms.Label();
  31. this.Textbox_login = new System.Windows.Forms.TextBox();
  32. this.Textbox_password = new System.Windows.Forms.TextBox();
  33. this.Login_button = new System.Windows.Forms.Button();
  34. this.Password_button = new System.Windows.Forms.Button();
  35. this.pictureLogo = new System.Windows.Forms.PictureBox();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureLogo)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // label_login
  40. //
  41. this.label_login.AutoSize = true;
  42. this.label_login.Font = new System.Drawing.Font("Comic Sans MS", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  43. this.label_login.Location = new System.Drawing.Point(52, 242);
  44. this.label_login.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  45. this.label_login.Name = "label_login";
  46. this.label_login.Size = new System.Drawing.Size(36, 18);
  47. this.label_login.TabIndex = 1;
  48. this.label_login.Text = "Login";
  49. this.label_login.Click += new System.EventHandler(this.label1_Click);
  50. //
  51. // label_password
  52. //
  53. this.label_password.AutoSize = true;
  54. this.label_password.Font = new System.Drawing.Font("Comic Sans MS", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
  55. this.label_password.Location = new System.Drawing.Point(41, 279);
  56. this.label_password.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  57. this.label_password.Name = "label_password";
  58. this.label_password.Size = new System.Drawing.Size(60, 18);
  59. this.label_password.TabIndex = 2;
  60. this.label_password.Text = "Password";
  61. //
  62. // Textbox_login
  63. //
  64. this.Textbox_login.Location = new System.Drawing.Point(113, 242);
  65. this.Textbox_login.Margin = new System.Windows.Forms.Padding(2);
  66. this.Textbox_login.Name = "Textbox_login";
  67. this.Textbox_login.Size = new System.Drawing.Size(182, 20);
  68. this.Textbox_login.TabIndex = 3;
  69. //
  70. // Textbox_password
  71. //
  72. this.Textbox_password.Location = new System.Drawing.Point(113, 279);
  73. this.Textbox_password.Margin = new System.Windows.Forms.Padding(2);
  74. this.Textbox_password.Name = "Textbox_password";
  75. this.Textbox_password.Size = new System.Drawing.Size(182, 20);
  76. this.Textbox_password.TabIndex = 4;
  77. //
  78. // Login_button
  79. //
  80. this.Login_button.BackColor = System.Drawing.Color.PeachPuff;
  81. this.Login_button.Location = new System.Drawing.Point(113, 338);
  82. this.Login_button.Margin = new System.Windows.Forms.Padding(2);
  83. this.Login_button.Name = "Login_button";
  84. this.Login_button.Size = new System.Drawing.Size(76, 39);
  85. this.Login_button.TabIndex = 5;
  86. this.Login_button.Text = "Login";
  87. this.Login_button.UseVisualStyleBackColor = false;
  88. this.Login_button.Click += new System.EventHandler(this.button1_Click);
  89. //
  90. // Password_button
  91. //
  92. this.Password_button.BackColor = System.Drawing.Color.PeachPuff;
  93. this.Password_button.Location = new System.Drawing.Point(219, 338);
  94. this.Password_button.Margin = new System.Windows.Forms.Padding(2);
  95. this.Password_button.Name = "Password_button";
  96. this.Password_button.Size = new System.Drawing.Size(76, 39);
  97. this.Password_button.TabIndex = 6;
  98. this.Password_button.Text = "Exit";
  99. this.Password_button.UseVisualStyleBackColor = false;
  100. this.Password_button.Click += new System.EventHandler(this.button2_Click);
  101. //
  102. // pictureLogo
  103. //
  104. this.pictureLogo.Image = ((System.Drawing.Image)(resources.GetObject("pictureLogo.Image")));
  105. this.pictureLogo.Location = new System.Drawing.Point(113, 11);
  106. this.pictureLogo.Margin = new System.Windows.Forms.Padding(2);
  107. this.pictureLogo.Name = "pictureLogo";
  108. this.pictureLogo.Size = new System.Drawing.Size(182, 169);
  109. this.pictureLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  110. this.pictureLogo.TabIndex = 0;
  111. this.pictureLogo.TabStop = false;
  112. //
  113. // Main_Form
  114. //
  115. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  116. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  117. this.BackColor = System.Drawing.Color.SeaShell;
  118. this.ClientSize = new System.Drawing.Size(384, 401);
  119. this.Controls.Add(this.Password_button);
  120. this.Controls.Add(this.Login_button);
  121. this.Controls.Add(this.Textbox_password);
  122. this.Controls.Add(this.Textbox_login);
  123. this.Controls.Add(this.label_password);
  124. this.Controls.Add(this.label_login);
  125. this.Controls.Add(this.pictureLogo);
  126. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  127. this.Margin = new System.Windows.Forms.Padding(2);
  128. this.Name = "Main_Form";
  129. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  130. this.Text = "Авторизация";
  131. ((System.ComponentModel.ISupportInitialize)(this.pictureLogo)).EndInit();
  132. this.ResumeLayout(false);
  133. this.PerformLayout();
  134. }
  135. #endregion
  136. private System.Windows.Forms.PictureBox pictureLogo;
  137. private System.Windows.Forms.Label label_login;
  138. private System.Windows.Forms.Label label_password;
  139. private System.Windows.Forms.TextBox Textbox_login;
  140. private System.Windows.Forms.TextBox Textbox_password;
  141. private System.Windows.Forms.Button Login_button;
  142. private System.Windows.Forms.Button Password_button;
  143. }
  144. }