addSotrudnic.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723
  1. namespace Дол_Восток
  2. {
  3. partial class addSotrudnic
  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(addSotrudnic));
  29. this.bt_add = new System.Windows.Forms.Button();
  30. this.tb_studentOtryad = new System.Windows.Forms.TextBox();
  31. this.tb_workPlace = new System.Windows.Forms.TextBox();
  32. this.mtb_numSertificat = new System.Windows.Forms.MaskedTextBox();
  33. this.nud_kolSmen = new System.Windows.Forms.NumericUpDown();
  34. this.nud_salary = new System.Windows.Forms.NumericUpDown();
  35. this.cb_dolgnost = new System.Windows.Forms.ComboBox();
  36. this.nud_numMedBook = new System.Windows.Forms.NumericUpDown();
  37. this.mtb_snils = new System.Windows.Forms.MaskedTextBox();
  38. this.mtb_INN = new System.Windows.Forms.MaskedTextBox();
  39. this.mtb_nomer = new System.Windows.Forms.MaskedTextBox();
  40. this.mtb_seria = new System.Windows.Forms.MaskedTextBox();
  41. this.dtp_dateVudach = new System.Windows.Forms.DateTimePicker();
  42. this.tb_kemVudan = new System.Windows.Forms.TextBox();
  43. this.cb_obrazovanie = new System.Windows.Forms.ComboBox();
  44. this.cb_familyStatus = new System.Windows.Forms.ComboBox();
  45. this.tb_adress = new System.Windows.Forms.TextBox();
  46. this.dtp_dateBirth = new System.Windows.Forms.DateTimePicker();
  47. this.mtb_telephone = new System.Windows.Forms.MaskedTextBox();
  48. this.tb_patronymic = new System.Windows.Forms.TextBox();
  49. this.tb_name = new System.Windows.Forms.TextBox();
  50. this.tb_surname = new System.Windows.Forms.TextBox();
  51. this.tb_statusOtryad = new System.Windows.Forms.TextBox();
  52. this.label14 = new System.Windows.Forms.Label();
  53. this.label23 = new System.Windows.Forms.Label();
  54. this.label20 = new System.Windows.Forms.Label();
  55. this.label19 = new System.Windows.Forms.Label();
  56. this.label8 = new System.Windows.Forms.Label();
  57. this.label1 = new System.Windows.Forms.Label();
  58. this.label7 = new System.Windows.Forms.Label();
  59. this.label6 = new System.Windows.Forms.Label();
  60. this.label5 = new System.Windows.Forms.Label();
  61. this.label4 = new System.Windows.Forms.Label();
  62. this.label3 = new System.Windows.Forms.Label();
  63. this.label2 = new System.Windows.Forms.Label();
  64. this.label27 = new System.Windows.Forms.Label();
  65. this.label26 = new System.Windows.Forms.Label();
  66. this.label25 = new System.Windows.Forms.Label();
  67. this.label22 = new System.Windows.Forms.Label();
  68. this.label21 = new System.Windows.Forms.Label();
  69. this.label18 = new System.Windows.Forms.Label();
  70. this.label16 = new System.Windows.Forms.Label();
  71. this.label15 = new System.Windows.Forms.Label();
  72. this.label9 = new System.Windows.Forms.Label();
  73. this.label13 = new System.Windows.Forms.Label();
  74. this.label12 = new System.Windows.Forms.Label();
  75. this.label11 = new System.Windows.Forms.Label();
  76. this.label10 = new System.Windows.Forms.Label();
  77. this.label17 = new System.Windows.Forms.Label();
  78. ((System.ComponentModel.ISupportInitialize)(this.nud_kolSmen)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.nud_salary)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.nud_numMedBook)).BeginInit();
  81. this.SuspendLayout();
  82. //
  83. // bt_add
  84. //
  85. this.bt_add.BackColor = System.Drawing.SystemColors.Window;
  86. this.bt_add.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold);
  87. this.bt_add.Location = new System.Drawing.Point(497, 795);
  88. this.bt_add.Name = "bt_add";
  89. this.bt_add.Size = new System.Drawing.Size(218, 42);
  90. this.bt_add.TabIndex = 45;
  91. this.bt_add.Text = "Сохранить";
  92. this.bt_add.UseVisualStyleBackColor = false;
  93. this.bt_add.Click += new System.EventHandler(this.bt_add_Click);
  94. //
  95. // tb_studentOtryad
  96. //
  97. this.tb_studentOtryad.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  98. this.tb_studentOtryad.Location = new System.Drawing.Point(897, 673);
  99. this.tb_studentOtryad.Name = "tb_studentOtryad";
  100. this.tb_studentOtryad.Size = new System.Drawing.Size(162, 26);
  101. this.tb_studentOtryad.TabIndex = 43;
  102. //
  103. // tb_workPlace
  104. //
  105. this.tb_workPlace.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  106. this.tb_workPlace.Location = new System.Drawing.Point(897, 617);
  107. this.tb_workPlace.Name = "tb_workPlace";
  108. this.tb_workPlace.Size = new System.Drawing.Size(162, 26);
  109. this.tb_workPlace.TabIndex = 42;
  110. //
  111. // mtb_numSertificat
  112. //
  113. this.mtb_numSertificat.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  114. this.mtb_numSertificat.Location = new System.Drawing.Point(286, 739);
  115. this.mtb_numSertificat.Name = "mtb_numSertificat";
  116. this.mtb_numSertificat.Size = new System.Drawing.Size(162, 26);
  117. this.mtb_numSertificat.TabIndex = 41;
  118. //
  119. // nud_kolSmen
  120. //
  121. this.nud_kolSmen.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  122. this.nud_kolSmen.Location = new System.Drawing.Point(897, 558);
  123. this.nud_kolSmen.Name = "nud_kolSmen";
  124. this.nud_kolSmen.Size = new System.Drawing.Size(162, 26);
  125. this.nud_kolSmen.TabIndex = 40;
  126. //
  127. // nud_salary
  128. //
  129. this.nud_salary.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  130. this.nud_salary.Location = new System.Drawing.Point(286, 682);
  131. this.nud_salary.Name = "nud_salary";
  132. this.nud_salary.Size = new System.Drawing.Size(162, 26);
  133. this.nud_salary.TabIndex = 39;
  134. //
  135. // cb_dolgnost
  136. //
  137. this.cb_dolgnost.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  138. this.cb_dolgnost.FormattingEnabled = true;
  139. this.cb_dolgnost.Location = new System.Drawing.Point(286, 622);
  140. this.cb_dolgnost.Name = "cb_dolgnost";
  141. this.cb_dolgnost.Size = new System.Drawing.Size(162, 28);
  142. this.cb_dolgnost.TabIndex = 38;
  143. //
  144. // nud_numMedBook
  145. //
  146. this.nud_numMedBook.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  147. this.nud_numMedBook.Location = new System.Drawing.Point(897, 439);
  148. this.nud_numMedBook.Name = "nud_numMedBook";
  149. this.nud_numMedBook.Size = new System.Drawing.Size(162, 26);
  150. this.nud_numMedBook.TabIndex = 37;
  151. //
  152. // mtb_snils
  153. //
  154. this.mtb_snils.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  155. this.mtb_snils.Location = new System.Drawing.Point(897, 382);
  156. this.mtb_snils.Mask = "00000000000";
  157. this.mtb_snils.Name = "mtb_snils";
  158. this.mtb_snils.Size = new System.Drawing.Size(162, 26);
  159. this.mtb_snils.TabIndex = 36;
  160. //
  161. // mtb_INN
  162. //
  163. this.mtb_INN.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  164. this.mtb_INN.Location = new System.Drawing.Point(897, 328);
  165. this.mtb_INN.Mask = "000000000000";
  166. this.mtb_INN.Name = "mtb_INN";
  167. this.mtb_INN.Size = new System.Drawing.Size(162, 26);
  168. this.mtb_INN.TabIndex = 35;
  169. //
  170. // mtb_nomer
  171. //
  172. this.mtb_nomer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  173. this.mtb_nomer.Location = new System.Drawing.Point(897, 228);
  174. this.mtb_nomer.Mask = "000000";
  175. this.mtb_nomer.Name = "mtb_nomer";
  176. this.mtb_nomer.Size = new System.Drawing.Size(162, 26);
  177. this.mtb_nomer.TabIndex = 34;
  178. //
  179. // mtb_seria
  180. //
  181. this.mtb_seria.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  182. this.mtb_seria.Location = new System.Drawing.Point(897, 189);
  183. this.mtb_seria.Mask = "0000";
  184. this.mtb_seria.Name = "mtb_seria";
  185. this.mtb_seria.Size = new System.Drawing.Size(162, 26);
  186. this.mtb_seria.TabIndex = 33;
  187. //
  188. // dtp_dateVudach
  189. //
  190. this.dtp_dateVudach.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  191. this.dtp_dateVudach.Location = new System.Drawing.Point(897, 145);
  192. this.dtp_dateVudach.Name = "dtp_dateVudach";
  193. this.dtp_dateVudach.Size = new System.Drawing.Size(162, 26);
  194. this.dtp_dateVudach.TabIndex = 32;
  195. //
  196. // tb_kemVudan
  197. //
  198. this.tb_kemVudan.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  199. this.tb_kemVudan.Location = new System.Drawing.Point(897, 97);
  200. this.tb_kemVudan.Name = "tb_kemVudan";
  201. this.tb_kemVudan.Size = new System.Drawing.Size(162, 26);
  202. this.tb_kemVudan.TabIndex = 31;
  203. //
  204. // cb_obrazovanie
  205. //
  206. this.cb_obrazovanie.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  207. this.cb_obrazovanie.FormattingEnabled = true;
  208. this.cb_obrazovanie.Items.AddRange(new object[] {
  209. "дошкольное образование",
  210. "начальное общее образование",
  211. "основное общее образование",
  212. "среднее общее образование",
  213. "среднее профессиональное образование",
  214. "высшее образование"});
  215. this.cb_obrazovanie.Location = new System.Drawing.Point(286, 554);
  216. this.cb_obrazovanie.Name = "cb_obrazovanie";
  217. this.cb_obrazovanie.Size = new System.Drawing.Size(162, 28);
  218. this.cb_obrazovanie.TabIndex = 30;
  219. //
  220. // cb_familyStatus
  221. //
  222. this.cb_familyStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  223. this.cb_familyStatus.FormattingEnabled = true;
  224. this.cb_familyStatus.Items.AddRange(new object[] {
  225. "Не замужем/не женат",
  226. "Разведена/разведен",
  227. "Замужем/женат"});
  228. this.cb_familyStatus.Location = new System.Drawing.Point(286, 480);
  229. this.cb_familyStatus.Name = "cb_familyStatus";
  230. this.cb_familyStatus.Size = new System.Drawing.Size(162, 28);
  231. this.cb_familyStatus.TabIndex = 29;
  232. //
  233. // tb_adress
  234. //
  235. this.tb_adress.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  236. this.tb_adress.Location = new System.Drawing.Point(286, 340);
  237. this.tb_adress.Name = "tb_adress";
  238. this.tb_adress.Size = new System.Drawing.Size(162, 26);
  239. this.tb_adress.TabIndex = 28;
  240. //
  241. // dtp_dateBirth
  242. //
  243. this.dtp_dateBirth.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  244. this.dtp_dateBirth.Location = new System.Drawing.Point(286, 263);
  245. this.dtp_dateBirth.Name = "dtp_dateBirth";
  246. this.dtp_dateBirth.Size = new System.Drawing.Size(162, 26);
  247. this.dtp_dateBirth.TabIndex = 27;
  248. //
  249. // mtb_telephone
  250. //
  251. this.mtb_telephone.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  252. this.mtb_telephone.Location = new System.Drawing.Point(286, 401);
  253. this.mtb_telephone.Mask = "+7(000)000-00-00";
  254. this.mtb_telephone.Name = "mtb_telephone";
  255. this.mtb_telephone.Size = new System.Drawing.Size(162, 26);
  256. this.mtb_telephone.TabIndex = 26;
  257. //
  258. // tb_patronymic
  259. //
  260. this.tb_patronymic.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  261. this.tb_patronymic.Location = new System.Drawing.Point(286, 197);
  262. this.tb_patronymic.Name = "tb_patronymic";
  263. this.tb_patronymic.Size = new System.Drawing.Size(162, 26);
  264. this.tb_patronymic.TabIndex = 25;
  265. //
  266. // tb_name
  267. //
  268. this.tb_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  269. this.tb_name.Location = new System.Drawing.Point(286, 138);
  270. this.tb_name.Name = "tb_name";
  271. this.tb_name.Size = new System.Drawing.Size(162, 26);
  272. this.tb_name.TabIndex = 24;
  273. //
  274. // tb_surname
  275. //
  276. this.tb_surname.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  277. this.tb_surname.Location = new System.Drawing.Point(286, 79);
  278. this.tb_surname.Name = "tb_surname";
  279. this.tb_surname.Size = new System.Drawing.Size(162, 26);
  280. this.tb_surname.TabIndex = 23;
  281. //
  282. // tb_statusOtryad
  283. //
  284. this.tb_statusOtryad.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  285. this.tb_statusOtryad.Location = new System.Drawing.Point(897, 737);
  286. this.tb_statusOtryad.Name = "tb_statusOtryad";
  287. this.tb_statusOtryad.Size = new System.Drawing.Size(162, 26);
  288. this.tb_statusOtryad.TabIndex = 46;
  289. //
  290. // label14
  291. //
  292. this.label14.AutoSize = true;
  293. this.label14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  294. this.label14.Font = new System.Drawing.Font("aMavickFont", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  295. this.label14.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  296. this.label14.Location = new System.Drawing.Point(399, 21);
  297. this.label14.Name = "label14";
  298. this.label14.Size = new System.Drawing.Size(403, 33);
  299. this.label14.TabIndex = 71;
  300. this.label14.Text = "Данные о сотруднике";
  301. //
  302. // label23
  303. //
  304. this.label23.AutoSize = true;
  305. this.label23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  306. this.label23.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  307. this.label23.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  308. this.label23.Location = new System.Drawing.Point(44, 739);
  309. this.label23.Name = "label23";
  310. this.label23.Size = new System.Drawing.Size(188, 28);
  311. this.label23.TabIndex = 103;
  312. this.label23.Text = "Сертификат";
  313. //
  314. // label20
  315. //
  316. this.label20.AutoSize = true;
  317. this.label20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  318. this.label20.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  319. this.label20.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  320. this.label20.Location = new System.Drawing.Point(53, 678);
  321. this.label20.Name = "label20";
  322. this.label20.Size = new System.Drawing.Size(154, 28);
  323. this.label20.TabIndex = 102;
  324. this.label20.Text = "Зарплата";
  325. //
  326. // label19
  327. //
  328. this.label19.AutoSize = true;
  329. this.label19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  330. this.label19.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  331. this.label19.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  332. this.label19.Location = new System.Drawing.Point(53, 619);
  333. this.label19.Name = "label19";
  334. this.label19.Size = new System.Drawing.Size(182, 28);
  335. this.label19.TabIndex = 101;
  336. this.label19.Text = "Должность";
  337. //
  338. // label8
  339. //
  340. this.label8.AutoSize = true;
  341. this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  342. this.label8.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  343. this.label8.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  344. this.label8.Location = new System.Drawing.Point(53, 554);
  345. this.label8.Name = "label8";
  346. this.label8.Size = new System.Drawing.Size(207, 28);
  347. this.label8.TabIndex = 100;
  348. this.label8.Text = "Образование";
  349. //
  350. // label1
  351. //
  352. this.label1.AutoSize = true;
  353. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  354. this.label1.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  355. this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  356. this.label1.Location = new System.Drawing.Point(53, 464);
  357. this.label1.Name = "label1";
  358. this.label1.Size = new System.Drawing.Size(179, 56);
  359. this.label1.TabIndex = 99;
  360. this.label1.Text = "Семейное\r\nположение";
  361. //
  362. // label7
  363. //
  364. this.label7.AutoSize = true;
  365. this.label7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  366. this.label7.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  367. this.label7.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  368. this.label7.Location = new System.Drawing.Point(53, 401);
  369. this.label7.Name = "label7";
  370. this.label7.Size = new System.Drawing.Size(135, 28);
  371. this.label7.TabIndex = 98;
  372. this.label7.Text = "Телефон";
  373. //
  374. // label6
  375. //
  376. this.label6.AutoSize = true;
  377. this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  378. this.label6.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  379. this.label6.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  380. this.label6.Location = new System.Drawing.Point(53, 340);
  381. this.label6.Name = "label6";
  382. this.label6.Size = new System.Drawing.Size(97, 28);
  383. this.label6.TabIndex = 97;
  384. this.label6.Text = "АДрес";
  385. //
  386. // label5
  387. //
  388. this.label5.AutoSize = true;
  389. this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  390. this.label5.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  391. this.label5.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  392. this.label5.Location = new System.Drawing.Point(53, 249);
  393. this.label5.Name = "label5";
  394. this.label5.Size = new System.Drawing.Size(161, 56);
  395. this.label5.TabIndex = 96;
  396. this.label5.Text = "Дата\r\nРождения\r\n";
  397. //
  398. // label4
  399. //
  400. this.label4.AutoSize = true;
  401. this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  402. this.label4.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  403. this.label4.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  404. this.label4.Location = new System.Drawing.Point(53, 194);
  405. this.label4.Name = "label4";
  406. this.label4.Size = new System.Drawing.Size(147, 28);
  407. this.label4.TabIndex = 95;
  408. this.label4.Text = "Отчество";
  409. //
  410. // label3
  411. //
  412. this.label3.AutoSize = true;
  413. this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  414. this.label3.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  415. this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  416. this.label3.Location = new System.Drawing.Point(53, 138);
  417. this.label3.Name = "label3";
  418. this.label3.Size = new System.Drawing.Size(71, 28);
  419. this.label3.TabIndex = 94;
  420. this.label3.Text = "Имя";
  421. //
  422. // label2
  423. //
  424. this.label2.AutoSize = true;
  425. this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  426. this.label2.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  427. this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  428. this.label2.Location = new System.Drawing.Point(53, 77);
  429. this.label2.Name = "label2";
  430. this.label2.Size = new System.Drawing.Size(150, 28);
  431. this.label2.TabIndex = 93;
  432. this.label2.Text = "Фамилия";
  433. //
  434. // label27
  435. //
  436. this.label27.AutoSize = true;
  437. this.label27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  438. this.label27.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  439. this.label27.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  440. this.label27.Location = new System.Drawing.Point(622, 737);
  441. this.label27.Name = "label27";
  442. this.label27.Size = new System.Drawing.Size(256, 28);
  443. this.label27.TabIndex = 117;
  444. this.label27.Text = "Статус в отряде";
  445. //
  446. // label26
  447. //
  448. this.label26.AutoSize = true;
  449. this.label26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  450. this.label26.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  451. this.label26.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  452. this.label26.Location = new System.Drawing.Point(622, 673);
  453. this.label26.Name = "label26";
  454. this.label26.Size = new System.Drawing.Size(171, 28);
  455. this.label26.TabIndex = 116;
  456. this.label26.Text = "Студотряд";
  457. //
  458. // label25
  459. //
  460. this.label25.AutoSize = true;
  461. this.label25.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  462. this.label25.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  463. this.label25.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  464. this.label25.Location = new System.Drawing.Point(622, 617);
  465. this.label25.Name = "label25";
  466. this.label25.Size = new System.Drawing.Size(222, 28);
  467. this.label25.TabIndex = 115;
  468. this.label25.Text = "Место Работы\r\n";
  469. //
  470. // label22
  471. //
  472. this.label22.AutoSize = true;
  473. this.label22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  474. this.label22.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  475. this.label22.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  476. this.label22.Location = new System.Drawing.Point(622, 550);
  477. this.label22.Name = "label22";
  478. this.label22.Size = new System.Drawing.Size(196, 56);
  479. this.label22.TabIndex = 114;
  480. this.label22.Text = "Количество \r\nсмен";
  481. //
  482. // label21
  483. //
  484. this.label21.AutoSize = true;
  485. this.label21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  486. this.label21.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  487. this.label21.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  488. this.label21.Location = new System.Drawing.Point(685, 507);
  489. this.label21.Name = "label21";
  490. this.label21.Size = new System.Drawing.Size(281, 28);
  491. this.label21.TabIndex = 113;
  492. this.label21.Text = "Данные об опыте ";
  493. //
  494. // label18
  495. //
  496. this.label18.AutoSize = true;
  497. this.label18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  498. this.label18.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  499. this.label18.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  500. this.label18.Location = new System.Drawing.Point(622, 428);
  501. this.label18.Name = "label18";
  502. this.label18.Size = new System.Drawing.Size(217, 56);
  503. this.label18.TabIndex = 112;
  504. this.label18.Text = "Медицинская\r\nКнижка";
  505. //
  506. // label16
  507. //
  508. this.label16.AutoSize = true;
  509. this.label16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  510. this.label16.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  511. this.label16.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  512. this.label16.Location = new System.Drawing.Point(622, 382);
  513. this.label16.Name = "label16";
  514. this.label16.Size = new System.Drawing.Size(102, 28);
  515. this.label16.TabIndex = 111;
  516. this.label16.Text = "СНИЛС";
  517. //
  518. // label15
  519. //
  520. this.label15.AutoSize = true;
  521. this.label15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  522. this.label15.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  523. this.label15.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  524. this.label15.Location = new System.Drawing.Point(622, 335);
  525. this.label15.Name = "label15";
  526. this.label15.Size = new System.Drawing.Size(69, 28);
  527. this.label15.TabIndex = 110;
  528. this.label15.Text = "ИНН";
  529. //
  530. // label9
  531. //
  532. this.label9.AutoSize = true;
  533. this.label9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  534. this.label9.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  535. this.label9.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  536. this.label9.Location = new System.Drawing.Point(620, 237);
  537. this.label9.Name = "label9";
  538. this.label9.Size = new System.Drawing.Size(104, 28);
  539. this.label9.TabIndex = 109;
  540. this.label9.Text = "Номер";
  541. //
  542. // label13
  543. //
  544. this.label13.AutoSize = true;
  545. this.label13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  546. this.label13.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  547. this.label13.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  548. this.label13.Location = new System.Drawing.Point(620, 189);
  549. this.label13.Name = "label13";
  550. this.label13.Size = new System.Drawing.Size(95, 28);
  551. this.label13.TabIndex = 108;
  552. this.label13.Text = "Серия";
  553. //
  554. // label12
  555. //
  556. this.label12.AutoSize = true;
  557. this.label12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  558. this.label12.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  559. this.label12.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  560. this.label12.Location = new System.Drawing.Point(622, 144);
  561. this.label12.Name = "label12";
  562. this.label12.Size = new System.Drawing.Size(208, 28);
  563. this.label12.TabIndex = 107;
  564. this.label12.Text = "Дата выдачи";
  565. //
  566. // label11
  567. //
  568. this.label11.AutoSize = true;
  569. this.label11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  570. this.label11.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  571. this.label11.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  572. this.label11.Location = new System.Drawing.Point(620, 104);
  573. this.label11.Name = "label11";
  574. this.label11.Size = new System.Drawing.Size(172, 28);
  575. this.label11.TabIndex = 106;
  576. this.label11.Text = "Кем выдан\r\n";
  577. //
  578. // label10
  579. //
  580. this.label10.AutoSize = true;
  581. this.label10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  582. this.label10.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  583. this.label10.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  584. this.label10.Location = new System.Drawing.Point(685, 297);
  585. this.label10.Name = "label10";
  586. this.label10.Size = new System.Drawing.Size(290, 28);
  587. this.label10.TabIndex = 105;
  588. this.label10.Text = "Другие документы";
  589. //
  590. // label17
  591. //
  592. this.label17.AutoSize = true;
  593. this.label17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  594. this.label17.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  595. this.label17.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  596. this.label17.Location = new System.Drawing.Point(791, 54);
  597. this.label17.Name = "label17";
  598. this.label17.Size = new System.Drawing.Size(138, 28);
  599. this.label17.TabIndex = 104;
  600. this.label17.Text = "Паспорт";
  601. //
  602. // addSotrudnic
  603. //
  604. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  605. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  606. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  607. this.ClientSize = new System.Drawing.Size(1192, 864);
  608. this.Controls.Add(this.label27);
  609. this.Controls.Add(this.label26);
  610. this.Controls.Add(this.label25);
  611. this.Controls.Add(this.label22);
  612. this.Controls.Add(this.label21);
  613. this.Controls.Add(this.label18);
  614. this.Controls.Add(this.label16);
  615. this.Controls.Add(this.label15);
  616. this.Controls.Add(this.label9);
  617. this.Controls.Add(this.label13);
  618. this.Controls.Add(this.label12);
  619. this.Controls.Add(this.label11);
  620. this.Controls.Add(this.label10);
  621. this.Controls.Add(this.label17);
  622. this.Controls.Add(this.label23);
  623. this.Controls.Add(this.label20);
  624. this.Controls.Add(this.label19);
  625. this.Controls.Add(this.label8);
  626. this.Controls.Add(this.label1);
  627. this.Controls.Add(this.label7);
  628. this.Controls.Add(this.label6);
  629. this.Controls.Add(this.label5);
  630. this.Controls.Add(this.label4);
  631. this.Controls.Add(this.label3);
  632. this.Controls.Add(this.label2);
  633. this.Controls.Add(this.label14);
  634. this.Controls.Add(this.tb_statusOtryad);
  635. this.Controls.Add(this.bt_add);
  636. this.Controls.Add(this.tb_studentOtryad);
  637. this.Controls.Add(this.tb_workPlace);
  638. this.Controls.Add(this.mtb_numSertificat);
  639. this.Controls.Add(this.nud_kolSmen);
  640. this.Controls.Add(this.nud_salary);
  641. this.Controls.Add(this.cb_dolgnost);
  642. this.Controls.Add(this.nud_numMedBook);
  643. this.Controls.Add(this.mtb_snils);
  644. this.Controls.Add(this.mtb_INN);
  645. this.Controls.Add(this.mtb_nomer);
  646. this.Controls.Add(this.mtb_seria);
  647. this.Controls.Add(this.dtp_dateVudach);
  648. this.Controls.Add(this.tb_kemVudan);
  649. this.Controls.Add(this.cb_obrazovanie);
  650. this.Controls.Add(this.cb_familyStatus);
  651. this.Controls.Add(this.tb_adress);
  652. this.Controls.Add(this.dtp_dateBirth);
  653. this.Controls.Add(this.mtb_telephone);
  654. this.Controls.Add(this.tb_patronymic);
  655. this.Controls.Add(this.tb_name);
  656. this.Controls.Add(this.tb_surname);
  657. this.Name = "addSotrudnic";
  658. this.Text = "addSotrudnic";
  659. this.Load += new System.EventHandler(this.addSotrudnic_Load);
  660. ((System.ComponentModel.ISupportInitialize)(this.nud_kolSmen)).EndInit();
  661. ((System.ComponentModel.ISupportInitialize)(this.nud_salary)).EndInit();
  662. ((System.ComponentModel.ISupportInitialize)(this.nud_numMedBook)).EndInit();
  663. this.ResumeLayout(false);
  664. this.PerformLayout();
  665. }
  666. #endregion
  667. private System.Windows.Forms.Button bt_add;
  668. private System.Windows.Forms.TextBox tb_studentOtryad;
  669. private System.Windows.Forms.TextBox tb_workPlace;
  670. private System.Windows.Forms.MaskedTextBox mtb_numSertificat;
  671. private System.Windows.Forms.NumericUpDown nud_kolSmen;
  672. private System.Windows.Forms.NumericUpDown nud_salary;
  673. private System.Windows.Forms.ComboBox cb_dolgnost;
  674. private System.Windows.Forms.NumericUpDown nud_numMedBook;
  675. private System.Windows.Forms.MaskedTextBox mtb_snils;
  676. private System.Windows.Forms.MaskedTextBox mtb_INN;
  677. private System.Windows.Forms.MaskedTextBox mtb_nomer;
  678. private System.Windows.Forms.MaskedTextBox mtb_seria;
  679. private System.Windows.Forms.DateTimePicker dtp_dateVudach;
  680. private System.Windows.Forms.TextBox tb_kemVudan;
  681. private System.Windows.Forms.ComboBox cb_obrazovanie;
  682. private System.Windows.Forms.ComboBox cb_familyStatus;
  683. private System.Windows.Forms.TextBox tb_adress;
  684. private System.Windows.Forms.DateTimePicker dtp_dateBirth;
  685. private System.Windows.Forms.MaskedTextBox mtb_telephone;
  686. private System.Windows.Forms.TextBox tb_patronymic;
  687. private System.Windows.Forms.TextBox tb_name;
  688. private System.Windows.Forms.TextBox tb_surname;
  689. private System.Windows.Forms.TextBox tb_statusOtryad;
  690. private System.Windows.Forms.Label label14;
  691. private System.Windows.Forms.Label label23;
  692. private System.Windows.Forms.Label label20;
  693. private System.Windows.Forms.Label label19;
  694. private System.Windows.Forms.Label label8;
  695. private System.Windows.Forms.Label label1;
  696. private System.Windows.Forms.Label label7;
  697. private System.Windows.Forms.Label label6;
  698. private System.Windows.Forms.Label label5;
  699. private System.Windows.Forms.Label label4;
  700. private System.Windows.Forms.Label label3;
  701. private System.Windows.Forms.Label label2;
  702. private System.Windows.Forms.Label label27;
  703. private System.Windows.Forms.Label label26;
  704. private System.Windows.Forms.Label label25;
  705. private System.Windows.Forms.Label label22;
  706. private System.Windows.Forms.Label label21;
  707. private System.Windows.Forms.Label label18;
  708. private System.Windows.Forms.Label label16;
  709. private System.Windows.Forms.Label label15;
  710. private System.Windows.Forms.Label label9;
  711. private System.Windows.Forms.Label label13;
  712. private System.Windows.Forms.Label label12;
  713. private System.Windows.Forms.Label label11;
  714. private System.Windows.Forms.Label label10;
  715. private System.Windows.Forms.Label label17;
  716. }
  717. }