insertMedCard.Designer.cs 19 KB

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