namespace hospital { partial class mainMenu { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.label1 = new System.Windows.Forms.Label(); this.delete_medicalCard = new System.Windows.Forms.Button(); this.update_medicalCard = new System.Windows.Forms.Button(); this.add_medicalCard = new System.Windows.Forms.Button(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.dataGridView2 = new System.Windows.Forms.DataGridView(); this.label2 = new System.Windows.Forms.Label(); this.delete_patientCard = new System.Windows.Forms.Button(); this.add_patientCard = new System.Windows.Forms.Button(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); this.dataGridView3 = new System.Windows.Forms.DataGridView(); this.print = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.deleteDrugsBTN = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.addDrugsBTN = new System.Windows.Forms.Button(); this.clearBTN = new System.Windows.Forms.Button(); this.amountDrug = new System.Windows.Forms.NumericUpDown(); this.addDrugBTN = new System.Windows.Forms.Button(); this.dataGridView4 = new System.Windows.Forms.DataGridView(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.panel1 = new System.Windows.Forms.Panel(); this.label19 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.checkPasswordTB = new System.Windows.Forms.TextBox(); this.button2 = new System.Windows.Forms.Button(); this.label18 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.newLoginTB = new System.Windows.Forms.TextBox(); this.newPasswordTB = new System.Windows.Forms.TextBox(); this.newSuraname_employeeTB = new System.Windows.Forms.TextBox(); this.passportCodeMTB = new System.Windows.Forms.MaskedTextBox(); this.newPassport_place_employeeTB = new System.Windows.Forms.TextBox(); this.passportDateDTP = new System.Windows.Forms.DateTimePicker(); this.birthdateDTP = new System.Windows.Forms.DateTimePicker(); this.passportNumberMTB = new System.Windows.Forms.MaskedTextBox(); this.newTelephone_employeeMTB = new System.Windows.Forms.MaskedTextBox(); this.newMidname_employeeTB = new System.Windows.Forms.TextBox(); this.newName_employeeTB = new System.Windows.Forms.TextBox(); this.genderTB = new System.Windows.Forms.TextBox(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); this.tabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit(); this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.Panel2.SuspendLayout(); this.splitContainer3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.amountDrug)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).BeginInit(); this.tabPage4.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(800, 450); this.tabControl1.TabIndex = 0; this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); // // tabPage1 // this.tabPage1.Controls.Add(this.splitContainer1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(792, 424); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Мед карты"; this.tabPage1.UseVisualStyleBackColor = true; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(3, 3); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.dataGridView1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.label1); this.splitContainer1.Panel2.Controls.Add(this.delete_medicalCard); this.splitContainer1.Panel2.Controls.Add(this.update_medicalCard); this.splitContainer1.Panel2.Controls.Add(this.add_medicalCard); this.splitContainer1.Size = new System.Drawing.Size(786, 418); this.splitContainer1.SplitterDistance = 597; this.splitContainer1.TabIndex = 0; // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 0); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(597, 418); this.dataGridView1.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(10, 5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(165, 18); this.label1.TabIndex = 3; this.label1.Text = "Элементы управления"; // // delete_medicalCard // this.delete_medicalCard.Location = new System.Drawing.Point(55, 108); this.delete_medicalCard.Name = "delete_medicalCard"; this.delete_medicalCard.Size = new System.Drawing.Size(75, 23); this.delete_medicalCard.TabIndex = 2; this.delete_medicalCard.Text = "Удалить"; this.delete_medicalCard.UseVisualStyleBackColor = true; this.delete_medicalCard.Click += new System.EventHandler(this.button3_Click); // // update_medicalCard // this.update_medicalCard.Location = new System.Drawing.Point(55, 79); this.update_medicalCard.Name = "update_medicalCard"; this.update_medicalCard.Size = new System.Drawing.Size(75, 23); this.update_medicalCard.TabIndex = 1; this.update_medicalCard.Text = "Изменить"; this.update_medicalCard.UseVisualStyleBackColor = true; this.update_medicalCard.Click += new System.EventHandler(this.button2_Click); // // add_medicalCard // this.add_medicalCard.Location = new System.Drawing.Point(55, 50); this.add_medicalCard.Name = "add_medicalCard"; this.add_medicalCard.Size = new System.Drawing.Size(75, 23); this.add_medicalCard.TabIndex = 0; this.add_medicalCard.Text = "Добавить"; this.add_medicalCard.UseVisualStyleBackColor = true; this.add_medicalCard.Click += new System.EventHandler(this.button1_Click); // // tabPage2 // this.tabPage2.Controls.Add(this.splitContainer2); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(792, 424); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Карты пациентов"; this.tabPage2.UseVisualStyleBackColor = true; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(3, 3); this.splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.dataGridView2); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.label2); this.splitContainer2.Panel2.Controls.Add(this.delete_patientCard); this.splitContainer2.Panel2.Controls.Add(this.add_patientCard); this.splitContainer2.Size = new System.Drawing.Size(786, 418); this.splitContainer2.SplitterDistance = 597; this.splitContainer2.TabIndex = 1; // // dataGridView2 // this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView2.Location = new System.Drawing.Point(0, 0); this.dataGridView2.Name = "dataGridView2"; this.dataGridView2.Size = new System.Drawing.Size(597, 418); this.dataGridView2.TabIndex = 0; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(10, 5); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(165, 18); this.label2.TabIndex = 4; this.label2.Text = "Элементы управления"; // // delete_patientCard // this.delete_patientCard.Location = new System.Drawing.Point(55, 79); this.delete_patientCard.Name = "delete_patientCard"; this.delete_patientCard.Size = new System.Drawing.Size(75, 23); this.delete_patientCard.TabIndex = 2; this.delete_patientCard.Text = "Выписать"; this.delete_patientCard.UseVisualStyleBackColor = true; this.delete_patientCard.Click += new System.EventHandler(this.delete_patientCard_Click); // // add_patientCard // this.add_patientCard.Location = new System.Drawing.Point(55, 50); this.add_patientCard.Name = "add_patientCard"; this.add_patientCard.Size = new System.Drawing.Size(75, 23); this.add_patientCard.TabIndex = 0; this.add_patientCard.Text = "Записать"; this.add_patientCard.UseVisualStyleBackColor = true; this.add_patientCard.Click += new System.EventHandler(this.add_patientCard_Click); // // tabPage3 // this.tabPage3.Controls.Add(this.splitContainer3); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(792, 424); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Лекарства"; this.tabPage3.UseVisualStyleBackColor = true; // // splitContainer3 // this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer3.Location = new System.Drawing.Point(0, 0); this.splitContainer3.Name = "splitContainer3"; // // splitContainer3.Panel1 // this.splitContainer3.Panel1.Controls.Add(this.dataGridView3); // // splitContainer3.Panel2 // this.splitContainer3.Panel2.Controls.Add(this.print); this.splitContainer3.Panel2.Controls.Add(this.label4); this.splitContainer3.Panel2.Controls.Add(this.label3); this.splitContainer3.Panel2.Controls.Add(this.deleteDrugsBTN); this.splitContainer3.Panel2.Controls.Add(this.button3); this.splitContainer3.Panel2.Controls.Add(this.addDrugsBTN); this.splitContainer3.Panel2.Controls.Add(this.clearBTN); this.splitContainer3.Panel2.Controls.Add(this.amountDrug); this.splitContainer3.Panel2.Controls.Add(this.addDrugBTN); this.splitContainer3.Panel2.Controls.Add(this.dataGridView4); this.splitContainer3.Size = new System.Drawing.Size(792, 424); this.splitContainer3.SplitterDistance = 506; this.splitContainer3.TabIndex = 0; // // dataGridView3 // this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView3.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView3.Location = new System.Drawing.Point(0, 0); this.dataGridView3.Name = "dataGridView3"; this.dataGridView3.Size = new System.Drawing.Size(506, 424); this.dataGridView3.TabIndex = 0; // // print // this.print.Location = new System.Drawing.Point(94, 268); this.print.Name = "print"; this.print.Size = new System.Drawing.Size(75, 20); this.print.TabIndex = 9; this.print.Text = "Печать"; this.print.UseVisualStyleBackColor = true; this.print.Click += new System.EventHandler(this.print_Click); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.Location = new System.Drawing.Point(50, 194); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(182, 18); this.label4.TabIndex = 8; this.label4.Text = "Редактирование рецепта"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.Location = new System.Drawing.Point(61, 351); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(165, 18); this.label3.TabIndex = 7; this.label3.Text = "Элементы управления"; // // deleteDrugsBTN // this.deleteDrugsBTN.Location = new System.Drawing.Point(13, 389); this.deleteDrugsBTN.Name = "deleteDrugsBTN"; this.deleteDrugsBTN.Size = new System.Drawing.Size(75, 23); this.deleteDrugsBTN.TabIndex = 6; this.deleteDrugsBTN.Text = "Удалить"; this.deleteDrugsBTN.UseVisualStyleBackColor = true; this.deleteDrugsBTN.Click += new System.EventHandler(this.deleteDrugsBTN_Click); // // button3 // this.button3.Location = new System.Drawing.Point(106, 389); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 1; this.button3.Text = "Изменить"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click_2); // // addDrugsBTN // this.addDrugsBTN.Location = new System.Drawing.Point(196, 389); this.addDrugsBTN.Name = "addDrugsBTN"; this.addDrugsBTN.Size = new System.Drawing.Size(75, 23); this.addDrugsBTN.TabIndex = 4; this.addDrugsBTN.Text = "Добавить"; this.addDrugsBTN.UseVisualStyleBackColor = true; this.addDrugsBTN.Click += new System.EventHandler(this.button3_Click_1); // // clearBTN // this.clearBTN.Location = new System.Drawing.Point(13, 268); this.clearBTN.Name = "clearBTN"; this.clearBTN.Size = new System.Drawing.Size(75, 20); this.clearBTN.TabIndex = 3; this.clearBTN.Text = "Очистить"; this.clearBTN.UseVisualStyleBackColor = true; this.clearBTN.Click += new System.EventHandler(this.clearBTN_Click); // // amountDrug // this.amountDrug.Location = new System.Drawing.Point(94, 242); this.amountDrug.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.amountDrug.Name = "amountDrug"; this.amountDrug.Size = new System.Drawing.Size(75, 20); this.amountDrug.TabIndex = 2; this.amountDrug.Value = new decimal(new int[] { 1, 0, 0, 0}); // // addDrugBTN // this.addDrugBTN.Location = new System.Drawing.Point(13, 226); this.addDrugBTN.Name = "addDrugBTN"; this.addDrugBTN.Size = new System.Drawing.Size(75, 36); this.addDrugBTN.TabIndex = 1; this.addDrugBTN.Text = "Добавить в рецепт"; this.addDrugBTN.UseVisualStyleBackColor = true; this.addDrugBTN.Click += new System.EventHandler(this.addDrugBTN_Click); // // dataGridView4 // this.dataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView4.Dock = System.Windows.Forms.DockStyle.Top; this.dataGridView4.Location = new System.Drawing.Point(0, 0); this.dataGridView4.Name = "dataGridView4"; this.dataGridView4.Size = new System.Drawing.Size(282, 186); this.dataGridView4.TabIndex = 0; // // tabPage4 // this.tabPage4.Controls.Add(this.panel1); this.tabPage4.Controls.Add(this.button2); this.tabPage4.Controls.Add(this.label18); this.tabPage4.Controls.Add(this.label17); this.tabPage4.Controls.Add(this.label16); this.tabPage4.Controls.Add(this.label15); this.tabPage4.Controls.Add(this.label14); this.tabPage4.Controls.Add(this.label13); this.tabPage4.Controls.Add(this.label12); this.tabPage4.Controls.Add(this.label11); this.tabPage4.Controls.Add(this.label10); this.tabPage4.Controls.Add(this.label9); this.tabPage4.Controls.Add(this.label8); this.tabPage4.Controls.Add(this.label7); this.tabPage4.Controls.Add(this.label6); this.tabPage4.Controls.Add(this.newLoginTB); this.tabPage4.Controls.Add(this.newPasswordTB); this.tabPage4.Controls.Add(this.newSuraname_employeeTB); this.tabPage4.Controls.Add(this.passportCodeMTB); this.tabPage4.Controls.Add(this.newPassport_place_employeeTB); this.tabPage4.Controls.Add(this.passportDateDTP); this.tabPage4.Controls.Add(this.birthdateDTP); this.tabPage4.Controls.Add(this.passportNumberMTB); this.tabPage4.Controls.Add(this.newTelephone_employeeMTB); this.tabPage4.Controls.Add(this.newMidname_employeeTB); this.tabPage4.Controls.Add(this.newName_employeeTB); this.tabPage4.Controls.Add(this.genderTB); this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Size = new System.Drawing.Size(792, 424); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "Профиль"; this.tabPage4.UseVisualStyleBackColor = true; // // panel1 // this.panel1.Controls.Add(this.label19); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.checkPasswordTB); this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(786, 418); this.panel1.TabIndex = 3; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(11, 48); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(45, 13); this.label19.TabIndex = 30; this.label19.Text = "Пароль"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label5.Location = new System.Drawing.Point(10, 16); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(437, 24); this.label5.TabIndex = 4; this.label5.Text = "Введите пароль, чтобы подтвердить личность"; // // button1 // this.button1.Location = new System.Drawing.Point(14, 102); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(86, 23); this.button1.TabIndex = 3; this.button1.Text = "Подтвердить"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click_1); // // checkPasswordTB // this.checkPasswordTB.Location = new System.Drawing.Point(14, 64); this.checkPasswordTB.Name = "checkPasswordTB"; this.checkPasswordTB.PasswordChar = '●'; this.checkPasswordTB.Size = new System.Drawing.Size(130, 20); this.checkPasswordTB.TabIndex = 2; // // button2 // this.button2.Location = new System.Drawing.Point(20, 377); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(119, 28); this.button2.TabIndex = 4; this.button2.Text = "Изменить данные"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click_1); // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(467, 86); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(45, 13); this.label18.TabIndex = 29; this.label18.Text = "Пароль"; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(467, 44); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(38, 13); this.label17.TabIndex = 28; this.label17.Text = "Логин"; // // label16 // this.label16.AutoSize = true; this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label16.Location = new System.Drawing.Point(466, 12); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(151, 20); this.label16.TabIndex = 27; this.label16.Text = "Данные для входа"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(238, 247); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(27, 13); this.label15.TabIndex = 26; this.label15.Text = "Пол"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(238, 165); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(107, 13); this.label14.TabIndex = 25; this.label14.Text = "Код подразделения"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(238, 125); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(69, 13); this.label13.TabIndex = 24; this.label13.Text = "Кем выдано"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(238, 86); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(73, 13); this.label12.TabIndex = 23; this.label12.Text = "Дата выдачи"; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label11.Location = new System.Drawing.Point(237, 12); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(165, 20); this.label11.TabIndex = 22; this.label11.Text = "Паспортные данные"; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label10.Location = new System.Drawing.Point(16, 12); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(163, 20); this.label10.TabIndex = 21; this.label10.Text = "Контактные данные"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(238, 44); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(76, 13); this.label9.TabIndex = 20; this.label9.Text = "Серия, номер"; this.label9.Click += new System.EventHandler(this.label9_Click); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(238, 208); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(86, 13); this.label8.TabIndex = 19; this.label8.Text = "Дата рождения"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(20, 142); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(52, 13); this.label7.TabIndex = 18; this.label7.Text = "Телефон"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(20, 44); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(34, 13); this.label6.TabIndex = 17; this.label6.Text = "ФИО"; // // newLoginTB // this.newLoginTB.Location = new System.Drawing.Point(470, 60); this.newLoginTB.Name = "newLoginTB"; this.newLoginTB.Size = new System.Drawing.Size(100, 20); this.newLoginTB.TabIndex = 0; // // newPasswordTB // this.newPasswordTB.Location = new System.Drawing.Point(470, 102); this.newPasswordTB.Name = "newPasswordTB"; this.newPasswordTB.Size = new System.Drawing.Size(100, 20); this.newPasswordTB.TabIndex = 1; // // newSuraname_employeeTB // this.newSuraname_employeeTB.Location = new System.Drawing.Point(20, 60); this.newSuraname_employeeTB.Name = "newSuraname_employeeTB"; this.newSuraname_employeeTB.Size = new System.Drawing.Size(100, 20); this.newSuraname_employeeTB.TabIndex = 5; // // passportCodeMTB // this.passportCodeMTB.Location = new System.Drawing.Point(241, 183); this.passportCodeMTB.Mask = "000-000"; this.passportCodeMTB.Name = "passportCodeMTB"; this.passportCodeMTB.Size = new System.Drawing.Size(100, 20); this.passportCodeMTB.TabIndex = 16; // // newPassport_place_employeeTB // this.newPassport_place_employeeTB.Location = new System.Drawing.Point(241, 142); this.newPassport_place_employeeTB.Name = "newPassport_place_employeeTB"; this.newPassport_place_employeeTB.Size = new System.Drawing.Size(100, 20); this.newPassport_place_employeeTB.TabIndex = 13; // // passportDateDTP // this.passportDateDTP.Location = new System.Drawing.Point(241, 102); this.passportDateDTP.Name = "passportDateDTP"; this.passportDateDTP.Size = new System.Drawing.Size(124, 20); this.passportDateDTP.TabIndex = 12; // // birthdateDTP // this.birthdateDTP.Location = new System.Drawing.Point(241, 224); this.birthdateDTP.Name = "birthdateDTP"; this.birthdateDTP.Size = new System.Drawing.Size(124, 20); this.birthdateDTP.TabIndex = 11; // // passportNumberMTB // this.passportNumberMTB.Location = new System.Drawing.Point(241, 60); this.passportNumberMTB.Mask = "0000-000000"; this.passportNumberMTB.Name = "passportNumberMTB"; this.passportNumberMTB.Size = new System.Drawing.Size(100, 20); this.passportNumberMTB.TabIndex = 10; // // newTelephone_employeeMTB // this.newTelephone_employeeMTB.Location = new System.Drawing.Point(20, 158); this.newTelephone_employeeMTB.Mask = "+7(000)000-00-00"; this.newTelephone_employeeMTB.Name = "newTelephone_employeeMTB"; this.newTelephone_employeeMTB.Size = new System.Drawing.Size(100, 20); this.newTelephone_employeeMTB.TabIndex = 9; // // newMidname_employeeTB // this.newMidname_employeeTB.Location = new System.Drawing.Point(20, 112); this.newMidname_employeeTB.Name = "newMidname_employeeTB"; this.newMidname_employeeTB.Size = new System.Drawing.Size(100, 20); this.newMidname_employeeTB.TabIndex = 7; // // newName_employeeTB // this.newName_employeeTB.Location = new System.Drawing.Point(20, 86); this.newName_employeeTB.Name = "newName_employeeTB"; this.newName_employeeTB.Size = new System.Drawing.Size(100, 20); this.newName_employeeTB.TabIndex = 6; // // genderTB // this.genderTB.Enabled = false; this.genderTB.Location = new System.Drawing.Point(241, 263); this.genderTB.Name = "genderTB"; this.genderTB.Size = new System.Drawing.Size(100, 20); this.genderTB.TabIndex = 15; // // mainMenu // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.tabControl1); this.MaximumSize = new System.Drawing.Size(816, 489); this.MinimumSize = new System.Drawing.Size(816, 489); this.Name = "mainMenu"; this.Text = "mainMenu"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.mainMenu_FormClosed); this.Load += new System.EventHandler(this.mainMenu_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.tabPage2.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); this.splitContainer2.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); this.tabPage3.ResumeLayout(false); this.splitContainer3.Panel1.ResumeLayout(false); this.splitContainer3.Panel2.ResumeLayout(false); this.splitContainer3.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit(); this.splitContainer3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.amountDrug)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).EndInit(); this.tabPage4.ResumeLayout(false); this.tabPage4.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Button delete_medicalCard; private System.Windows.Forms.Button update_medicalCard; private System.Windows.Forms.Button add_medicalCard; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.DataGridView dataGridView2; private System.Windows.Forms.Button delete_patientCard; private System.Windows.Forms.Button add_patientCard; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox checkPasswordTB; private System.Windows.Forms.TextBox newPasswordTB; private System.Windows.Forms.TextBox newLoginTB; private System.Windows.Forms.Button button2; private System.Windows.Forms.SplitContainer splitContainer3; private System.Windows.Forms.DataGridView dataGridView3; private System.Windows.Forms.Button clearBTN; private System.Windows.Forms.NumericUpDown amountDrug; private System.Windows.Forms.Button addDrugBTN; private System.Windows.Forms.DataGridView dataGridView4; private System.Windows.Forms.Button addDrugsBTN; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button deleteDrugsBTN; private System.Windows.Forms.TextBox newSuraname_employeeTB; private System.Windows.Forms.TextBox newName_employeeTB; private System.Windows.Forms.TextBox newPassport_place_employeeTB; private System.Windows.Forms.DateTimePicker passportDateDTP; private System.Windows.Forms.DateTimePicker birthdateDTP; private System.Windows.Forms.MaskedTextBox passportNumberMTB; private System.Windows.Forms.MaskedTextBox newTelephone_employeeMTB; private System.Windows.Forms.TextBox newMidname_employeeTB; private System.Windows.Forms.TextBox genderTB; private System.Windows.Forms.MaskedTextBox passportCodeMTB; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label19; private System.Windows.Forms.Button print; } }