Form1.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. 
  2. namespace WindowsFormsApp3
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.textBox2 = new System.Windows.Forms.TextBox();
  34. this.textBox1 = new System.Windows.Forms.TextBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.button2 = new System.Windows.Forms.Button();
  38. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  39. this.button3 = new System.Windows.Forms.Button();
  40. this.groupBox1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // groupBox1
  45. //
  46. this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  47. this.groupBox1.Controls.Add(this.pictureBox1);
  48. this.groupBox1.Controls.Add(this.button1);
  49. this.groupBox1.Controls.Add(this.textBox2);
  50. this.groupBox1.Controls.Add(this.textBox1);
  51. this.groupBox1.Controls.Add(this.label2);
  52. this.groupBox1.Controls.Add(this.label1);
  53. this.groupBox1.Location = new System.Drawing.Point(55, 32);
  54. this.groupBox1.Name = "groupBox1";
  55. this.groupBox1.Size = new System.Drawing.Size(436, 353);
  56. this.groupBox1.TabIndex = 0;
  57. this.groupBox1.TabStop = false;
  58. this.groupBox1.Text = "Авторизация";
  59. //
  60. // pictureBox1
  61. //
  62. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  63. this.pictureBox1.Location = new System.Drawing.Point(19, 37);
  64. this.pictureBox1.Name = "pictureBox1";
  65. this.pictureBox1.Size = new System.Drawing.Size(215, 165);
  66. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  67. this.pictureBox1.TabIndex = 5;
  68. this.pictureBox1.TabStop = false;
  69. //
  70. // button1
  71. //
  72. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(227)))), ((int)(((byte)(131)))));
  73. this.button1.Location = new System.Drawing.Point(287, 303);
  74. this.button1.Name = "button1";
  75. this.button1.Size = new System.Drawing.Size(87, 27);
  76. this.button1.TabIndex = 4;
  77. this.button1.Text = "Войти";
  78. this.button1.UseVisualStyleBackColor = false;
  79. this.button1.Click += new System.EventHandler(this.button1_Click);
  80. //
  81. // textBox2
  82. //
  83. this.textBox2.Location = new System.Drawing.Point(258, 256);
  84. this.textBox2.Name = "textBox2";
  85. this.textBox2.Size = new System.Drawing.Size(116, 23);
  86. this.textBox2.TabIndex = 3;
  87. //
  88. // textBox1
  89. //
  90. this.textBox1.Location = new System.Drawing.Point(258, 217);
  91. this.textBox1.Name = "textBox1";
  92. this.textBox1.Size = new System.Drawing.Size(116, 23);
  93. this.textBox1.TabIndex = 2;
  94. //
  95. // label2
  96. //
  97. this.label2.AutoSize = true;
  98. this.label2.Location = new System.Drawing.Point(181, 256);
  99. this.label2.Name = "label2";
  100. this.label2.Size = new System.Drawing.Size(48, 15);
  101. this.label2.TabIndex = 1;
  102. this.label2.Text = "Пароль";
  103. //
  104. // label1
  105. //
  106. this.label1.AutoSize = true;
  107. this.label1.Location = new System.Drawing.Point(181, 226);
  108. this.label1.Name = "label1";
  109. this.label1.Size = new System.Drawing.Size(40, 15);
  110. this.label1.TabIndex = 0;
  111. this.label1.Text = "Логин";
  112. //
  113. // button2
  114. //
  115. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  116. this.button2.Location = new System.Drawing.Point(353, 421);
  117. this.button2.Name = "button2";
  118. this.button2.Size = new System.Drawing.Size(138, 35);
  119. this.button2.TabIndex = 1;
  120. this.button2.Text = "Просмотр товара";
  121. this.button2.UseVisualStyleBackColor = false;
  122. this.button2.Click += new System.EventHandler(this.button2_Click);
  123. //
  124. // button3
  125. //
  126. this.button3.Location = new System.Drawing.Point(88, 421);
  127. this.button3.Name = "button3";
  128. this.button3.Size = new System.Drawing.Size(116, 35);
  129. this.button3.TabIndex = 2;
  130. this.button3.Text = "Администратор";
  131. this.button3.UseVisualStyleBackColor = true;
  132. this.button3.Click += new System.EventHandler(this.button3_Click);
  133. //
  134. // Form1
  135. //
  136. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  137. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  138. this.BackColor = System.Drawing.Color.White;
  139. this.ClientSize = new System.Drawing.Size(560, 519);
  140. this.Controls.Add(this.button3);
  141. this.Controls.Add(this.button2);
  142. this.Controls.Add(this.groupBox1);
  143. this.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  144. this.Name = "Form1";
  145. this.Text = "Form1";
  146. this.groupBox1.ResumeLayout(false);
  147. this.groupBox1.PerformLayout();
  148. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  149. this.ResumeLayout(false);
  150. }
  151. #endregion
  152. private System.Windows.Forms.GroupBox groupBox1;
  153. private System.Windows.Forms.Button button1;
  154. private System.Windows.Forms.TextBox textBox2;
  155. private System.Windows.Forms.TextBox textBox1;
  156. private System.Windows.Forms.Label label2;
  157. private System.Windows.Forms.Label label1;
  158. private System.Windows.Forms.PictureBox pictureBox1;
  159. private System.Windows.Forms.Button button2;
  160. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  161. private System.Windows.Forms.Button button3;
  162. }
  163. }