Form1.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. namespace YurevichIS31_Stroymaterialy
  2. {
  3. partial class auth
  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(auth));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.infbutton = new System.Windows.Forms.Button();
  33. this.authbutton = new System.Windows.Forms.Button();
  34. this.exitbutton = new System.Windows.Forms.Button();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.logintextbox = new System.Windows.Forms.TextBox();
  37. this.passwordtextbox = new System.Windows.Forms.TextBox();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  41. this.panel1.SuspendLayout();
  42. this.panel2.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // panel1
  47. //
  48. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  49. this.panel1.Controls.Add(this.pictureBox1);
  50. this.panel1.Controls.Add(this.label1);
  51. this.panel1.Location = new System.Drawing.Point(-2, -12);
  52. this.panel1.Name = "panel1";
  53. this.panel1.Size = new System.Drawing.Size(818, 102);
  54. this.panel1.TabIndex = 0;
  55. //
  56. // label1
  57. //
  58. this.label1.AutoSize = true;
  59. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  60. this.label1.ForeColor = System.Drawing.Color.White;
  61. this.label1.Location = new System.Drawing.Point(188, 21);
  62. this.label1.Name = "label1";
  63. this.label1.Size = new System.Drawing.Size(426, 67);
  64. this.label1.TabIndex = 0;
  65. this.label1.Text = "Стройматериалы";
  66. //
  67. // panel2
  68. //
  69. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  70. this.panel2.Controls.Add(this.infbutton);
  71. this.panel2.Controls.Add(this.authbutton);
  72. this.panel2.Controls.Add(this.exitbutton);
  73. this.panel2.Location = new System.Drawing.Point(-2, 364);
  74. this.panel2.Name = "panel2";
  75. this.panel2.Size = new System.Drawing.Size(818, 102);
  76. this.panel2.TabIndex = 1;
  77. //
  78. // infbutton
  79. //
  80. this.infbutton.BackColor = System.Drawing.Color.White;
  81. this.infbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  82. this.infbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F);
  83. this.infbutton.Location = new System.Drawing.Point(17, 20);
  84. this.infbutton.Name = "infbutton";
  85. this.infbutton.Size = new System.Drawing.Size(140, 54);
  86. this.infbutton.TabIndex = 2;
  87. this.infbutton.Text = "О приложении";
  88. this.infbutton.UseVisualStyleBackColor = false;
  89. this.infbutton.Click += new System.EventHandler(this.infbutton_Click);
  90. //
  91. // authbutton
  92. //
  93. this.authbutton.BackColor = System.Drawing.Color.White;
  94. this.authbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  95. this.authbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F);
  96. this.authbutton.Location = new System.Drawing.Point(339, 20);
  97. this.authbutton.Name = "authbutton";
  98. this.authbutton.Size = new System.Drawing.Size(140, 54);
  99. this.authbutton.TabIndex = 1;
  100. this.authbutton.Text = "Авторизироваться";
  101. this.authbutton.UseVisualStyleBackColor = false;
  102. this.authbutton.Click += new System.EventHandler(this.authbutton_Click);
  103. //
  104. // exitbutton
  105. //
  106. this.exitbutton.BackColor = System.Drawing.Color.White;
  107. this.exitbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  108. this.exitbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  109. this.exitbutton.Location = new System.Drawing.Point(650, 20);
  110. this.exitbutton.Name = "exitbutton";
  111. this.exitbutton.Size = new System.Drawing.Size(140, 54);
  112. this.exitbutton.TabIndex = 0;
  113. this.exitbutton.Text = "Выход";
  114. this.exitbutton.UseVisualStyleBackColor = false;
  115. this.exitbutton.Click += new System.EventHandler(this.exitbutton_Click);
  116. //
  117. // label2
  118. //
  119. this.label2.AutoSize = true;
  120. this.label2.Font = new System.Drawing.Font("Comic Sans MS", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  121. this.label2.ForeColor = System.Drawing.Color.Black;
  122. this.label2.Location = new System.Drawing.Point(279, 93);
  123. this.label2.Name = "label2";
  124. this.label2.Size = new System.Drawing.Size(253, 52);
  125. this.label2.TabIndex = 2;
  126. this.label2.Text = "Авторизация";
  127. //
  128. // logintextbox
  129. //
  130. this.logintextbox.Location = new System.Drawing.Point(394, 182);
  131. this.logintextbox.Multiline = true;
  132. this.logintextbox.Name = "logintextbox";
  133. this.logintextbox.Size = new System.Drawing.Size(138, 25);
  134. this.logintextbox.TabIndex = 3;
  135. //
  136. // passwordtextbox
  137. //
  138. this.passwordtextbox.Location = new System.Drawing.Point(394, 254);
  139. this.passwordtextbox.Multiline = true;
  140. this.passwordtextbox.Name = "passwordtextbox";
  141. this.passwordtextbox.Size = new System.Drawing.Size(138, 25);
  142. this.passwordtextbox.TabIndex = 4;
  143. //
  144. // label3
  145. //
  146. this.label3.AutoSize = true;
  147. this.label3.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  148. this.label3.ForeColor = System.Drawing.Color.Black;
  149. this.label3.Location = new System.Drawing.Point(282, 174);
  150. this.label3.Name = "label3";
  151. this.label3.Size = new System.Drawing.Size(93, 33);
  152. this.label3.TabIndex = 5;
  153. this.label3.Text = "Логин:";
  154. //
  155. // label4
  156. //
  157. this.label4.AutoSize = true;
  158. this.label4.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  159. this.label4.ForeColor = System.Drawing.Color.Black;
  160. this.label4.Location = new System.Drawing.Point(264, 246);
  161. this.label4.Name = "label4";
  162. this.label4.Size = new System.Drawing.Size(111, 33);
  163. this.label4.TabIndex = 6;
  164. this.label4.Text = "Пароль:";
  165. //
  166. // pictureBox1
  167. //
  168. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  169. this.pictureBox1.Location = new System.Drawing.Point(-12, 15);
  170. this.pictureBox1.Name = "pictureBox1";
  171. this.pictureBox1.Size = new System.Drawing.Size(123, 87);
  172. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  173. this.pictureBox1.TabIndex = 1;
  174. this.pictureBox1.TabStop = false;
  175. //
  176. // auth
  177. //
  178. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  179. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  180. this.BackColor = System.Drawing.Color.White;
  181. this.ClientSize = new System.Drawing.Size(800, 450);
  182. this.Controls.Add(this.label4);
  183. this.Controls.Add(this.label3);
  184. this.Controls.Add(this.passwordtextbox);
  185. this.Controls.Add(this.logintextbox);
  186. this.Controls.Add(this.label2);
  187. this.Controls.Add(this.panel2);
  188. this.Controls.Add(this.panel1);
  189. this.Name = "auth";
  190. this.Text = "Form1";
  191. this.panel1.ResumeLayout(false);
  192. this.panel1.PerformLayout();
  193. this.panel2.ResumeLayout(false);
  194. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  195. this.ResumeLayout(false);
  196. this.PerformLayout();
  197. }
  198. #endregion
  199. private System.Windows.Forms.Panel panel1;
  200. private System.Windows.Forms.Panel panel2;
  201. private System.Windows.Forms.Label label1;
  202. private System.Windows.Forms.PictureBox pictureBox1;
  203. private System.Windows.Forms.Button exitbutton;
  204. private System.Windows.Forms.Label label2;
  205. private System.Windows.Forms.TextBox logintextbox;
  206. private System.Windows.Forms.TextBox passwordtextbox;
  207. private System.Windows.Forms.Label label3;
  208. private System.Windows.Forms.Label label4;
  209. private System.Windows.Forms.Button infbutton;
  210. private System.Windows.Forms.Button authbutton;
  211. }
  212. }