addChild.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  1. namespace Дол_Восток
  2. {
  3. partial class addChild
  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(addChild));
  29. this.tb_surname = new System.Windows.Forms.TextBox();
  30. this.tb_name = new System.Windows.Forms.TextBox();
  31. this.tb_patronymic = new System.Windows.Forms.TextBox();
  32. this.dtp_dateBirth = new System.Windows.Forms.DateTimePicker();
  33. this.tb_adress = new System.Windows.Forms.TextBox();
  34. this.cb_typeDoc = new System.Windows.Forms.ComboBox();
  35. this.tb_kemVudan = new System.Windows.Forms.TextBox();
  36. this.dtp_dateVudach = new System.Windows.Forms.DateTimePicker();
  37. this.mtb_seria = new System.Windows.Forms.MaskedTextBox();
  38. this.mtb_nomer = new System.Windows.Forms.MaskedTextBox();
  39. this.mtb_snils = new System.Windows.Forms.MaskedTextBox();
  40. this.nud_stoimost = new System.Windows.Forms.NumericUpDown();
  41. this.cb_otryad = new System.Windows.Forms.ComboBox();
  42. this.bt_add = new System.Windows.Forms.Button();
  43. this.cb_zakPredstavitel = new System.Windows.Forms.ComboBox();
  44. this.bt_addZP = new System.Windows.Forms.Button();
  45. this.bt_addOtryad = new System.Windows.Forms.Button();
  46. this.dtp_yearBuy = new System.Windows.Forms.DateTimePicker();
  47. this.cb_lgotStoimost = new System.Windows.Forms.CheckBox();
  48. this.bt_changeOtryad = new System.Windows.Forms.Button();
  49. this.bt_changeZP = new System.Windows.Forms.Button();
  50. this.label8 = new System.Windows.Forms.Label();
  51. this.label16 = new System.Windows.Forms.Label();
  52. this.label9 = new System.Windows.Forms.Label();
  53. this.label13 = new System.Windows.Forms.Label();
  54. this.label12 = new System.Windows.Forms.Label();
  55. this.label11 = new System.Windows.Forms.Label();
  56. this.label1 = new System.Windows.Forms.Label();
  57. this.label14 = new System.Windows.Forms.Label();
  58. this.label7 = new System.Windows.Forms.Label();
  59. this.label2 = 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.label6 = new System.Windows.Forms.Label();
  64. this.label17 = new System.Windows.Forms.Label();
  65. this.label10 = new System.Windows.Forms.Label();
  66. this.label15 = new System.Windows.Forms.Label();
  67. ((System.ComponentModel.ISupportInitialize)(this.nud_stoimost)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // tb_surname
  71. //
  72. this.tb_surname.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  73. this.tb_surname.Location = new System.Drawing.Point(299, 114);
  74. this.tb_surname.Name = "tb_surname";
  75. this.tb_surname.Size = new System.Drawing.Size(151, 26);
  76. this.tb_surname.TabIndex = 0;
  77. //
  78. // tb_name
  79. //
  80. this.tb_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  81. this.tb_name.Location = new System.Drawing.Point(299, 175);
  82. this.tb_name.Name = "tb_name";
  83. this.tb_name.Size = new System.Drawing.Size(151, 26);
  84. this.tb_name.TabIndex = 1;
  85. //
  86. // tb_patronymic
  87. //
  88. this.tb_patronymic.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  89. this.tb_patronymic.Location = new System.Drawing.Point(299, 245);
  90. this.tb_patronymic.Name = "tb_patronymic";
  91. this.tb_patronymic.Size = new System.Drawing.Size(151, 26);
  92. this.tb_patronymic.TabIndex = 2;
  93. //
  94. // dtp_dateBirth
  95. //
  96. this.dtp_dateBirth.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  97. this.dtp_dateBirth.Location = new System.Drawing.Point(299, 303);
  98. this.dtp_dateBirth.Name = "dtp_dateBirth";
  99. this.dtp_dateBirth.Size = new System.Drawing.Size(151, 26);
  100. this.dtp_dateBirth.TabIndex = 3;
  101. //
  102. // tb_adress
  103. //
  104. this.tb_adress.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  105. this.tb_adress.Location = new System.Drawing.Point(299, 371);
  106. this.tb_adress.Name = "tb_adress";
  107. this.tb_adress.Size = new System.Drawing.Size(151, 26);
  108. this.tb_adress.TabIndex = 17;
  109. //
  110. // cb_typeDoc
  111. //
  112. this.cb_typeDoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  113. this.cb_typeDoc.FormattingEnabled = true;
  114. this.cb_typeDoc.Items.AddRange(new object[] {
  115. "Паспорт"});
  116. this.cb_typeDoc.Location = new System.Drawing.Point(832, 112);
  117. this.cb_typeDoc.Name = "cb_typeDoc";
  118. this.cb_typeDoc.Size = new System.Drawing.Size(159, 28);
  119. this.cb_typeDoc.TabIndex = 18;
  120. //
  121. // tb_kemVudan
  122. //
  123. this.tb_kemVudan.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  124. this.tb_kemVudan.Location = new System.Drawing.Point(832, 160);
  125. this.tb_kemVudan.Name = "tb_kemVudan";
  126. this.tb_kemVudan.Size = new System.Drawing.Size(159, 26);
  127. this.tb_kemVudan.TabIndex = 19;
  128. //
  129. // dtp_dateVudach
  130. //
  131. this.dtp_dateVudach.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  132. this.dtp_dateVudach.Location = new System.Drawing.Point(832, 202);
  133. this.dtp_dateVudach.Name = "dtp_dateVudach";
  134. this.dtp_dateVudach.Size = new System.Drawing.Size(159, 26);
  135. this.dtp_dateVudach.TabIndex = 20;
  136. //
  137. // mtb_seria
  138. //
  139. this.mtb_seria.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  140. this.mtb_seria.Location = new System.Drawing.Point(832, 248);
  141. this.mtb_seria.Mask = "00 00";
  142. this.mtb_seria.Name = "mtb_seria";
  143. this.mtb_seria.Size = new System.Drawing.Size(159, 26);
  144. this.mtb_seria.TabIndex = 21;
  145. //
  146. // mtb_nomer
  147. //
  148. this.mtb_nomer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  149. this.mtb_nomer.Location = new System.Drawing.Point(832, 286);
  150. this.mtb_nomer.Mask = "000000";
  151. this.mtb_nomer.Name = "mtb_nomer";
  152. this.mtb_nomer.Size = new System.Drawing.Size(159, 26);
  153. this.mtb_nomer.TabIndex = 22;
  154. //
  155. // mtb_snils
  156. //
  157. this.mtb_snils.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  158. this.mtb_snils.Location = new System.Drawing.Point(832, 329);
  159. this.mtb_snils.Mask = "000-000-000-00";
  160. this.mtb_snils.Name = "mtb_snils";
  161. this.mtb_snils.Size = new System.Drawing.Size(159, 26);
  162. this.mtb_snils.TabIndex = 23;
  163. //
  164. // nud_stoimost
  165. //
  166. this.nud_stoimost.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  167. this.nud_stoimost.Increment = new decimal(new int[] {
  168. 40000,
  169. 0,
  170. 0,
  171. 0});
  172. this.nud_stoimost.Location = new System.Drawing.Point(835, 553);
  173. this.nud_stoimost.Maximum = new decimal(new int[] {
  174. 50000,
  175. 0,
  176. 0,
  177. 0});
  178. this.nud_stoimost.Name = "nud_stoimost";
  179. this.nud_stoimost.Size = new System.Drawing.Size(156, 26);
  180. this.nud_stoimost.TabIndex = 25;
  181. //
  182. // cb_otryad
  183. //
  184. this.cb_otryad.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  185. this.cb_otryad.FormattingEnabled = true;
  186. this.cb_otryad.Location = new System.Drawing.Point(343, 663);
  187. this.cb_otryad.Name = "cb_otryad";
  188. this.cb_otryad.Size = new System.Drawing.Size(172, 28);
  189. this.cb_otryad.TabIndex = 27;
  190. //
  191. // bt_add
  192. //
  193. this.bt_add.BackColor = System.Drawing.SystemColors.Window;
  194. this.bt_add.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold);
  195. this.bt_add.Location = new System.Drawing.Point(516, 778);
  196. this.bt_add.Name = "bt_add";
  197. this.bt_add.Size = new System.Drawing.Size(209, 45);
  198. this.bt_add.TabIndex = 29;
  199. this.bt_add.Text = "Сохранить";
  200. this.bt_add.UseVisualStyleBackColor = false;
  201. this.bt_add.Click += new System.EventHandler(this.bt_add_Click);
  202. //
  203. // cb_zakPredstavitel
  204. //
  205. this.cb_zakPredstavitel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  206. this.cb_zakPredstavitel.FormattingEnabled = true;
  207. this.cb_zakPredstavitel.Location = new System.Drawing.Point(343, 534);
  208. this.cb_zakPredstavitel.Name = "cb_zakPredstavitel";
  209. this.cb_zakPredstavitel.Size = new System.Drawing.Size(172, 28);
  210. this.cb_zakPredstavitel.TabIndex = 30;
  211. //
  212. // bt_addZP
  213. //
  214. this.bt_addZP.BackColor = System.Drawing.SystemColors.Window;
  215. this.bt_addZP.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold);
  216. this.bt_addZP.Location = new System.Drawing.Point(468, 577);
  217. this.bt_addZP.Name = "bt_addZP";
  218. this.bt_addZP.Size = new System.Drawing.Size(47, 33);
  219. this.bt_addZP.TabIndex = 31;
  220. this.bt_addZP.Text = "+";
  221. this.bt_addZP.UseVisualStyleBackColor = false;
  222. this.bt_addZP.Click += new System.EventHandler(this.bt_addZP_Click);
  223. //
  224. // bt_addOtryad
  225. //
  226. this.bt_addOtryad.BackColor = System.Drawing.SystemColors.Window;
  227. this.bt_addOtryad.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold);
  228. this.bt_addOtryad.Location = new System.Drawing.Point(468, 707);
  229. this.bt_addOtryad.Name = "bt_addOtryad";
  230. this.bt_addOtryad.Size = new System.Drawing.Size(47, 33);
  231. this.bt_addOtryad.TabIndex = 32;
  232. this.bt_addOtryad.Text = "+";
  233. this.bt_addOtryad.UseVisualStyleBackColor = false;
  234. this.bt_addOtryad.Click += new System.EventHandler(this.bt_addOtryad_Click);
  235. //
  236. // dtp_yearBuy
  237. //
  238. this.dtp_yearBuy.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  239. this.dtp_yearBuy.Location = new System.Drawing.Point(835, 495);
  240. this.dtp_yearBuy.Name = "dtp_yearBuy";
  241. this.dtp_yearBuy.Size = new System.Drawing.Size(156, 26);
  242. this.dtp_yearBuy.TabIndex = 33;
  243. //
  244. // cb_lgotStoimost
  245. //
  246. this.cb_lgotStoimost.AutoSize = true;
  247. this.cb_lgotStoimost.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  248. this.cb_lgotStoimost.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold);
  249. this.cb_lgotStoimost.ForeColor = System.Drawing.SystemColors.Window;
  250. this.cb_lgotStoimost.Location = new System.Drawing.Point(760, 609);
  251. this.cb_lgotStoimost.Name = "cb_lgotStoimost";
  252. this.cb_lgotStoimost.Size = new System.Drawing.Size(136, 32);
  253. this.cb_lgotStoimost.TabIndex = 54;
  254. this.cb_lgotStoimost.Text = "Льготы";
  255. this.cb_lgotStoimost.UseVisualStyleBackColor = false;
  256. //
  257. // bt_changeOtryad
  258. //
  259. this.bt_changeOtryad.BackColor = System.Drawing.SystemColors.Window;
  260. this.bt_changeOtryad.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold);
  261. this.bt_changeOtryad.Location = new System.Drawing.Point(343, 707);
  262. this.bt_changeOtryad.Name = "bt_changeOtryad";
  263. this.bt_changeOtryad.Size = new System.Drawing.Size(47, 33);
  264. this.bt_changeOtryad.TabIndex = 55;
  265. this.bt_changeOtryad.Text = "*";
  266. this.bt_changeOtryad.UseVisualStyleBackColor = false;
  267. this.bt_changeOtryad.Click += new System.EventHandler(this.bt_changeOtryad_Click);
  268. //
  269. // bt_changeZP
  270. //
  271. this.bt_changeZP.BackColor = System.Drawing.SystemColors.Window;
  272. this.bt_changeZP.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold);
  273. this.bt_changeZP.Location = new System.Drawing.Point(343, 577);
  274. this.bt_changeZP.Name = "bt_changeZP";
  275. this.bt_changeZP.Size = new System.Drawing.Size(47, 33);
  276. this.bt_changeZP.TabIndex = 56;
  277. this.bt_changeZP.Text = "*";
  278. this.bt_changeZP.UseVisualStyleBackColor = false;
  279. this.bt_changeZP.Click += new System.EventHandler(this.bt_changeZP_Click);
  280. //
  281. // label8
  282. //
  283. this.label8.AutoSize = true;
  284. this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  285. this.label8.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  286. this.label8.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  287. this.label8.Location = new System.Drawing.Point(567, 114);
  288. this.label8.Name = "label8";
  289. this.label8.Size = new System.Drawing.Size(158, 28);
  290. this.label8.TabIndex = 103;
  291. this.label8.Text = "Документ";
  292. //
  293. // label16
  294. //
  295. this.label16.AutoSize = true;
  296. this.label16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  297. this.label16.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  298. this.label16.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  299. this.label16.Location = new System.Drawing.Point(567, 329);
  300. this.label16.Name = "label16";
  301. this.label16.Size = new System.Drawing.Size(102, 28);
  302. this.label16.TabIndex = 102;
  303. this.label16.Text = "СНИЛС";
  304. //
  305. // label9
  306. //
  307. this.label9.AutoSize = true;
  308. this.label9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  309. this.label9.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  310. this.label9.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  311. this.label9.Location = new System.Drawing.Point(565, 286);
  312. this.label9.Name = "label9";
  313. this.label9.Size = new System.Drawing.Size(104, 28);
  314. this.label9.TabIndex = 101;
  315. this.label9.Text = "Номер";
  316. //
  317. // label13
  318. //
  319. this.label13.AutoSize = true;
  320. this.label13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  321. this.label13.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  322. this.label13.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  323. this.label13.Location = new System.Drawing.Point(565, 245);
  324. this.label13.Name = "label13";
  325. this.label13.Size = new System.Drawing.Size(95, 28);
  326. this.label13.TabIndex = 100;
  327. this.label13.Text = "Серия";
  328. //
  329. // label12
  330. //
  331. this.label12.AutoSize = true;
  332. this.label12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  333. this.label12.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  334. this.label12.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  335. this.label12.Location = new System.Drawing.Point(567, 200);
  336. this.label12.Name = "label12";
  337. this.label12.Size = new System.Drawing.Size(208, 28);
  338. this.label12.TabIndex = 99;
  339. this.label12.Text = "Дата выдачи";
  340. //
  341. // label11
  342. //
  343. this.label11.AutoSize = true;
  344. this.label11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  345. this.label11.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  346. this.label11.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  347. this.label11.Location = new System.Drawing.Point(565, 160);
  348. this.label11.Name = "label11";
  349. this.label11.Size = new System.Drawing.Size(172, 28);
  350. this.label11.TabIndex = 98;
  351. this.label11.Text = "Кем выдан\r\n";
  352. //
  353. // label1
  354. //
  355. this.label1.AutoSize = true;
  356. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  357. this.label1.Font = new System.Drawing.Font("aMavickFont", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  358. this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  359. this.label1.Location = new System.Drawing.Point(410, 27);
  360. this.label1.Name = "label1";
  361. this.label1.Size = new System.Drawing.Size(404, 38);
  362. this.label1.TabIndex = 97;
  363. this.label1.Text = "Сведения о ребенке";
  364. //
  365. // label14
  366. //
  367. this.label14.AutoSize = true;
  368. this.label14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  369. this.label14.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  370. this.label14.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  371. this.label14.Location = new System.Drawing.Point(61, 660);
  372. this.label14.Name = "label14";
  373. this.label14.Size = new System.Drawing.Size(101, 28);
  374. this.label14.TabIndex = 110;
  375. this.label14.Text = "Отряд\r\n";
  376. //
  377. // label7
  378. //
  379. this.label7.AutoSize = true;
  380. this.label7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  381. this.label7.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  382. this.label7.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  383. this.label7.Location = new System.Drawing.Point(61, 371);
  384. this.label7.Name = "label7";
  385. this.label7.Size = new System.Drawing.Size(97, 28);
  386. this.label7.TabIndex = 109;
  387. this.label7.Text = "Адрес";
  388. //
  389. // label2
  390. //
  391. this.label2.AutoSize = true;
  392. this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  393. this.label2.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  394. this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  395. this.label2.Location = new System.Drawing.Point(61, 519);
  396. this.label2.Name = "label2";
  397. this.label2.Size = new System.Drawing.Size(233, 56);
  398. this.label2.TabIndex = 108;
  399. this.label2.Text = "Законный \r\nпредставитель";
  400. //
  401. // label5
  402. //
  403. this.label5.AutoSize = true;
  404. this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  405. this.label5.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  406. this.label5.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  407. this.label5.Location = new System.Drawing.Point(61, 286);
  408. this.label5.Name = "label5";
  409. this.label5.Size = new System.Drawing.Size(161, 56);
  410. this.label5.TabIndex = 107;
  411. this.label5.Text = "Дата\r\nРождения\r\n";
  412. //
  413. // label4
  414. //
  415. this.label4.AutoSize = true;
  416. this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  417. this.label4.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  418. this.label4.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  419. this.label4.Location = new System.Drawing.Point(61, 231);
  420. this.label4.Name = "label4";
  421. this.label4.Size = new System.Drawing.Size(147, 28);
  422. this.label4.TabIndex = 106;
  423. this.label4.Text = "Отчество";
  424. //
  425. // label3
  426. //
  427. this.label3.AutoSize = true;
  428. this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  429. this.label3.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  430. this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  431. this.label3.Location = new System.Drawing.Point(61, 175);
  432. this.label3.Name = "label3";
  433. this.label3.Size = new System.Drawing.Size(71, 28);
  434. this.label3.TabIndex = 105;
  435. this.label3.Text = "Имя";
  436. //
  437. // label6
  438. //
  439. this.label6.AutoSize = true;
  440. this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  441. this.label6.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  442. this.label6.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  443. this.label6.Location = new System.Drawing.Point(61, 114);
  444. this.label6.Name = "label6";
  445. this.label6.Size = new System.Drawing.Size(150, 28);
  446. this.label6.TabIndex = 104;
  447. this.label6.Text = "Фамилия";
  448. //
  449. // label17
  450. //
  451. this.label17.AutoSize = true;
  452. this.label17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  453. this.label17.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  454. this.label17.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  455. this.label17.Location = new System.Drawing.Point(567, 551);
  456. this.label17.Name = "label17";
  457. this.label17.Size = new System.Drawing.Size(176, 28);
  458. this.label17.TabIndex = 113;
  459. this.label17.Text = "Стоимость";
  460. //
  461. // label10
  462. //
  463. this.label10.AutoSize = true;
  464. this.label10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  465. this.label10.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  466. this.label10.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  467. this.label10.Location = new System.Drawing.Point(745, 408);
  468. this.label10.Name = "label10";
  469. this.label10.Size = new System.Drawing.Size(132, 28);
  470. this.label10.TabIndex = 112;
  471. this.label10.Text = "путевка";
  472. //
  473. // label15
  474. //
  475. this.label15.AutoSize = true;
  476. this.label15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
  477. this.label15.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  478. this.label15.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  479. this.label15.Location = new System.Drawing.Point(567, 472);
  480. this.label15.Name = "label15";
  481. this.label15.Size = new System.Drawing.Size(221, 56);
  482. this.label15.TabIndex = 111;
  483. this.label15.Text = "Дата\r\nприобритения";
  484. //
  485. // addChild
  486. //
  487. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  488. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  489. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  490. this.ClientSize = new System.Drawing.Size(1192, 847);
  491. this.Controls.Add(this.label17);
  492. this.Controls.Add(this.label10);
  493. this.Controls.Add(this.label15);
  494. this.Controls.Add(this.label14);
  495. this.Controls.Add(this.label7);
  496. this.Controls.Add(this.label2);
  497. this.Controls.Add(this.label5);
  498. this.Controls.Add(this.label4);
  499. this.Controls.Add(this.label3);
  500. this.Controls.Add(this.label6);
  501. this.Controls.Add(this.label8);
  502. this.Controls.Add(this.label16);
  503. this.Controls.Add(this.label9);
  504. this.Controls.Add(this.label13);
  505. this.Controls.Add(this.label12);
  506. this.Controls.Add(this.label11);
  507. this.Controls.Add(this.label1);
  508. this.Controls.Add(this.bt_changeZP);
  509. this.Controls.Add(this.bt_changeOtryad);
  510. this.Controls.Add(this.cb_lgotStoimost);
  511. this.Controls.Add(this.dtp_yearBuy);
  512. this.Controls.Add(this.bt_addOtryad);
  513. this.Controls.Add(this.bt_addZP);
  514. this.Controls.Add(this.cb_zakPredstavitel);
  515. this.Controls.Add(this.bt_add);
  516. this.Controls.Add(this.cb_otryad);
  517. this.Controls.Add(this.nud_stoimost);
  518. this.Controls.Add(this.mtb_snils);
  519. this.Controls.Add(this.mtb_nomer);
  520. this.Controls.Add(this.mtb_seria);
  521. this.Controls.Add(this.dtp_dateVudach);
  522. this.Controls.Add(this.tb_kemVudan);
  523. this.Controls.Add(this.cb_typeDoc);
  524. this.Controls.Add(this.tb_adress);
  525. this.Controls.Add(this.dtp_dateBirth);
  526. this.Controls.Add(this.tb_patronymic);
  527. this.Controls.Add(this.tb_name);
  528. this.Controls.Add(this.tb_surname);
  529. this.Name = "addChild";
  530. this.Text = "addChild";
  531. this.Load += new System.EventHandler(this.addChild_Load);
  532. ((System.ComponentModel.ISupportInitialize)(this.nud_stoimost)).EndInit();
  533. this.ResumeLayout(false);
  534. this.PerformLayout();
  535. }
  536. #endregion
  537. private System.Windows.Forms.TextBox tb_surname;
  538. private System.Windows.Forms.TextBox tb_name;
  539. private System.Windows.Forms.TextBox tb_patronymic;
  540. private System.Windows.Forms.DateTimePicker dtp_dateBirth;
  541. private System.Windows.Forms.TextBox tb_adress;
  542. private System.Windows.Forms.ComboBox cb_typeDoc;
  543. private System.Windows.Forms.TextBox tb_kemVudan;
  544. private System.Windows.Forms.DateTimePicker dtp_dateVudach;
  545. private System.Windows.Forms.MaskedTextBox mtb_seria;
  546. private System.Windows.Forms.MaskedTextBox mtb_nomer;
  547. private System.Windows.Forms.MaskedTextBox mtb_snils;
  548. private System.Windows.Forms.NumericUpDown nud_stoimost;
  549. private System.Windows.Forms.ComboBox cb_otryad;
  550. private System.Windows.Forms.Button bt_add;
  551. private System.Windows.Forms.ComboBox cb_zakPredstavitel;
  552. private System.Windows.Forms.Button bt_addZP;
  553. private System.Windows.Forms.Button bt_addOtryad;
  554. private System.Windows.Forms.DateTimePicker dtp_yearBuy;
  555. private System.Windows.Forms.CheckBox cb_lgotStoimost;
  556. private System.Windows.Forms.Button bt_changeOtryad;
  557. private System.Windows.Forms.Button bt_changeZP;
  558. private System.Windows.Forms.Label label8;
  559. private System.Windows.Forms.Label label16;
  560. private System.Windows.Forms.Label label9;
  561. private System.Windows.Forms.Label label13;
  562. private System.Windows.Forms.Label label12;
  563. private System.Windows.Forms.Label label11;
  564. private System.Windows.Forms.Label label1;
  565. private System.Windows.Forms.Label label14;
  566. private System.Windows.Forms.Label label7;
  567. private System.Windows.Forms.Label label2;
  568. private System.Windows.Forms.Label label5;
  569. private System.Windows.Forms.Label label4;
  570. private System.Windows.Forms.Label label3;
  571. private System.Windows.Forms.Label label6;
  572. private System.Windows.Forms.Label label17;
  573. private System.Windows.Forms.Label label10;
  574. private System.Windows.Forms.Label label15;
  575. }
  576. }