Profile.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. namespace WindowsFormsApp1
  2. {
  3. partial class Profile
  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(Profile));
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.label6 = new System.Windows.Forms.Label();
  33. this.label9 = new System.Windows.Forms.Label();
  34. this.label10 = new System.Windows.Forms.Label();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.button2 = new System.Windows.Forms.Button();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.label7 = new System.Windows.Forms.Label();
  40. this.label8 = new System.Windows.Forms.Label();
  41. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  42. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // label2
  46. //
  47. this.label2.AutoSize = true;
  48. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  49. this.label2.Location = new System.Drawing.Point(189, 90);
  50. this.label2.Name = "label2";
  51. this.label2.Size = new System.Drawing.Size(91, 24);
  52. this.label2.TabIndex = 17;
  53. this.label2.Text = "Фамилия";
  54. this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  55. //
  56. // label1
  57. //
  58. this.label1.AutoSize = true;
  59. this.label1.BackColor = System.Drawing.Color.Wheat;
  60. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  61. this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
  62. this.label1.Location = new System.Drawing.Point(191, 54);
  63. this.label1.Name = "label1";
  64. this.label1.Size = new System.Drawing.Size(46, 24);
  65. this.label1.TabIndex = 16;
  66. this.label1.Text = "Имя";
  67. this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  68. //
  69. // label5
  70. //
  71. this.label5.AutoSize = true;
  72. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  73. this.label5.Location = new System.Drawing.Point(63, 183);
  74. this.label5.Name = "label5";
  75. this.label5.Size = new System.Drawing.Size(150, 24);
  76. this.label5.TabIndex = 20;
  77. this.label5.Text = "Дата рождения";
  78. this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  79. //
  80. // label6
  81. //
  82. this.label6.AutoSize = true;
  83. this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  84. this.label6.Location = new System.Drawing.Point(257, 183);
  85. this.label6.Name = "label6";
  86. this.label6.Size = new System.Drawing.Size(100, 24);
  87. this.label6.TabIndex = 25;
  88. this.label6.Text = "19.02.2004";
  89. this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  90. //
  91. // label9
  92. //
  93. this.label9.AutoSize = true;
  94. this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  95. this.label9.Location = new System.Drawing.Point(347, 90);
  96. this.label9.Name = "label9";
  97. this.label9.Size = new System.Drawing.Size(110, 24);
  98. this.label9.TabIndex = 22;
  99. this.label9.Text = "Гришанина";
  100. this.label9.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  101. //
  102. // label10
  103. //
  104. this.label10.AutoSize = true;
  105. this.label10.BackColor = System.Drawing.Color.Wheat;
  106. this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  107. this.label10.ForeColor = System.Drawing.SystemColors.ControlText;
  108. this.label10.Location = new System.Drawing.Point(349, 54);
  109. this.label10.Name = "label10";
  110. this.label10.Size = new System.Drawing.Size(75, 24);
  111. this.label10.TabIndex = 21;
  112. this.label10.Text = "Ксения";
  113. this.label10.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  114. this.label10.Click += new System.EventHandler(this.label10_Click);
  115. //
  116. // button1
  117. //
  118. this.button1.BackColor = System.Drawing.Color.BurlyWood;
  119. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  120. this.button1.Location = new System.Drawing.Point(75, 299);
  121. this.button1.Name = "button1";
  122. this.button1.Size = new System.Drawing.Size(170, 42);
  123. this.button1.TabIndex = 26;
  124. this.button1.Text = "Редактировать";
  125. this.button1.UseVisualStyleBackColor = false;
  126. this.button1.Click += new System.EventHandler(this.button1_Click);
  127. //
  128. // button2
  129. //
  130. this.button2.BackColor = System.Drawing.Color.BurlyWood;
  131. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  132. this.button2.Location = new System.Drawing.Point(319, 299);
  133. this.button2.Name = "button2";
  134. this.button2.Size = new System.Drawing.Size(140, 42);
  135. this.button2.TabIndex = 27;
  136. this.button2.Text = "Назад";
  137. this.button2.UseVisualStyleBackColor = false;
  138. this.button2.Click += new System.EventHandler(this.button2_Click);
  139. //
  140. // label3
  141. //
  142. this.label3.AutoSize = true;
  143. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  144. this.label3.Location = new System.Drawing.Point(346, 125);
  145. this.label3.Name = "label3";
  146. this.label3.Size = new System.Drawing.Size(98, 24);
  147. this.label3.TabIndex = 29;
  148. this.label3.Text = "Ивановна";
  149. this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  150. //
  151. // label4
  152. //
  153. this.label4.AutoSize = true;
  154. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  155. this.label4.Location = new System.Drawing.Point(188, 125);
  156. this.label4.Name = "label4";
  157. this.label4.Size = new System.Drawing.Size(98, 24);
  158. this.label4.TabIndex = 28;
  159. this.label4.Text = "Отчество";
  160. this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  161. this.label4.Click += new System.EventHandler(this.label4_Click);
  162. //
  163. // label7
  164. //
  165. this.label7.AutoSize = true;
  166. this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  167. this.label7.Location = new System.Drawing.Point(257, 234);
  168. this.label7.Name = "label7";
  169. this.label7.Size = new System.Drawing.Size(69, 24);
  170. this.label7.TabIndex = 31;
  171. this.label7.Text = "admin*";
  172. this.label7.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  173. //
  174. // label8
  175. //
  176. this.label8.AutoSize = true;
  177. this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  178. this.label8.Location = new System.Drawing.Point(63, 234);
  179. this.label8.Name = "label8";
  180. this.label8.Size = new System.Drawing.Size(65, 24);
  181. this.label8.TabIndex = 30;
  182. this.label8.Text = "Права";
  183. this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  184. //
  185. // pictureBox1
  186. //
  187. this.pictureBox1.BackColor = System.Drawing.Color.BurlyWood;
  188. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  189. this.pictureBox1.Location = new System.Drawing.Point(57, 57);
  190. this.pictureBox1.Name = "pictureBox1";
  191. this.pictureBox1.Size = new System.Drawing.Size(94, 92);
  192. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  193. this.pictureBox1.TabIndex = 32;
  194. this.pictureBox1.TabStop = false;
  195. //
  196. // Profil
  197. //
  198. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  199. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  200. this.BackColor = System.Drawing.Color.Wheat;
  201. this.ClientSize = new System.Drawing.Size(544, 381);
  202. this.Controls.Add(this.pictureBox1);
  203. this.Controls.Add(this.label7);
  204. this.Controls.Add(this.label8);
  205. this.Controls.Add(this.label3);
  206. this.Controls.Add(this.label4);
  207. this.Controls.Add(this.button2);
  208. this.Controls.Add(this.button1);
  209. this.Controls.Add(this.label6);
  210. this.Controls.Add(this.label9);
  211. this.Controls.Add(this.label10);
  212. this.Controls.Add(this.label5);
  213. this.Controls.Add(this.label2);
  214. this.Controls.Add(this.label1);
  215. this.Name = "Profil";
  216. this.Text = "Профиль";
  217. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  218. this.ResumeLayout(false);
  219. this.PerformLayout();
  220. }
  221. #endregion
  222. private System.Windows.Forms.Label label2;
  223. private System.Windows.Forms.Label label1;
  224. private System.Windows.Forms.Label label5;
  225. private System.Windows.Forms.Label label6;
  226. private System.Windows.Forms.Label label9;
  227. private System.Windows.Forms.Label label10;
  228. private System.Windows.Forms.Button button1;
  229. private System.Windows.Forms.Button button2;
  230. private System.Windows.Forms.Label label3;
  231. private System.Windows.Forms.Label label4;
  232. private System.Windows.Forms.Label label7;
  233. private System.Windows.Forms.Label label8;
  234. private System.Windows.Forms.PictureBox pictureBox1;
  235. }
  236. }