mainMenu.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839
  1. 
  2. namespace hospital
  3. {
  4. partial class mainMenu
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.tabControl1 = new System.Windows.Forms.TabControl();
  30. this.tabPage1 = new System.Windows.Forms.TabPage();
  31. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  32. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.delete_medicalCard = new System.Windows.Forms.Button();
  35. this.update_medicalCard = new System.Windows.Forms.Button();
  36. this.add_medicalCard = new System.Windows.Forms.Button();
  37. this.tabPage2 = new System.Windows.Forms.TabPage();
  38. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  39. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.delete_patientCard = new System.Windows.Forms.Button();
  42. this.add_patientCard = new System.Windows.Forms.Button();
  43. this.tabPage3 = new System.Windows.Forms.TabPage();
  44. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  45. this.dataGridView3 = new System.Windows.Forms.DataGridView();
  46. this.print = new System.Windows.Forms.Button();
  47. this.label4 = new System.Windows.Forms.Label();
  48. this.label3 = new System.Windows.Forms.Label();
  49. this.deleteDrugsBTN = new System.Windows.Forms.Button();
  50. this.button3 = new System.Windows.Forms.Button();
  51. this.addDrugsBTN = new System.Windows.Forms.Button();
  52. this.clearBTN = new System.Windows.Forms.Button();
  53. this.amountDrug = new System.Windows.Forms.NumericUpDown();
  54. this.addDrugBTN = new System.Windows.Forms.Button();
  55. this.dataGridView4 = new System.Windows.Forms.DataGridView();
  56. this.tabPage4 = new System.Windows.Forms.TabPage();
  57. this.panel1 = new System.Windows.Forms.Panel();
  58. this.label19 = new System.Windows.Forms.Label();
  59. this.label5 = new System.Windows.Forms.Label();
  60. this.button1 = new System.Windows.Forms.Button();
  61. this.checkPasswordTB = new System.Windows.Forms.TextBox();
  62. this.button2 = new System.Windows.Forms.Button();
  63. this.label18 = new System.Windows.Forms.Label();
  64. this.label17 = new System.Windows.Forms.Label();
  65. this.label16 = new System.Windows.Forms.Label();
  66. this.label15 = new System.Windows.Forms.Label();
  67. this.label14 = new System.Windows.Forms.Label();
  68. this.label13 = new System.Windows.Forms.Label();
  69. this.label12 = new System.Windows.Forms.Label();
  70. this.label11 = new System.Windows.Forms.Label();
  71. this.label10 = new System.Windows.Forms.Label();
  72. this.label9 = new System.Windows.Forms.Label();
  73. this.label8 = new System.Windows.Forms.Label();
  74. this.label7 = new System.Windows.Forms.Label();
  75. this.label6 = new System.Windows.Forms.Label();
  76. this.newLoginTB = new System.Windows.Forms.TextBox();
  77. this.newPasswordTB = new System.Windows.Forms.TextBox();
  78. this.newSuraname_employeeTB = new System.Windows.Forms.TextBox();
  79. this.passportCodeMTB = new System.Windows.Forms.MaskedTextBox();
  80. this.newPassport_place_employeeTB = new System.Windows.Forms.TextBox();
  81. this.passportDateDTP = new System.Windows.Forms.DateTimePicker();
  82. this.birthdateDTP = new System.Windows.Forms.DateTimePicker();
  83. this.passportNumberMTB = new System.Windows.Forms.MaskedTextBox();
  84. this.newTelephone_employeeMTB = new System.Windows.Forms.MaskedTextBox();
  85. this.newMidname_employeeTB = new System.Windows.Forms.TextBox();
  86. this.newName_employeeTB = new System.Windows.Forms.TextBox();
  87. this.genderTB = new System.Windows.Forms.TextBox();
  88. this.tabControl1.SuspendLayout();
  89. this.tabPage1.SuspendLayout();
  90. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  91. this.splitContainer1.Panel1.SuspendLayout();
  92. this.splitContainer1.Panel2.SuspendLayout();
  93. this.splitContainer1.SuspendLayout();
  94. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  95. this.tabPage2.SuspendLayout();
  96. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  97. this.splitContainer2.Panel1.SuspendLayout();
  98. this.splitContainer2.Panel2.SuspendLayout();
  99. this.splitContainer2.SuspendLayout();
  100. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  101. this.tabPage3.SuspendLayout();
  102. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  103. this.splitContainer3.Panel1.SuspendLayout();
  104. this.splitContainer3.Panel2.SuspendLayout();
  105. this.splitContainer3.SuspendLayout();
  106. ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.amountDrug)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).BeginInit();
  109. this.tabPage4.SuspendLayout();
  110. this.panel1.SuspendLayout();
  111. this.SuspendLayout();
  112. //
  113. // tabControl1
  114. //
  115. this.tabControl1.Controls.Add(this.tabPage1);
  116. this.tabControl1.Controls.Add(this.tabPage2);
  117. this.tabControl1.Controls.Add(this.tabPage3);
  118. this.tabControl1.Controls.Add(this.tabPage4);
  119. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  120. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  121. this.tabControl1.Name = "tabControl1";
  122. this.tabControl1.SelectedIndex = 0;
  123. this.tabControl1.Size = new System.Drawing.Size(800, 450);
  124. this.tabControl1.TabIndex = 0;
  125. this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
  126. //
  127. // tabPage1
  128. //
  129. this.tabPage1.Controls.Add(this.splitContainer1);
  130. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  131. this.tabPage1.Name = "tabPage1";
  132. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  133. this.tabPage1.Size = new System.Drawing.Size(792, 424);
  134. this.tabPage1.TabIndex = 0;
  135. this.tabPage1.Text = "Мед карты";
  136. this.tabPage1.UseVisualStyleBackColor = true;
  137. //
  138. // splitContainer1
  139. //
  140. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  141. this.splitContainer1.Location = new System.Drawing.Point(3, 3);
  142. this.splitContainer1.Name = "splitContainer1";
  143. //
  144. // splitContainer1.Panel1
  145. //
  146. this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
  147. //
  148. // splitContainer1.Panel2
  149. //
  150. this.splitContainer1.Panel2.Controls.Add(this.label1);
  151. this.splitContainer1.Panel2.Controls.Add(this.delete_medicalCard);
  152. this.splitContainer1.Panel2.Controls.Add(this.update_medicalCard);
  153. this.splitContainer1.Panel2.Controls.Add(this.add_medicalCard);
  154. this.splitContainer1.Size = new System.Drawing.Size(786, 418);
  155. this.splitContainer1.SplitterDistance = 597;
  156. this.splitContainer1.TabIndex = 0;
  157. //
  158. // dataGridView1
  159. //
  160. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  161. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  162. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  163. this.dataGridView1.Name = "dataGridView1";
  164. this.dataGridView1.Size = new System.Drawing.Size(597, 418);
  165. this.dataGridView1.TabIndex = 0;
  166. //
  167. // label1
  168. //
  169. this.label1.AutoSize = true;
  170. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  171. this.label1.Location = new System.Drawing.Point(10, 5);
  172. this.label1.Name = "label1";
  173. this.label1.Size = new System.Drawing.Size(165, 18);
  174. this.label1.TabIndex = 3;
  175. this.label1.Text = "Элементы управления";
  176. //
  177. // delete_medicalCard
  178. //
  179. this.delete_medicalCard.Location = new System.Drawing.Point(55, 108);
  180. this.delete_medicalCard.Name = "delete_medicalCard";
  181. this.delete_medicalCard.Size = new System.Drawing.Size(75, 23);
  182. this.delete_medicalCard.TabIndex = 2;
  183. this.delete_medicalCard.Text = "Удалить";
  184. this.delete_medicalCard.UseVisualStyleBackColor = true;
  185. this.delete_medicalCard.Click += new System.EventHandler(this.button3_Click);
  186. //
  187. // update_medicalCard
  188. //
  189. this.update_medicalCard.Location = new System.Drawing.Point(55, 79);
  190. this.update_medicalCard.Name = "update_medicalCard";
  191. this.update_medicalCard.Size = new System.Drawing.Size(75, 23);
  192. this.update_medicalCard.TabIndex = 1;
  193. this.update_medicalCard.Text = "Изменить";
  194. this.update_medicalCard.UseVisualStyleBackColor = true;
  195. this.update_medicalCard.Click += new System.EventHandler(this.button2_Click);
  196. //
  197. // add_medicalCard
  198. //
  199. this.add_medicalCard.Location = new System.Drawing.Point(55, 50);
  200. this.add_medicalCard.Name = "add_medicalCard";
  201. this.add_medicalCard.Size = new System.Drawing.Size(75, 23);
  202. this.add_medicalCard.TabIndex = 0;
  203. this.add_medicalCard.Text = "Добавить";
  204. this.add_medicalCard.UseVisualStyleBackColor = true;
  205. this.add_medicalCard.Click += new System.EventHandler(this.button1_Click);
  206. //
  207. // tabPage2
  208. //
  209. this.tabPage2.Controls.Add(this.splitContainer2);
  210. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  211. this.tabPage2.Name = "tabPage2";
  212. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  213. this.tabPage2.Size = new System.Drawing.Size(792, 424);
  214. this.tabPage2.TabIndex = 1;
  215. this.tabPage2.Text = "Карты пациентов";
  216. this.tabPage2.UseVisualStyleBackColor = true;
  217. //
  218. // splitContainer2
  219. //
  220. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  221. this.splitContainer2.Location = new System.Drawing.Point(3, 3);
  222. this.splitContainer2.Name = "splitContainer2";
  223. //
  224. // splitContainer2.Panel1
  225. //
  226. this.splitContainer2.Panel1.Controls.Add(this.dataGridView2);
  227. //
  228. // splitContainer2.Panel2
  229. //
  230. this.splitContainer2.Panel2.Controls.Add(this.label2);
  231. this.splitContainer2.Panel2.Controls.Add(this.delete_patientCard);
  232. this.splitContainer2.Panel2.Controls.Add(this.add_patientCard);
  233. this.splitContainer2.Size = new System.Drawing.Size(786, 418);
  234. this.splitContainer2.SplitterDistance = 597;
  235. this.splitContainer2.TabIndex = 1;
  236. //
  237. // dataGridView2
  238. //
  239. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  240. this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
  241. this.dataGridView2.Location = new System.Drawing.Point(0, 0);
  242. this.dataGridView2.Name = "dataGridView2";
  243. this.dataGridView2.Size = new System.Drawing.Size(597, 418);
  244. this.dataGridView2.TabIndex = 0;
  245. //
  246. // label2
  247. //
  248. this.label2.AutoSize = true;
  249. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  250. this.label2.Location = new System.Drawing.Point(10, 5);
  251. this.label2.Name = "label2";
  252. this.label2.Size = new System.Drawing.Size(165, 18);
  253. this.label2.TabIndex = 4;
  254. this.label2.Text = "Элементы управления";
  255. //
  256. // delete_patientCard
  257. //
  258. this.delete_patientCard.Location = new System.Drawing.Point(55, 79);
  259. this.delete_patientCard.Name = "delete_patientCard";
  260. this.delete_patientCard.Size = new System.Drawing.Size(75, 23);
  261. this.delete_patientCard.TabIndex = 2;
  262. this.delete_patientCard.Text = "Выписать";
  263. this.delete_patientCard.UseVisualStyleBackColor = true;
  264. this.delete_patientCard.Click += new System.EventHandler(this.delete_patientCard_Click);
  265. //
  266. // add_patientCard
  267. //
  268. this.add_patientCard.Location = new System.Drawing.Point(55, 50);
  269. this.add_patientCard.Name = "add_patientCard";
  270. this.add_patientCard.Size = new System.Drawing.Size(75, 23);
  271. this.add_patientCard.TabIndex = 0;
  272. this.add_patientCard.Text = "Записать";
  273. this.add_patientCard.UseVisualStyleBackColor = true;
  274. this.add_patientCard.Click += new System.EventHandler(this.add_patientCard_Click);
  275. //
  276. // tabPage3
  277. //
  278. this.tabPage3.Controls.Add(this.splitContainer3);
  279. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  280. this.tabPage3.Name = "tabPage3";
  281. this.tabPage3.Size = new System.Drawing.Size(792, 424);
  282. this.tabPage3.TabIndex = 2;
  283. this.tabPage3.Text = "Лекарства";
  284. this.tabPage3.UseVisualStyleBackColor = true;
  285. //
  286. // splitContainer3
  287. //
  288. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  289. this.splitContainer3.Location = new System.Drawing.Point(0, 0);
  290. this.splitContainer3.Name = "splitContainer3";
  291. //
  292. // splitContainer3.Panel1
  293. //
  294. this.splitContainer3.Panel1.Controls.Add(this.dataGridView3);
  295. //
  296. // splitContainer3.Panel2
  297. //
  298. this.splitContainer3.Panel2.Controls.Add(this.print);
  299. this.splitContainer3.Panel2.Controls.Add(this.label4);
  300. this.splitContainer3.Panel2.Controls.Add(this.label3);
  301. this.splitContainer3.Panel2.Controls.Add(this.deleteDrugsBTN);
  302. this.splitContainer3.Panel2.Controls.Add(this.button3);
  303. this.splitContainer3.Panel2.Controls.Add(this.addDrugsBTN);
  304. this.splitContainer3.Panel2.Controls.Add(this.clearBTN);
  305. this.splitContainer3.Panel2.Controls.Add(this.amountDrug);
  306. this.splitContainer3.Panel2.Controls.Add(this.addDrugBTN);
  307. this.splitContainer3.Panel2.Controls.Add(this.dataGridView4);
  308. this.splitContainer3.Size = new System.Drawing.Size(792, 424);
  309. this.splitContainer3.SplitterDistance = 506;
  310. this.splitContainer3.TabIndex = 0;
  311. //
  312. // dataGridView3
  313. //
  314. this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  315. this.dataGridView3.Dock = System.Windows.Forms.DockStyle.Fill;
  316. this.dataGridView3.Location = new System.Drawing.Point(0, 0);
  317. this.dataGridView3.Name = "dataGridView3";
  318. this.dataGridView3.Size = new System.Drawing.Size(506, 424);
  319. this.dataGridView3.TabIndex = 0;
  320. //
  321. // print
  322. //
  323. this.print.Location = new System.Drawing.Point(94, 268);
  324. this.print.Name = "print";
  325. this.print.Size = new System.Drawing.Size(75, 20);
  326. this.print.TabIndex = 9;
  327. this.print.Text = "Печать";
  328. this.print.UseVisualStyleBackColor = true;
  329. this.print.Click += new System.EventHandler(this.print_Click);
  330. //
  331. // label4
  332. //
  333. this.label4.AutoSize = true;
  334. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  335. this.label4.Location = new System.Drawing.Point(50, 194);
  336. this.label4.Name = "label4";
  337. this.label4.Size = new System.Drawing.Size(182, 18);
  338. this.label4.TabIndex = 8;
  339. this.label4.Text = "Редактирование рецепта";
  340. //
  341. // label3
  342. //
  343. this.label3.AutoSize = true;
  344. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  345. this.label3.Location = new System.Drawing.Point(61, 351);
  346. this.label3.Name = "label3";
  347. this.label3.Size = new System.Drawing.Size(165, 18);
  348. this.label3.TabIndex = 7;
  349. this.label3.Text = "Элементы управления";
  350. //
  351. // deleteDrugsBTN
  352. //
  353. this.deleteDrugsBTN.Location = new System.Drawing.Point(13, 389);
  354. this.deleteDrugsBTN.Name = "deleteDrugsBTN";
  355. this.deleteDrugsBTN.Size = new System.Drawing.Size(75, 23);
  356. this.deleteDrugsBTN.TabIndex = 6;
  357. this.deleteDrugsBTN.Text = "Удалить";
  358. this.deleteDrugsBTN.UseVisualStyleBackColor = true;
  359. this.deleteDrugsBTN.Click += new System.EventHandler(this.deleteDrugsBTN_Click);
  360. //
  361. // button3
  362. //
  363. this.button3.Location = new System.Drawing.Point(106, 389);
  364. this.button3.Name = "button3";
  365. this.button3.Size = new System.Drawing.Size(75, 23);
  366. this.button3.TabIndex = 1;
  367. this.button3.Text = "Изменить";
  368. this.button3.UseVisualStyleBackColor = true;
  369. this.button3.Click += new System.EventHandler(this.button3_Click_2);
  370. //
  371. // addDrugsBTN
  372. //
  373. this.addDrugsBTN.Location = new System.Drawing.Point(196, 389);
  374. this.addDrugsBTN.Name = "addDrugsBTN";
  375. this.addDrugsBTN.Size = new System.Drawing.Size(75, 23);
  376. this.addDrugsBTN.TabIndex = 4;
  377. this.addDrugsBTN.Text = "Добавить";
  378. this.addDrugsBTN.UseVisualStyleBackColor = true;
  379. this.addDrugsBTN.Click += new System.EventHandler(this.button3_Click_1);
  380. //
  381. // clearBTN
  382. //
  383. this.clearBTN.Location = new System.Drawing.Point(13, 268);
  384. this.clearBTN.Name = "clearBTN";
  385. this.clearBTN.Size = new System.Drawing.Size(75, 20);
  386. this.clearBTN.TabIndex = 3;
  387. this.clearBTN.Text = "Очистить";
  388. this.clearBTN.UseVisualStyleBackColor = true;
  389. this.clearBTN.Click += new System.EventHandler(this.clearBTN_Click);
  390. //
  391. // amountDrug
  392. //
  393. this.amountDrug.Location = new System.Drawing.Point(94, 242);
  394. this.amountDrug.Minimum = new decimal(new int[] {
  395. 1,
  396. 0,
  397. 0,
  398. 0});
  399. this.amountDrug.Name = "amountDrug";
  400. this.amountDrug.Size = new System.Drawing.Size(75, 20);
  401. this.amountDrug.TabIndex = 2;
  402. this.amountDrug.Value = new decimal(new int[] {
  403. 1,
  404. 0,
  405. 0,
  406. 0});
  407. //
  408. // addDrugBTN
  409. //
  410. this.addDrugBTN.Location = new System.Drawing.Point(13, 226);
  411. this.addDrugBTN.Name = "addDrugBTN";
  412. this.addDrugBTN.Size = new System.Drawing.Size(75, 36);
  413. this.addDrugBTN.TabIndex = 1;
  414. this.addDrugBTN.Text = "Добавить в рецепт";
  415. this.addDrugBTN.UseVisualStyleBackColor = true;
  416. this.addDrugBTN.Click += new System.EventHandler(this.addDrugBTN_Click);
  417. //
  418. // dataGridView4
  419. //
  420. this.dataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  421. this.dataGridView4.Dock = System.Windows.Forms.DockStyle.Top;
  422. this.dataGridView4.Location = new System.Drawing.Point(0, 0);
  423. this.dataGridView4.Name = "dataGridView4";
  424. this.dataGridView4.Size = new System.Drawing.Size(282, 186);
  425. this.dataGridView4.TabIndex = 0;
  426. //
  427. // tabPage4
  428. //
  429. this.tabPage4.Controls.Add(this.panel1);
  430. this.tabPage4.Controls.Add(this.button2);
  431. this.tabPage4.Controls.Add(this.label18);
  432. this.tabPage4.Controls.Add(this.label17);
  433. this.tabPage4.Controls.Add(this.label16);
  434. this.tabPage4.Controls.Add(this.label15);
  435. this.tabPage4.Controls.Add(this.label14);
  436. this.tabPage4.Controls.Add(this.label13);
  437. this.tabPage4.Controls.Add(this.label12);
  438. this.tabPage4.Controls.Add(this.label11);
  439. this.tabPage4.Controls.Add(this.label10);
  440. this.tabPage4.Controls.Add(this.label9);
  441. this.tabPage4.Controls.Add(this.label8);
  442. this.tabPage4.Controls.Add(this.label7);
  443. this.tabPage4.Controls.Add(this.label6);
  444. this.tabPage4.Controls.Add(this.newLoginTB);
  445. this.tabPage4.Controls.Add(this.newPasswordTB);
  446. this.tabPage4.Controls.Add(this.newSuraname_employeeTB);
  447. this.tabPage4.Controls.Add(this.passportCodeMTB);
  448. this.tabPage4.Controls.Add(this.newPassport_place_employeeTB);
  449. this.tabPage4.Controls.Add(this.passportDateDTP);
  450. this.tabPage4.Controls.Add(this.birthdateDTP);
  451. this.tabPage4.Controls.Add(this.passportNumberMTB);
  452. this.tabPage4.Controls.Add(this.newTelephone_employeeMTB);
  453. this.tabPage4.Controls.Add(this.newMidname_employeeTB);
  454. this.tabPage4.Controls.Add(this.newName_employeeTB);
  455. this.tabPage4.Controls.Add(this.genderTB);
  456. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  457. this.tabPage4.Name = "tabPage4";
  458. this.tabPage4.Size = new System.Drawing.Size(792, 424);
  459. this.tabPage4.TabIndex = 3;
  460. this.tabPage4.Text = "Профиль";
  461. this.tabPage4.UseVisualStyleBackColor = true;
  462. //
  463. // panel1
  464. //
  465. this.panel1.Controls.Add(this.label19);
  466. this.panel1.Controls.Add(this.label5);
  467. this.panel1.Controls.Add(this.button1);
  468. this.panel1.Controls.Add(this.checkPasswordTB);
  469. this.panel1.Location = new System.Drawing.Point(3, 3);
  470. this.panel1.Name = "panel1";
  471. this.panel1.Size = new System.Drawing.Size(786, 418);
  472. this.panel1.TabIndex = 3;
  473. //
  474. // label19
  475. //
  476. this.label19.AutoSize = true;
  477. this.label19.Location = new System.Drawing.Point(11, 48);
  478. this.label19.Name = "label19";
  479. this.label19.Size = new System.Drawing.Size(45, 13);
  480. this.label19.TabIndex = 30;
  481. this.label19.Text = "Пароль";
  482. //
  483. // label5
  484. //
  485. this.label5.AutoSize = true;
  486. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  487. this.label5.Location = new System.Drawing.Point(10, 16);
  488. this.label5.Name = "label5";
  489. this.label5.Size = new System.Drawing.Size(437, 24);
  490. this.label5.TabIndex = 4;
  491. this.label5.Text = "Введите пароль, чтобы подтвердить личность";
  492. //
  493. // button1
  494. //
  495. this.button1.Location = new System.Drawing.Point(14, 102);
  496. this.button1.Name = "button1";
  497. this.button1.Size = new System.Drawing.Size(86, 23);
  498. this.button1.TabIndex = 3;
  499. this.button1.Text = "Подтвердить";
  500. this.button1.UseVisualStyleBackColor = true;
  501. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  502. //
  503. // checkPasswordTB
  504. //
  505. this.checkPasswordTB.Location = new System.Drawing.Point(14, 64);
  506. this.checkPasswordTB.Name = "checkPasswordTB";
  507. this.checkPasswordTB.PasswordChar = '●';
  508. this.checkPasswordTB.Size = new System.Drawing.Size(130, 20);
  509. this.checkPasswordTB.TabIndex = 2;
  510. //
  511. // button2
  512. //
  513. this.button2.Location = new System.Drawing.Point(20, 377);
  514. this.button2.Name = "button2";
  515. this.button2.Size = new System.Drawing.Size(119, 28);
  516. this.button2.TabIndex = 4;
  517. this.button2.Text = "Изменить данные";
  518. this.button2.UseVisualStyleBackColor = true;
  519. this.button2.Click += new System.EventHandler(this.button2_Click_1);
  520. //
  521. // label18
  522. //
  523. this.label18.AutoSize = true;
  524. this.label18.Location = new System.Drawing.Point(467, 86);
  525. this.label18.Name = "label18";
  526. this.label18.Size = new System.Drawing.Size(45, 13);
  527. this.label18.TabIndex = 29;
  528. this.label18.Text = "Пароль";
  529. //
  530. // label17
  531. //
  532. this.label17.AutoSize = true;
  533. this.label17.Location = new System.Drawing.Point(467, 44);
  534. this.label17.Name = "label17";
  535. this.label17.Size = new System.Drawing.Size(38, 13);
  536. this.label17.TabIndex = 28;
  537. this.label17.Text = "Логин";
  538. //
  539. // label16
  540. //
  541. this.label16.AutoSize = true;
  542. this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  543. this.label16.Location = new System.Drawing.Point(466, 12);
  544. this.label16.Name = "label16";
  545. this.label16.Size = new System.Drawing.Size(151, 20);
  546. this.label16.TabIndex = 27;
  547. this.label16.Text = "Данные для входа";
  548. //
  549. // label15
  550. //
  551. this.label15.AutoSize = true;
  552. this.label15.Location = new System.Drawing.Point(238, 247);
  553. this.label15.Name = "label15";
  554. this.label15.Size = new System.Drawing.Size(27, 13);
  555. this.label15.TabIndex = 26;
  556. this.label15.Text = "Пол";
  557. //
  558. // label14
  559. //
  560. this.label14.AutoSize = true;
  561. this.label14.Location = new System.Drawing.Point(238, 165);
  562. this.label14.Name = "label14";
  563. this.label14.Size = new System.Drawing.Size(107, 13);
  564. this.label14.TabIndex = 25;
  565. this.label14.Text = "Код подразделения";
  566. //
  567. // label13
  568. //
  569. this.label13.AutoSize = true;
  570. this.label13.Location = new System.Drawing.Point(238, 125);
  571. this.label13.Name = "label13";
  572. this.label13.Size = new System.Drawing.Size(69, 13);
  573. this.label13.TabIndex = 24;
  574. this.label13.Text = "Кем выдано";
  575. //
  576. // label12
  577. //
  578. this.label12.AutoSize = true;
  579. this.label12.Location = new System.Drawing.Point(238, 86);
  580. this.label12.Name = "label12";
  581. this.label12.Size = new System.Drawing.Size(73, 13);
  582. this.label12.TabIndex = 23;
  583. this.label12.Text = "Дата выдачи";
  584. //
  585. // label11
  586. //
  587. this.label11.AutoSize = true;
  588. this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  589. this.label11.Location = new System.Drawing.Point(237, 12);
  590. this.label11.Name = "label11";
  591. this.label11.Size = new System.Drawing.Size(165, 20);
  592. this.label11.TabIndex = 22;
  593. this.label11.Text = "Паспортные данные";
  594. //
  595. // label10
  596. //
  597. this.label10.AutoSize = true;
  598. this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  599. this.label10.Location = new System.Drawing.Point(16, 12);
  600. this.label10.Name = "label10";
  601. this.label10.Size = new System.Drawing.Size(163, 20);
  602. this.label10.TabIndex = 21;
  603. this.label10.Text = "Контактные данные";
  604. //
  605. // label9
  606. //
  607. this.label9.AutoSize = true;
  608. this.label9.Location = new System.Drawing.Point(238, 44);
  609. this.label9.Name = "label9";
  610. this.label9.Size = new System.Drawing.Size(76, 13);
  611. this.label9.TabIndex = 20;
  612. this.label9.Text = "Серия, номер";
  613. this.label9.Click += new System.EventHandler(this.label9_Click);
  614. //
  615. // label8
  616. //
  617. this.label8.AutoSize = true;
  618. this.label8.Location = new System.Drawing.Point(238, 208);
  619. this.label8.Name = "label8";
  620. this.label8.Size = new System.Drawing.Size(86, 13);
  621. this.label8.TabIndex = 19;
  622. this.label8.Text = "Дата рождения";
  623. //
  624. // label7
  625. //
  626. this.label7.AutoSize = true;
  627. this.label7.Location = new System.Drawing.Point(20, 142);
  628. this.label7.Name = "label7";
  629. this.label7.Size = new System.Drawing.Size(52, 13);
  630. this.label7.TabIndex = 18;
  631. this.label7.Text = "Телефон";
  632. //
  633. // label6
  634. //
  635. this.label6.AutoSize = true;
  636. this.label6.Location = new System.Drawing.Point(20, 44);
  637. this.label6.Name = "label6";
  638. this.label6.Size = new System.Drawing.Size(34, 13);
  639. this.label6.TabIndex = 17;
  640. this.label6.Text = "ФИО";
  641. //
  642. // newLoginTB
  643. //
  644. this.newLoginTB.Location = new System.Drawing.Point(470, 60);
  645. this.newLoginTB.Name = "newLoginTB";
  646. this.newLoginTB.Size = new System.Drawing.Size(100, 20);
  647. this.newLoginTB.TabIndex = 0;
  648. //
  649. // newPasswordTB
  650. //
  651. this.newPasswordTB.Location = new System.Drawing.Point(470, 102);
  652. this.newPasswordTB.Name = "newPasswordTB";
  653. this.newPasswordTB.Size = new System.Drawing.Size(100, 20);
  654. this.newPasswordTB.TabIndex = 1;
  655. //
  656. // newSuraname_employeeTB
  657. //
  658. this.newSuraname_employeeTB.Location = new System.Drawing.Point(20, 60);
  659. this.newSuraname_employeeTB.Name = "newSuraname_employeeTB";
  660. this.newSuraname_employeeTB.Size = new System.Drawing.Size(100, 20);
  661. this.newSuraname_employeeTB.TabIndex = 5;
  662. //
  663. // passportCodeMTB
  664. //
  665. this.passportCodeMTB.Location = new System.Drawing.Point(241, 183);
  666. this.passportCodeMTB.Mask = "000-000";
  667. this.passportCodeMTB.Name = "passportCodeMTB";
  668. this.passportCodeMTB.Size = new System.Drawing.Size(100, 20);
  669. this.passportCodeMTB.TabIndex = 16;
  670. //
  671. // newPassport_place_employeeTB
  672. //
  673. this.newPassport_place_employeeTB.Location = new System.Drawing.Point(241, 142);
  674. this.newPassport_place_employeeTB.Name = "newPassport_place_employeeTB";
  675. this.newPassport_place_employeeTB.Size = new System.Drawing.Size(100, 20);
  676. this.newPassport_place_employeeTB.TabIndex = 13;
  677. //
  678. // passportDateDTP
  679. //
  680. this.passportDateDTP.Location = new System.Drawing.Point(241, 102);
  681. this.passportDateDTP.Name = "passportDateDTP";
  682. this.passportDateDTP.Size = new System.Drawing.Size(124, 20);
  683. this.passportDateDTP.TabIndex = 12;
  684. //
  685. // birthdateDTP
  686. //
  687. this.birthdateDTP.Location = new System.Drawing.Point(241, 224);
  688. this.birthdateDTP.Name = "birthdateDTP";
  689. this.birthdateDTP.Size = new System.Drawing.Size(124, 20);
  690. this.birthdateDTP.TabIndex = 11;
  691. //
  692. // passportNumberMTB
  693. //
  694. this.passportNumberMTB.Location = new System.Drawing.Point(241, 60);
  695. this.passportNumberMTB.Mask = "0000-000000";
  696. this.passportNumberMTB.Name = "passportNumberMTB";
  697. this.passportNumberMTB.Size = new System.Drawing.Size(100, 20);
  698. this.passportNumberMTB.TabIndex = 10;
  699. //
  700. // newTelephone_employeeMTB
  701. //
  702. this.newTelephone_employeeMTB.Location = new System.Drawing.Point(20, 158);
  703. this.newTelephone_employeeMTB.Mask = "+7(000)000-00-00";
  704. this.newTelephone_employeeMTB.Name = "newTelephone_employeeMTB";
  705. this.newTelephone_employeeMTB.Size = new System.Drawing.Size(100, 20);
  706. this.newTelephone_employeeMTB.TabIndex = 9;
  707. //
  708. // newMidname_employeeTB
  709. //
  710. this.newMidname_employeeTB.Location = new System.Drawing.Point(20, 112);
  711. this.newMidname_employeeTB.Name = "newMidname_employeeTB";
  712. this.newMidname_employeeTB.Size = new System.Drawing.Size(100, 20);
  713. this.newMidname_employeeTB.TabIndex = 7;
  714. //
  715. // newName_employeeTB
  716. //
  717. this.newName_employeeTB.Location = new System.Drawing.Point(20, 86);
  718. this.newName_employeeTB.Name = "newName_employeeTB";
  719. this.newName_employeeTB.Size = new System.Drawing.Size(100, 20);
  720. this.newName_employeeTB.TabIndex = 6;
  721. //
  722. // genderTB
  723. //
  724. this.genderTB.Enabled = false;
  725. this.genderTB.Location = new System.Drawing.Point(241, 263);
  726. this.genderTB.Name = "genderTB";
  727. this.genderTB.Size = new System.Drawing.Size(100, 20);
  728. this.genderTB.TabIndex = 15;
  729. //
  730. // mainMenu
  731. //
  732. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  733. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  734. this.ClientSize = new System.Drawing.Size(800, 450);
  735. this.Controls.Add(this.tabControl1);
  736. this.MaximumSize = new System.Drawing.Size(816, 489);
  737. this.MinimumSize = new System.Drawing.Size(816, 489);
  738. this.Name = "mainMenu";
  739. this.Text = "mainMenu";
  740. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.mainMenu_FormClosed);
  741. this.Load += new System.EventHandler(this.mainMenu_Load);
  742. this.tabControl1.ResumeLayout(false);
  743. this.tabPage1.ResumeLayout(false);
  744. this.splitContainer1.Panel1.ResumeLayout(false);
  745. this.splitContainer1.Panel2.ResumeLayout(false);
  746. this.splitContainer1.Panel2.PerformLayout();
  747. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  748. this.splitContainer1.ResumeLayout(false);
  749. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  750. this.tabPage2.ResumeLayout(false);
  751. this.splitContainer2.Panel1.ResumeLayout(false);
  752. this.splitContainer2.Panel2.ResumeLayout(false);
  753. this.splitContainer2.Panel2.PerformLayout();
  754. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  755. this.splitContainer2.ResumeLayout(false);
  756. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  757. this.tabPage3.ResumeLayout(false);
  758. this.splitContainer3.Panel1.ResumeLayout(false);
  759. this.splitContainer3.Panel2.ResumeLayout(false);
  760. this.splitContainer3.Panel2.PerformLayout();
  761. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  762. this.splitContainer3.ResumeLayout(false);
  763. ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit();
  764. ((System.ComponentModel.ISupportInitialize)(this.amountDrug)).EndInit();
  765. ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).EndInit();
  766. this.tabPage4.ResumeLayout(false);
  767. this.tabPage4.PerformLayout();
  768. this.panel1.ResumeLayout(false);
  769. this.panel1.PerformLayout();
  770. this.ResumeLayout(false);
  771. }
  772. #endregion
  773. private System.Windows.Forms.TabControl tabControl1;
  774. private System.Windows.Forms.TabPage tabPage1;
  775. private System.Windows.Forms.SplitContainer splitContainer1;
  776. private System.Windows.Forms.DataGridView dataGridView1;
  777. private System.Windows.Forms.Button delete_medicalCard;
  778. private System.Windows.Forms.Button update_medicalCard;
  779. private System.Windows.Forms.Button add_medicalCard;
  780. private System.Windows.Forms.TabPage tabPage2;
  781. private System.Windows.Forms.TabPage tabPage3;
  782. private System.Windows.Forms.TabPage tabPage4;
  783. private System.Windows.Forms.SplitContainer splitContainer2;
  784. private System.Windows.Forms.DataGridView dataGridView2;
  785. private System.Windows.Forms.Button delete_patientCard;
  786. private System.Windows.Forms.Button add_patientCard;
  787. private System.Windows.Forms.Panel panel1;
  788. private System.Windows.Forms.Button button1;
  789. private System.Windows.Forms.TextBox checkPasswordTB;
  790. private System.Windows.Forms.TextBox newPasswordTB;
  791. private System.Windows.Forms.TextBox newLoginTB;
  792. private System.Windows.Forms.Button button2;
  793. private System.Windows.Forms.SplitContainer splitContainer3;
  794. private System.Windows.Forms.DataGridView dataGridView3;
  795. private System.Windows.Forms.Button clearBTN;
  796. private System.Windows.Forms.NumericUpDown amountDrug;
  797. private System.Windows.Forms.Button addDrugBTN;
  798. private System.Windows.Forms.DataGridView dataGridView4;
  799. private System.Windows.Forms.Button addDrugsBTN;
  800. private System.Windows.Forms.Button button3;
  801. private System.Windows.Forms.Button deleteDrugsBTN;
  802. private System.Windows.Forms.TextBox newSuraname_employeeTB;
  803. private System.Windows.Forms.TextBox newName_employeeTB;
  804. private System.Windows.Forms.TextBox newPassport_place_employeeTB;
  805. private System.Windows.Forms.DateTimePicker passportDateDTP;
  806. private System.Windows.Forms.DateTimePicker birthdateDTP;
  807. private System.Windows.Forms.MaskedTextBox passportNumberMTB;
  808. private System.Windows.Forms.MaskedTextBox newTelephone_employeeMTB;
  809. private System.Windows.Forms.TextBox newMidname_employeeTB;
  810. private System.Windows.Forms.TextBox genderTB;
  811. private System.Windows.Forms.MaskedTextBox passportCodeMTB;
  812. private System.Windows.Forms.Label label1;
  813. private System.Windows.Forms.Label label2;
  814. private System.Windows.Forms.Label label4;
  815. private System.Windows.Forms.Label label3;
  816. private System.Windows.Forms.Label label11;
  817. private System.Windows.Forms.Label label10;
  818. private System.Windows.Forms.Label label9;
  819. private System.Windows.Forms.Label label8;
  820. private System.Windows.Forms.Label label7;
  821. private System.Windows.Forms.Label label6;
  822. private System.Windows.Forms.Label label5;
  823. private System.Windows.Forms.Label label18;
  824. private System.Windows.Forms.Label label17;
  825. private System.Windows.Forms.Label label16;
  826. private System.Windows.Forms.Label label15;
  827. private System.Windows.Forms.Label label14;
  828. private System.Windows.Forms.Label label13;
  829. private System.Windows.Forms.Label label12;
  830. private System.Windows.Forms.Label label19;
  831. private System.Windows.Forms.Button print;
  832. }
  833. }