Form1.Designer.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. 
  2. namespace Степанюк_Экзамен
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Код, автоматически созданный конструктором форм Windows
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.textBox2 = new System.Windows.Forms.TextBox();
  33. this.textBox3 = new System.Windows.Forms.TextBox();
  34. this.textBox4 = new System.Windows.Forms.TextBox();
  35. this.button1 = new System.Windows.Forms.Button();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // pictureBox1
  40. //
  41. this.pictureBox1.BackColor = System.Drawing.SystemColors.ActiveBorder;
  42. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  43. this.pictureBox1.Location = new System.Drawing.Point(12, 79);
  44. this.pictureBox1.Name = "pictureBox1";
  45. this.pictureBox1.Size = new System.Drawing.Size(262, 264);
  46. this.pictureBox1.TabIndex = 0;
  47. this.pictureBox1.TabStop = false;
  48. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  49. //
  50. // textBox1
  51. //
  52. this.textBox1.BackColor = System.Drawing.SystemColors.ActiveBorder;
  53. this.textBox1.Location = new System.Drawing.Point(280, 163);
  54. this.textBox1.Name = "textBox1";
  55. this.textBox1.Size = new System.Drawing.Size(100, 20);
  56. this.textBox1.TabIndex = 1;
  57. this.textBox1.Text = "Логин";
  58. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  59. //
  60. // textBox2
  61. //
  62. this.textBox2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  63. this.textBox2.Location = new System.Drawing.Point(280, 212);
  64. this.textBox2.Name = "textBox2";
  65. this.textBox2.Size = new System.Drawing.Size(100, 20);
  66. this.textBox2.TabIndex = 2;
  67. this.textBox2.Text = "Пароль";
  68. //
  69. // textBox3
  70. //
  71. this.textBox3.Location = new System.Drawing.Point(386, 163);
  72. this.textBox3.Name = "textBox3";
  73. this.textBox3.Size = new System.Drawing.Size(221, 20);
  74. this.textBox3.TabIndex = 3;
  75. //
  76. // textBox4
  77. //
  78. this.textBox4.Location = new System.Drawing.Point(387, 211);
  79. this.textBox4.Name = "textBox4";
  80. this.textBox4.Size = new System.Drawing.Size(220, 20);
  81. this.textBox4.TabIndex = 4;
  82. //
  83. // button1
  84. //
  85. this.button1.Location = new System.Drawing.Point(443, 268);
  86. this.button1.Name = "button1";
  87. this.button1.Size = new System.Drawing.Size(75, 23);
  88. this.button1.TabIndex = 5;
  89. this.button1.Text = "Войти";
  90. this.button1.UseVisualStyleBackColor = true;
  91. this.button1.Click += new System.EventHandler(this.button1_Click);
  92. //
  93. // Form1
  94. //
  95. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  96. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  97. this.BackColor = System.Drawing.SystemColors.ActiveBorder;
  98. this.ClientSize = new System.Drawing.Size(800, 450);
  99. this.Controls.Add(this.button1);
  100. this.Controls.Add(this.textBox4);
  101. this.Controls.Add(this.textBox3);
  102. this.Controls.Add(this.textBox2);
  103. this.Controls.Add(this.textBox1);
  104. this.Controls.Add(this.pictureBox1);
  105. this.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  106. this.Name = "Form1";
  107. this.Text = "Form1";
  108. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  109. this.ResumeLayout(false);
  110. this.PerformLayout();
  111. }
  112. #endregion
  113. private System.Windows.Forms.PictureBox pictureBox1;
  114. private System.Windows.Forms.TextBox textBox1;
  115. private System.Windows.Forms.TextBox textBox2;
  116. private System.Windows.Forms.TextBox textBox3;
  117. private System.Windows.Forms.TextBox textBox4;
  118. private System.Windows.Forms.Button button1;
  119. }
  120. }