Form1.Designer.cs 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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.pictureLogo = new System.Windows.Forms.PictureBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.Textbox_login = new System.Windows.Forms.TextBox();
  33. this.Textbox_password = new System.Windows.Forms.TextBox();
  34. this.Login_button = new System.Windows.Forms.Button();
  35. this.Password_button = new System.Windows.Forms.Button();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureLogo)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // pictureLogo
  40. //
  41. this.pictureLogo.Image = ((System.Drawing.Image)(resources.GetObject("pictureLogo.Image")));
  42. this.pictureLogo.Location = new System.Drawing.Point(151, 12);
  43. this.pictureLogo.Name = "pictureLogo";
  44. this.pictureLogo.Size = new System.Drawing.Size(214, 192);
  45. this.pictureLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  46. this.pictureLogo.TabIndex = 0;
  47. this.pictureLogo.TabStop = false;
  48. //
  49. // label1
  50. //
  51. this.label1.AutoSize = true;
  52. this.label1.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)));
  53. this.label1.Location = new System.Drawing.Point(70, 298);
  54. this.label1.Name = "label1";
  55. this.label1.Size = new System.Drawing.Size(46, 22);
  56. this.label1.TabIndex = 1;
  57. this.label1.Text = "Login";
  58. //
  59. // label2
  60. //
  61. this.label2.AutoSize = true;
  62. this.label2.Font = new System.Drawing.Font("Comic Sans MS", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
  63. this.label2.Location = new System.Drawing.Point(55, 343);
  64. this.label2.Name = "label2";
  65. this.label2.Size = new System.Drawing.Size(74, 22);
  66. this.label2.TabIndex = 2;
  67. this.label2.Text = "Password";
  68. //
  69. // Textbox_login
  70. //
  71. this.Textbox_login.Location = new System.Drawing.Point(151, 298);
  72. this.Textbox_login.Name = "Textbox_login";
  73. this.Textbox_login.Size = new System.Drawing.Size(242, 22);
  74. this.Textbox_login.TabIndex = 3;
  75. //
  76. // Textbox_password
  77. //
  78. this.Textbox_password.Location = new System.Drawing.Point(151, 343);
  79. this.Textbox_password.Name = "Textbox_password";
  80. this.Textbox_password.Size = new System.Drawing.Size(242, 22);
  81. this.Textbox_password.TabIndex = 4;
  82. //
  83. // Login_button
  84. //
  85. this.Login_button.BackColor = System.Drawing.Color.PeachPuff;
  86. this.Login_button.Location = new System.Drawing.Point(151, 416);
  87. this.Login_button.Name = "Login_button";
  88. this.Login_button.Size = new System.Drawing.Size(101, 48);
  89. this.Login_button.TabIndex = 5;
  90. this.Login_button.Text = "Login";
  91. this.Login_button.UseVisualStyleBackColor = false;
  92. this.Login_button.Click += new System.EventHandler(this.button1_Click);
  93. //
  94. // Password_button
  95. //
  96. this.Password_button.BackColor = System.Drawing.Color.PeachPuff;
  97. this.Password_button.Location = new System.Drawing.Point(292, 416);
  98. this.Password_button.Name = "Password_button";
  99. this.Password_button.Size = new System.Drawing.Size(101, 48);
  100. this.Password_button.TabIndex = 6;
  101. this.Password_button.Text = "Exit";
  102. this.Password_button.UseVisualStyleBackColor = false;
  103. this.Password_button.Click += new System.EventHandler(this.button2_Click);
  104. //
  105. // Main_Form
  106. //
  107. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  108. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  109. this.BackColor = System.Drawing.Color.SeaShell;
  110. this.ClientSize = new System.Drawing.Size(512, 493);
  111. this.Controls.Add(this.Password_button);
  112. this.Controls.Add(this.Login_button);
  113. this.Controls.Add(this.Textbox_password);
  114. this.Controls.Add(this.Textbox_login);
  115. this.Controls.Add(this.label2);
  116. this.Controls.Add(this.label1);
  117. this.Controls.Add(this.pictureLogo);
  118. this.Name = "Main_Form";
  119. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  120. this.Text = "Login";
  121. ((System.ComponentModel.ISupportInitialize)(this.pictureLogo)).EndInit();
  122. this.ResumeLayout(false);
  123. this.PerformLayout();
  124. }
  125. #endregion
  126. private System.Windows.Forms.PictureBox pictureLogo;
  127. private System.Windows.Forms.Label label1;
  128. private System.Windows.Forms.Label label2;
  129. private System.Windows.Forms.TextBox Textbox_login;
  130. private System.Windows.Forms.TextBox Textbox_password;
  131. private System.Windows.Forms.Button Login_button;
  132. private System.Windows.Forms.Button Password_button;
  133. }
  134. }