Form1.Designer.cs 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. namespace WindowsFormsApp3
  2. {
  3. partial class Form1
  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. this.components = new System.ComponentModel.Container();
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.textBox2 = new System.Windows.Forms.TextBox();
  36. this.textBox3 = new System.Windows.Forms.TextBox();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.timer2 = new System.Windows.Forms.Timer(this.components);
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // pictureBox1
  43. //
  44. this.pictureBox1.Location = new System.Drawing.Point(294, 12);
  45. this.pictureBox1.Name = "pictureBox1";
  46. this.pictureBox1.Size = new System.Drawing.Size(156, 60);
  47. this.pictureBox1.TabIndex = 0;
  48. this.pictureBox1.TabStop = false;
  49. this.pictureBox1.Visible = false;
  50. //
  51. // textBox1
  52. //
  53. this.textBox1.Location = new System.Drawing.Point(294, 78);
  54. this.textBox1.Name = "textBox1";
  55. this.textBox1.Size = new System.Drawing.Size(100, 20);
  56. this.textBox1.TabIndex = 1;
  57. this.textBox1.Visible = false;
  58. //
  59. // button1
  60. //
  61. this.button1.Location = new System.Drawing.Point(61, 126);
  62. this.button1.Name = "button1";
  63. this.button1.Size = new System.Drawing.Size(75, 23);
  64. this.button1.TabIndex = 2;
  65. this.button1.Text = "Vxod";
  66. this.button1.UseVisualStyleBackColor = true;
  67. this.button1.Click += new System.EventHandler(this.button1_Click);
  68. //
  69. // button2
  70. //
  71. this.button2.Location = new System.Drawing.Point(294, 126);
  72. this.button2.Name = "button2";
  73. this.button2.Size = new System.Drawing.Size(75, 23);
  74. this.button2.TabIndex = 3;
  75. this.button2.Text = "OK";
  76. this.button2.UseVisualStyleBackColor = true;
  77. this.button2.Visible = false;
  78. this.button2.Click += new System.EventHandler(this.button2_Click);
  79. //
  80. // label1
  81. //
  82. this.label1.AutoSize = true;
  83. this.label1.Location = new System.Drawing.Point(32, 49);
  84. this.label1.Name = "label1";
  85. this.label1.Size = new System.Drawing.Size(33, 13);
  86. this.label1.TabIndex = 4;
  87. this.label1.Text = "Login";
  88. //
  89. // label2
  90. //
  91. this.label2.AutoSize = true;
  92. this.label2.Location = new System.Drawing.Point(12, 97);
  93. this.label2.Name = "label2";
  94. this.label2.Size = new System.Drawing.Size(53, 13);
  95. this.label2.TabIndex = 5;
  96. this.label2.Text = "Password";
  97. //
  98. // textBox2
  99. //
  100. this.textBox2.Location = new System.Drawing.Point(71, 42);
  101. this.textBox2.Name = "textBox2";
  102. this.textBox2.Size = new System.Drawing.Size(100, 20);
  103. this.textBox2.TabIndex = 6;
  104. //
  105. // textBox3
  106. //
  107. this.textBox3.Location = new System.Drawing.Point(71, 90);
  108. this.textBox3.Name = "textBox3";
  109. this.textBox3.Size = new System.Drawing.Size(100, 20);
  110. this.textBox3.TabIndex = 7;
  111. //
  112. // label3
  113. //
  114. this.label3.AutoSize = true;
  115. this.label3.Location = new System.Drawing.Point(194, 164);
  116. this.label3.Name = "label3";
  117. this.label3.Size = new System.Drawing.Size(0, 13);
  118. this.label3.TabIndex = 8;
  119. //
  120. // timer2
  121. //
  122. this.timer2.Enabled = true;
  123. //
  124. // Form1
  125. //
  126. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  127. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  128. this.ClientSize = new System.Drawing.Size(514, 245);
  129. this.Controls.Add(this.label3);
  130. this.Controls.Add(this.textBox3);
  131. this.Controls.Add(this.textBox2);
  132. this.Controls.Add(this.label2);
  133. this.Controls.Add(this.label1);
  134. this.Controls.Add(this.button2);
  135. this.Controls.Add(this.button1);
  136. this.Controls.Add(this.textBox1);
  137. this.Controls.Add(this.pictureBox1);
  138. this.Name = "Form1";
  139. this.Text = "Form1";
  140. this.Load += new System.EventHandler(this.Form1_Load);
  141. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  142. this.ResumeLayout(false);
  143. this.PerformLayout();
  144. }
  145. #endregion
  146. private System.Windows.Forms.PictureBox pictureBox1;
  147. private System.Windows.Forms.TextBox textBox1;
  148. private System.Windows.Forms.Button button1;
  149. private System.Windows.Forms.Button button2;
  150. private System.Windows.Forms.Label label1;
  151. private System.Windows.Forms.Label label2;
  152. private System.Windows.Forms.TextBox textBox2;
  153. private System.Windows.Forms.TextBox textBox3;
  154. private System.Windows.Forms.Label label3;
  155. private System.Windows.Forms.Timer timer2;
  156. }
  157. }