updateMedCard.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. namespace hospital
  2. {
  3. partial class updateMedCard
  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.update = new System.Windows.Forms.Button();
  29. this.backBTN = new System.Windows.Forms.Button();
  30. this.label15 = new System.Windows.Forms.Label();
  31. this.label14 = new System.Windows.Forms.Label();
  32. this.label13 = new System.Windows.Forms.Label();
  33. this.label12 = new System.Windows.Forms.Label();
  34. this.label11 = new System.Windows.Forms.Label();
  35. this.label10 = new System.Windows.Forms.Label();
  36. this.label9 = new System.Windows.Forms.Label();
  37. this.label8 = new System.Windows.Forms.Label();
  38. this.label7 = new System.Windows.Forms.Label();
  39. this.label6 = new System.Windows.Forms.Label();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.label4 = new System.Windows.Forms.Label();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.rhFactorCB = new System.Windows.Forms.ComboBox();
  46. this.bloodCB = new System.Windows.Forms.ComboBox();
  47. this.workStudyPlaceRTB = new System.Windows.Forms.RichTextBox();
  48. this.descriptionDisabilityRTB = new System.Windows.Forms.RichTextBox();
  49. this.disabilityCB = new System.Windows.Forms.ComboBox();
  50. this.policyNumberMTB = new System.Windows.Forms.MaskedTextBox();
  51. this.passportCodeMTB = new System.Windows.Forms.MaskedTextBox();
  52. this.passpordPlaceTB = new System.Windows.Forms.TextBox();
  53. this.passportDateDTP = new System.Windows.Forms.DateTimePicker();
  54. this.passportNumberMTB = new System.Windows.Forms.MaskedTextBox();
  55. this.iianMTB = new System.Windows.Forms.MaskedTextBox();
  56. this.telephoneMTB = new System.Windows.Forms.MaskedTextBox();
  57. this.birthDateDTP = new System.Windows.Forms.DateTimePicker();
  58. this.midnameTB = new System.Windows.Forms.TextBox();
  59. this.nameTB = new System.Windows.Forms.TextBox();
  60. this.surnameTB = new System.Windows.Forms.TextBox();
  61. this.SuspendLayout();
  62. //
  63. // update
  64. //
  65. this.update.Location = new System.Drawing.Point(269, 415);
  66. this.update.Name = "update";
  67. this.update.Size = new System.Drawing.Size(75, 23);
  68. this.update.TabIndex = 33;
  69. this.update.Text = "Изменить";
  70. this.update.UseVisualStyleBackColor = true;
  71. this.update.Click += new System.EventHandler(this.update_Click);
  72. //
  73. // backBTN
  74. //
  75. this.backBTN.Location = new System.Drawing.Point(188, 415);
  76. this.backBTN.Name = "backBTN";
  77. this.backBTN.Size = new System.Drawing.Size(75, 23);
  78. this.backBTN.TabIndex = 34;
  79. this.backBTN.Text = "Назад";
  80. this.backBTN.UseVisualStyleBackColor = true;
  81. this.backBTN.Click += new System.EventHandler(this.backBTN_Click);
  82. //
  83. // label15
  84. //
  85. this.label15.AutoSize = true;
  86. this.label15.Location = new System.Drawing.Point(167, 328);
  87. this.label15.Name = "label15";
  88. this.label15.Size = new System.Drawing.Size(131, 13);
  89. this.label15.TabIndex = 65;
  90. this.label15.Text = "Описание инвалидности";
  91. //
  92. // label14
  93. //
  94. this.label14.AutoSize = true;
  95. this.label14.Location = new System.Drawing.Point(167, 214);
  96. this.label14.Name = "label14";
  97. this.label14.Size = new System.Drawing.Size(118, 13);
  98. this.label14.TabIndex = 64;
  99. this.label14.Text = "Место работы (учебы)";
  100. //
  101. // label13
  102. //
  103. this.label13.AutoSize = true;
  104. this.label13.Location = new System.Drawing.Point(167, 289);
  105. this.label13.Name = "label13";
  106. this.label13.Size = new System.Drawing.Size(80, 13);
  107. this.label13.TabIndex = 63;
  108. this.label13.Text = "Инвалидность";
  109. //
  110. // label12
  111. //
  112. this.label12.AutoSize = true;
  113. this.label12.Location = new System.Drawing.Point(167, 174);
  114. this.label12.Name = "label12";
  115. this.label12.Size = new System.Drawing.Size(77, 13);
  116. this.label12.TabIndex = 62;
  117. this.label12.Text = "Резус-фактор";
  118. //
  119. // label11
  120. //
  121. this.label11.AutoSize = true;
  122. this.label11.Location = new System.Drawing.Point(167, 134);
  123. this.label11.Name = "label11";
  124. this.label11.Size = new System.Drawing.Size(75, 13);
  125. this.label11.TabIndex = 61;
  126. this.label11.Text = "Группа крови";
  127. //
  128. // label10
  129. //
  130. this.label10.AutoSize = true;
  131. this.label10.Location = new System.Drawing.Point(167, 95);
  132. this.label10.Name = "label10";
  133. this.label10.Size = new System.Drawing.Size(80, 13);
  134. this.label10.TabIndex = 60;
  135. this.label10.Text = "Номер полиса";
  136. //
  137. // label9
  138. //
  139. this.label9.AutoSize = true;
  140. this.label9.Location = new System.Drawing.Point(167, 56);
  141. this.label9.Name = "label9";
  142. this.label9.Size = new System.Drawing.Size(86, 13);
  143. this.label9.TabIndex = 59;
  144. this.label9.Text = "Дата рождения";
  145. //
  146. // label8
  147. //
  148. this.label8.AutoSize = true;
  149. this.label8.Location = new System.Drawing.Point(16, 344);
  150. this.label8.Name = "label8";
  151. this.label8.Size = new System.Drawing.Size(107, 13);
  152. this.label8.TabIndex = 58;
  153. this.label8.Text = "Код подразделения";
  154. //
  155. // label7
  156. //
  157. this.label7.AutoSize = true;
  158. this.label7.Location = new System.Drawing.Point(16, 305);
  159. this.label7.Name = "label7";
  160. this.label7.Size = new System.Drawing.Size(63, 13);
  161. this.label7.TabIndex = 57;
  162. this.label7.Text = "Кем выдан";
  163. //
  164. // label6
  165. //
  166. this.label6.AutoSize = true;
  167. this.label6.Location = new System.Drawing.Point(16, 266);
  168. this.label6.Name = "label6";
  169. this.label6.Size = new System.Drawing.Size(73, 13);
  170. this.label6.TabIndex = 56;
  171. this.label6.Text = "Дата выдачи";
  172. //
  173. // label5
  174. //
  175. this.label5.AutoSize = true;
  176. this.label5.Location = new System.Drawing.Point(16, 227);
  177. this.label5.Name = "label5";
  178. this.label5.Size = new System.Drawing.Size(76, 13);
  179. this.label5.TabIndex = 55;
  180. this.label5.Text = "Серия, номер";
  181. //
  182. // label4
  183. //
  184. this.label4.AutoSize = true;
  185. this.label4.Location = new System.Drawing.Point(16, 186);
  186. this.label4.Name = "label4";
  187. this.label4.Size = new System.Drawing.Size(45, 13);
  188. this.label4.TabIndex = 54;
  189. this.label4.Text = "СНИЛС";
  190. //
  191. // label3
  192. //
  193. this.label3.AutoSize = true;
  194. this.label3.Location = new System.Drawing.Point(16, 147);
  195. this.label3.Name = "label3";
  196. this.label3.Size = new System.Drawing.Size(52, 13);
  197. this.label3.TabIndex = 53;
  198. this.label3.Text = "Телефон";
  199. //
  200. // label2
  201. //
  202. this.label2.AutoSize = true;
  203. this.label2.Location = new System.Drawing.Point(16, 56);
  204. this.label2.Name = "label2";
  205. this.label2.Size = new System.Drawing.Size(34, 13);
  206. this.label2.TabIndex = 52;
  207. this.label2.Text = "ФИО";
  208. //
  209. // label1
  210. //
  211. this.label1.AutoSize = true;
  212. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  213. this.label1.Location = new System.Drawing.Point(14, 7);
  214. this.label1.Name = "label1";
  215. this.label1.Size = new System.Drawing.Size(330, 25);
  216. this.label1.TabIndex = 51;
  217. this.label1.Text = "Изменение медицинской карты";
  218. //
  219. // rhFactorCB
  220. //
  221. this.rhFactorCB.FormattingEnabled = true;
  222. this.rhFactorCB.Location = new System.Drawing.Point(170, 190);
  223. this.rhFactorCB.Name = "rhFactorCB";
  224. this.rhFactorCB.Size = new System.Drawing.Size(107, 21);
  225. this.rhFactorCB.TabIndex = 50;
  226. //
  227. // bloodCB
  228. //
  229. this.bloodCB.FormattingEnabled = true;
  230. this.bloodCB.Location = new System.Drawing.Point(170, 150);
  231. this.bloodCB.Name = "bloodCB";
  232. this.bloodCB.Size = new System.Drawing.Size(107, 21);
  233. this.bloodCB.TabIndex = 49;
  234. //
  235. // workStudyPlaceRTB
  236. //
  237. this.workStudyPlaceRTB.Location = new System.Drawing.Point(170, 344);
  238. this.workStudyPlaceRTB.Name = "workStudyPlaceRTB";
  239. this.workStudyPlaceRTB.Size = new System.Drawing.Size(119, 56);
  240. this.workStudyPlaceRTB.TabIndex = 48;
  241. this.workStudyPlaceRTB.Text = "";
  242. //
  243. // descriptionDisabilityRTB
  244. //
  245. this.descriptionDisabilityRTB.Location = new System.Drawing.Point(170, 230);
  246. this.descriptionDisabilityRTB.Name = "descriptionDisabilityRTB";
  247. this.descriptionDisabilityRTB.Size = new System.Drawing.Size(119, 56);
  248. this.descriptionDisabilityRTB.TabIndex = 47;
  249. this.descriptionDisabilityRTB.Text = "";
  250. //
  251. // disabilityCB
  252. //
  253. this.disabilityCB.FormattingEnabled = true;
  254. this.disabilityCB.Location = new System.Drawing.Point(170, 305);
  255. this.disabilityCB.Name = "disabilityCB";
  256. this.disabilityCB.Size = new System.Drawing.Size(107, 21);
  257. this.disabilityCB.TabIndex = 46;
  258. //
  259. // policyNumberMTB
  260. //
  261. this.policyNumberMTB.Location = new System.Drawing.Point(170, 111);
  262. this.policyNumberMTB.Mask = "9000000000000000";
  263. this.policyNumberMTB.Name = "policyNumberMTB";
  264. this.policyNumberMTB.Size = new System.Drawing.Size(107, 20);
  265. this.policyNumberMTB.TabIndex = 45;
  266. //
  267. // passportCodeMTB
  268. //
  269. this.passportCodeMTB.Location = new System.Drawing.Point(19, 360);
  270. this.passportCodeMTB.Mask = "000-000";
  271. this.passportCodeMTB.Name = "passportCodeMTB";
  272. this.passportCodeMTB.Size = new System.Drawing.Size(100, 20);
  273. this.passportCodeMTB.TabIndex = 44;
  274. //
  275. // passpordPlaceTB
  276. //
  277. this.passpordPlaceTB.Location = new System.Drawing.Point(19, 320);
  278. this.passpordPlaceTB.Name = "passpordPlaceTB";
  279. this.passpordPlaceTB.Size = new System.Drawing.Size(100, 20);
  280. this.passpordPlaceTB.TabIndex = 43;
  281. //
  282. // passportDateDTP
  283. //
  284. this.passportDateDTP.Location = new System.Drawing.Point(19, 281);
  285. this.passportDateDTP.Name = "passportDateDTP";
  286. this.passportDateDTP.Size = new System.Drawing.Size(119, 20);
  287. this.passportDateDTP.TabIndex = 42;
  288. //
  289. // passportNumberMTB
  290. //
  291. this.passportNumberMTB.Location = new System.Drawing.Point(19, 243);
  292. this.passportNumberMTB.Mask = "0000-000000";
  293. this.passportNumberMTB.Name = "passportNumberMTB";
  294. this.passportNumberMTB.Size = new System.Drawing.Size(100, 20);
  295. this.passportNumberMTB.TabIndex = 41;
  296. //
  297. // iianMTB
  298. //
  299. this.iianMTB.Location = new System.Drawing.Point(19, 202);
  300. this.iianMTB.Mask = "000-000-000 00";
  301. this.iianMTB.Name = "iianMTB";
  302. this.iianMTB.Size = new System.Drawing.Size(100, 20);
  303. this.iianMTB.TabIndex = 40;
  304. //
  305. // telephoneMTB
  306. //
  307. this.telephoneMTB.Location = new System.Drawing.Point(19, 163);
  308. this.telephoneMTB.Mask = "+7(000)000-00-00";
  309. this.telephoneMTB.Name = "telephoneMTB";
  310. this.telephoneMTB.Size = new System.Drawing.Size(100, 20);
  311. this.telephoneMTB.TabIndex = 39;
  312. //
  313. // birthDateDTP
  314. //
  315. this.birthDateDTP.Location = new System.Drawing.Point(170, 72);
  316. this.birthDateDTP.Name = "birthDateDTP";
  317. this.birthDateDTP.Size = new System.Drawing.Size(119, 20);
  318. this.birthDateDTP.TabIndex = 38;
  319. //
  320. // midnameTB
  321. //
  322. this.midnameTB.Location = new System.Drawing.Point(19, 124);
  323. this.midnameTB.Name = "midnameTB";
  324. this.midnameTB.Size = new System.Drawing.Size(100, 20);
  325. this.midnameTB.TabIndex = 37;
  326. //
  327. // nameTB
  328. //
  329. this.nameTB.Location = new System.Drawing.Point(19, 98);
  330. this.nameTB.Name = "nameTB";
  331. this.nameTB.Size = new System.Drawing.Size(100, 20);
  332. this.nameTB.TabIndex = 36;
  333. //
  334. // surnameTB
  335. //
  336. this.surnameTB.Location = new System.Drawing.Point(19, 72);
  337. this.surnameTB.Name = "surnameTB";
  338. this.surnameTB.Size = new System.Drawing.Size(100, 20);
  339. this.surnameTB.TabIndex = 35;
  340. //
  341. // updateMedCard
  342. //
  343. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  344. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  345. this.ClientSize = new System.Drawing.Size(356, 450);
  346. this.Controls.Add(this.label15);
  347. this.Controls.Add(this.label14);
  348. this.Controls.Add(this.label13);
  349. this.Controls.Add(this.label12);
  350. this.Controls.Add(this.label11);
  351. this.Controls.Add(this.label10);
  352. this.Controls.Add(this.label9);
  353. this.Controls.Add(this.label8);
  354. this.Controls.Add(this.label7);
  355. this.Controls.Add(this.label6);
  356. this.Controls.Add(this.label5);
  357. this.Controls.Add(this.label4);
  358. this.Controls.Add(this.label3);
  359. this.Controls.Add(this.label2);
  360. this.Controls.Add(this.label1);
  361. this.Controls.Add(this.rhFactorCB);
  362. this.Controls.Add(this.bloodCB);
  363. this.Controls.Add(this.workStudyPlaceRTB);
  364. this.Controls.Add(this.descriptionDisabilityRTB);
  365. this.Controls.Add(this.disabilityCB);
  366. this.Controls.Add(this.policyNumberMTB);
  367. this.Controls.Add(this.passportCodeMTB);
  368. this.Controls.Add(this.passpordPlaceTB);
  369. this.Controls.Add(this.passportDateDTP);
  370. this.Controls.Add(this.passportNumberMTB);
  371. this.Controls.Add(this.iianMTB);
  372. this.Controls.Add(this.telephoneMTB);
  373. this.Controls.Add(this.birthDateDTP);
  374. this.Controls.Add(this.midnameTB);
  375. this.Controls.Add(this.nameTB);
  376. this.Controls.Add(this.surnameTB);
  377. this.Controls.Add(this.backBTN);
  378. this.Controls.Add(this.update);
  379. this.Name = "updateMedCard";
  380. this.Text = "updateMedCard";
  381. this.Load += new System.EventHandler(this.updateMedCard_Load);
  382. this.ResumeLayout(false);
  383. this.PerformLayout();
  384. }
  385. #endregion
  386. private System.Windows.Forms.Button update;
  387. private System.Windows.Forms.Button backBTN;
  388. private System.Windows.Forms.Label label15;
  389. private System.Windows.Forms.Label label14;
  390. private System.Windows.Forms.Label label13;
  391. private System.Windows.Forms.Label label12;
  392. private System.Windows.Forms.Label label11;
  393. private System.Windows.Forms.Label label10;
  394. private System.Windows.Forms.Label label9;
  395. private System.Windows.Forms.Label label8;
  396. private System.Windows.Forms.Label label7;
  397. private System.Windows.Forms.Label label6;
  398. private System.Windows.Forms.Label label5;
  399. private System.Windows.Forms.Label label4;
  400. private System.Windows.Forms.Label label3;
  401. private System.Windows.Forms.Label label2;
  402. private System.Windows.Forms.Label label1;
  403. private System.Windows.Forms.ComboBox rhFactorCB;
  404. private System.Windows.Forms.ComboBox bloodCB;
  405. private System.Windows.Forms.RichTextBox workStudyPlaceRTB;
  406. private System.Windows.Forms.RichTextBox descriptionDisabilityRTB;
  407. private System.Windows.Forms.ComboBox disabilityCB;
  408. private System.Windows.Forms.MaskedTextBox policyNumberMTB;
  409. private System.Windows.Forms.MaskedTextBox passportCodeMTB;
  410. private System.Windows.Forms.TextBox passpordPlaceTB;
  411. private System.Windows.Forms.DateTimePicker passportDateDTP;
  412. private System.Windows.Forms.MaskedTextBox passportNumberMTB;
  413. private System.Windows.Forms.MaskedTextBox iianMTB;
  414. private System.Windows.Forms.MaskedTextBox telephoneMTB;
  415. private System.Windows.Forms.DateTimePicker birthDateDTP;
  416. private System.Windows.Forms.TextBox midnameTB;
  417. private System.Windows.Forms.TextBox nameTB;
  418. private System.Windows.Forms.TextBox surnameTB;
  419. }
  420. }