Sotrudniki.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. namespace Blanki_ekzamena.Izmenie
  2. {
  3. partial class Sotrudniki
  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. this.button1 = new System.Windows.Forms.Button();
  29. this.btn_soxr = new System.Windows.Forms.Button();
  30. this.label4 = new System.Windows.Forms.Label();
  31. this.label10 = new System.Windows.Forms.Label();
  32. this.Im = new System.Windows.Forms.Label();
  33. this.fam = new System.Windows.Forms.Label();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.label6 = new System.Windows.Forms.Label();
  40. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // button1
  44. //
  45. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(132)))), ((int)(((byte)(252)))));
  46. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  47. this.button1.Font = new System.Drawing.Font("Calibri", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  48. this.button1.ForeColor = System.Drawing.Color.White;
  49. this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  50. this.button1.Location = new System.Drawing.Point(63, 161);
  51. this.button1.Margin = new System.Windows.Forms.Padding(4);
  52. this.button1.Name = "button1";
  53. this.button1.Size = new System.Drawing.Size(99, 30);
  54. this.button1.TabIndex = 87;
  55. this.button1.Text = "Удалить";
  56. this.button1.UseVisualStyleBackColor = false;
  57. this.button1.Click += new System.EventHandler(this.button1_Click);
  58. //
  59. // btn_soxr
  60. //
  61. this.btn_soxr.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  62. this.btn_soxr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(132)))), ((int)(((byte)(252)))));
  63. this.btn_soxr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  64. this.btn_soxr.Font = new System.Drawing.Font("Calibri", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  65. this.btn_soxr.ForeColor = System.Drawing.Color.White;
  66. this.btn_soxr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  67. this.btn_soxr.Location = new System.Drawing.Point(458, 11);
  68. this.btn_soxr.Margin = new System.Windows.Forms.Padding(4);
  69. this.btn_soxr.Name = "btn_soxr";
  70. this.btn_soxr.Size = new System.Drawing.Size(99, 30);
  71. this.btn_soxr.TabIndex = 86;
  72. this.btn_soxr.Text = "Назад";
  73. this.btn_soxr.UseVisualStyleBackColor = false;
  74. this.btn_soxr.Click += new System.EventHandler(this.btn_soxr_Click);
  75. //
  76. // label4
  77. //
  78. this.label4.AutoSize = true;
  79. this.label4.Font = new System.Drawing.Font("Calibri", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  80. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(132)))), ((int)(((byte)(252)))));
  81. this.label4.Location = new System.Drawing.Point(308, 118);
  82. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  83. this.label4.Name = "label4";
  84. this.label4.Size = new System.Drawing.Size(69, 15);
  85. this.label4.TabIndex = 85;
  86. this.label4.Text = "Должность";
  87. //
  88. // label10
  89. //
  90. this.label10.AutoSize = true;
  91. this.label10.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  92. this.label10.ForeColor = System.Drawing.Color.DodgerBlue;
  93. this.label10.Location = new System.Drawing.Point(203, 115);
  94. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  95. this.label10.Name = "label10";
  96. this.label10.Size = new System.Drawing.Size(97, 21);
  97. this.label10.TabIndex = 83;
  98. this.label10.Text = "Должность:";
  99. //
  100. // Im
  101. //
  102. this.Im.AutoSize = true;
  103. this.Im.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  104. this.Im.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(132)))), ((int)(((byte)(252)))));
  105. this.Im.Location = new System.Drawing.Point(345, 43);
  106. this.Im.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  107. this.Im.Name = "Im";
  108. this.Im.Size = new System.Drawing.Size(46, 24);
  109. this.Im.TabIndex = 80;
  110. this.Im.Text = "Имя";
  111. //
  112. // fam
  113. //
  114. this.fam.AutoSize = true;
  115. this.fam.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  116. this.fam.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(132)))), ((int)(((byte)(252)))));
  117. this.fam.Location = new System.Drawing.Point(203, 43);
  118. this.fam.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  119. this.fam.Name = "fam";
  120. this.fam.Size = new System.Drawing.Size(89, 24);
  121. this.fam.TabIndex = 79;
  122. this.fam.Text = "Фамилия";
  123. //
  124. // label1
  125. //
  126. this.label1.AutoSize = true;
  127. this.label1.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  128. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(132)))), ((int)(((byte)(252)))));
  129. this.label1.Location = new System.Drawing.Point(273, 75);
  130. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  131. this.label1.Name = "label1";
  132. this.label1.Size = new System.Drawing.Size(87, 24);
  133. this.label1.TabIndex = 88;
  134. this.label1.Text = "Отчество";
  135. //
  136. // pictureBox1
  137. //
  138. this.pictureBox1.Image = global::Blanki_ekzamena.Properties.Resources._65;
  139. this.pictureBox1.Location = new System.Drawing.Point(25, 12);
  140. this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  141. this.pictureBox1.Name = "pictureBox1";
  142. this.pictureBox1.Size = new System.Drawing.Size(161, 143);
  143. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  144. this.pictureBox1.TabIndex = 84;
  145. this.pictureBox1.TabStop = false;
  146. //
  147. // label2
  148. //
  149. this.label2.AutoSize = true;
  150. this.label2.Font = new System.Drawing.Font("Calibri", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  151. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(132)))), ((int)(((byte)(252)))));
  152. this.label2.Location = new System.Drawing.Point(270, 153);
  153. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  154. this.label2.Name = "label2";
  155. this.label2.Size = new System.Drawing.Size(41, 15);
  156. this.label2.TabIndex = 90;
  157. this.label2.Text = "Логин";
  158. //
  159. // label3
  160. //
  161. this.label3.AutoSize = true;
  162. this.label3.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  163. this.label3.ForeColor = System.Drawing.Color.DodgerBlue;
  164. this.label3.Location = new System.Drawing.Point(203, 150);
  165. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  166. this.label3.Name = "label3";
  167. this.label3.Size = new System.Drawing.Size(59, 21);
  168. this.label3.TabIndex = 89;
  169. this.label3.Text = "Логин:";
  170. //
  171. // label5
  172. //
  173. this.label5.AutoSize = true;
  174. this.label5.Font = new System.Drawing.Font("Calibri", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  175. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(132)))), ((int)(((byte)(252)))));
  176. this.label5.Location = new System.Drawing.Point(281, 183);
  177. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  178. this.label5.Name = "label5";
  179. this.label5.Size = new System.Drawing.Size(49, 15);
  180. this.label5.TabIndex = 92;
  181. this.label5.Text = "Пароль";
  182. this.label5.Click += new System.EventHandler(this.label5_Click);
  183. //
  184. // label6
  185. //
  186. this.label6.AutoSize = true;
  187. this.label6.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  188. this.label6.ForeColor = System.Drawing.Color.DodgerBlue;
  189. this.label6.Location = new System.Drawing.Point(203, 180);
  190. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  191. this.label6.Name = "label6";
  192. this.label6.Size = new System.Drawing.Size(69, 21);
  193. this.label6.TabIndex = 91;
  194. this.label6.Text = "Пароль:";
  195. //
  196. // Sotrudniki
  197. //
  198. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  199. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  200. this.BackColor = System.Drawing.Color.AliceBlue;
  201. this.ClientSize = new System.Drawing.Size(555, 210);
  202. this.Controls.Add(this.label5);
  203. this.Controls.Add(this.label6);
  204. this.Controls.Add(this.label2);
  205. this.Controls.Add(this.label3);
  206. this.Controls.Add(this.label1);
  207. this.Controls.Add(this.button1);
  208. this.Controls.Add(this.btn_soxr);
  209. this.Controls.Add(this.label4);
  210. this.Controls.Add(this.pictureBox1);
  211. this.Controls.Add(this.label10);
  212. this.Controls.Add(this.Im);
  213. this.Controls.Add(this.fam);
  214. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  215. this.Name = "Sotrudniki";
  216. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  217. this.Text = "Sotrudniki";
  218. this.Load += new System.EventHandler(this.Sotrudniki_Load);
  219. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  220. this.ResumeLayout(false);
  221. this.PerformLayout();
  222. }
  223. #endregion
  224. private System.Windows.Forms.Button button1;
  225. private System.Windows.Forms.Button btn_soxr;
  226. private System.Windows.Forms.Label label4;
  227. private System.Windows.Forms.PictureBox pictureBox1;
  228. private System.Windows.Forms.Label label10;
  229. private System.Windows.Forms.Label Im;
  230. private System.Windows.Forms.Label fam;
  231. private System.Windows.Forms.Label label1;
  232. private System.Windows.Forms.Label label2;
  233. private System.Windows.Forms.Label label3;
  234. private System.Windows.Forms.Label label5;
  235. private System.Windows.Forms.Label label6;
  236. }
  237. }