PosleVHODA.Designer.cs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. namespace proba
  2. {
  3. partial class PosleVHODA
  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(PosleVHODA));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.button_back = new System.Windows.Forms.Button();
  31. this.button_login = new System.Windows.Forms.Button();
  32. this.polelogina = new System.Windows.Forms.TextBox();
  33. this.polePassword = new System.Windows.Forms.TextBox();
  34. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  35. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36. this.panel1.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // panel1
  42. //
  43. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
  44. this.panel1.Controls.Add(this.button_back);
  45. this.panel1.Controls.Add(this.button_login);
  46. this.panel1.Controls.Add(this.polelogina);
  47. this.panel1.Controls.Add(this.polePassword);
  48. this.panel1.Controls.Add(this.pictureBox2);
  49. this.panel1.Controls.Add(this.pictureBox1);
  50. this.panel1.Location = new System.Drawing.Point(-2, -3);
  51. this.panel1.MaximumSize = new System.Drawing.Size(500, 300);
  52. this.panel1.MinimumSize = new System.Drawing.Size(500, 300);
  53. this.panel1.Name = "panel1";
  54. this.panel1.Size = new System.Drawing.Size(500, 300);
  55. this.panel1.TabIndex = 1;
  56. //
  57. // button_back
  58. //
  59. this.button_back.BackColor = System.Drawing.Color.Gray;
  60. this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
  61. this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  62. this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  63. this.button_back.Location = new System.Drawing.Point(79, 222);
  64. this.button_back.Name = "button_back";
  65. this.button_back.Size = new System.Drawing.Size(122, 30);
  66. this.button_back.TabIndex = 6;
  67. this.button_back.Text = "Назад";
  68. this.button_back.UseVisualStyleBackColor = false;
  69. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  70. //
  71. // button_login
  72. //
  73. this.button_login.BackColor = System.Drawing.Color.Gray;
  74. this.button_login.Cursor = System.Windows.Forms.Cursors.Hand;
  75. this.button_login.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  76. this.button_login.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  77. this.button_login.Location = new System.Drawing.Point(270, 222);
  78. this.button_login.Name = "button_login";
  79. this.button_login.Size = new System.Drawing.Size(122, 30);
  80. this.button_login.TabIndex = 5;
  81. this.button_login.Text = "Войти";
  82. this.button_login.UseVisualStyleBackColor = false;
  83. this.button_login.Click += new System.EventHandler(this.buttonlogin);
  84. //
  85. // polelogina
  86. //
  87. this.polelogina.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  88. this.polelogina.Location = new System.Drawing.Point(141, 71);
  89. this.polelogina.MaxLength = 25;
  90. this.polelogina.Name = "polelogina";
  91. this.polelogina.ShortcutsEnabled = false;
  92. this.polelogina.Size = new System.Drawing.Size(231, 26);
  93. this.polelogina.TabIndex = 3;
  94. this.polelogina.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.polelogina_KeyPress);
  95. //
  96. // polePassword
  97. //
  98. this.polePassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  99. this.polePassword.Location = new System.Drawing.Point(141, 130);
  100. this.polePassword.MaxLength = 25;
  101. this.polePassword.Name = "polePassword";
  102. this.polePassword.ShortcutsEnabled = false;
  103. this.polePassword.Size = new System.Drawing.Size(231, 26);
  104. this.polePassword.TabIndex = 2;
  105. this.polePassword.UseSystemPasswordChar = true;
  106. this.polePassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.polePassword_KeyPress);
  107. //
  108. // pictureBox2
  109. //
  110. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  111. this.pictureBox2.Location = new System.Drawing.Point(111, 130);
  112. this.pictureBox2.Name = "pictureBox2";
  113. this.pictureBox2.Size = new System.Drawing.Size(24, 27);
  114. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  115. this.pictureBox2.TabIndex = 1;
  116. this.pictureBox2.TabStop = false;
  117. //
  118. // pictureBox1
  119. //
  120. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  121. this.pictureBox1.Location = new System.Drawing.Point(111, 71);
  122. this.pictureBox1.Name = "pictureBox1";
  123. this.pictureBox1.Size = new System.Drawing.Size(36, 27);
  124. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  125. this.pictureBox1.TabIndex = 0;
  126. this.pictureBox1.TabStop = false;
  127. //
  128. // PosleVHODA
  129. //
  130. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  132. this.ClientSize = new System.Drawing.Size(484, 261);
  133. this.Controls.Add(this.panel1);
  134. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  135. this.MaximumSize = new System.Drawing.Size(500, 300);
  136. this.MinimumSize = new System.Drawing.Size(500, 300);
  137. this.Name = "PosleVHODA";
  138. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  139. this.Text = "Авторизация";
  140. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  141. this.Load += new System.EventHandler(this.PosleVHODA_Load);
  142. this.panel1.ResumeLayout(false);
  143. this.panel1.PerformLayout();
  144. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  145. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  146. this.ResumeLayout(false);
  147. }
  148. #endregion
  149. private System.Windows.Forms.Panel panel1;
  150. private System.Windows.Forms.PictureBox pictureBox2;
  151. private System.Windows.Forms.PictureBox pictureBox1;
  152. private System.Windows.Forms.TextBox polelogina;
  153. private System.Windows.Forms.TextBox polePassword;
  154. private System.Windows.Forms.Button button_login;
  155. private System.Windows.Forms.Button button_back;
  156. }
  157. }