namespace hospital { partial class insertMedCard { /// /// 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.surnameTB = new System.Windows.Forms.TextBox(); this.nameTB = new System.Windows.Forms.TextBox(); this.midnameTB = new System.Windows.Forms.TextBox(); this.birthDateDTP = new System.Windows.Forms.DateTimePicker(); this.telephoneMTB = new System.Windows.Forms.MaskedTextBox(); this.iianMTB = new System.Windows.Forms.MaskedTextBox(); this.passportNumberMTB = new System.Windows.Forms.MaskedTextBox(); this.passportDateDTP = new System.Windows.Forms.DateTimePicker(); this.passpordPlaceTB = new System.Windows.Forms.TextBox(); this.passportCodeMTB = new System.Windows.Forms.MaskedTextBox(); this.policyNumberMTB = new System.Windows.Forms.MaskedTextBox(); this.disabilityCB = new System.Windows.Forms.ComboBox(); this.descriptionDisabilityRTB = new System.Windows.Forms.RichTextBox(); this.workStudyPlaceRTB = new System.Windows.Forms.RichTextBox(); this.bloodCB = new System.Windows.Forms.ComboBox(); this.rhFactorCB = new System.Windows.Forms.ComboBox(); this.add = new System.Windows.Forms.Button(); this.backBTN = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // surnameTB // this.surnameTB.Location = new System.Drawing.Point(18, 78); this.surnameTB.Name = "surnameTB"; this.surnameTB.Size = new System.Drawing.Size(100, 20); this.surnameTB.TabIndex = 0; // // nameTB // this.nameTB.Location = new System.Drawing.Point(18, 104); this.nameTB.Name = "nameTB"; this.nameTB.Size = new System.Drawing.Size(100, 20); this.nameTB.TabIndex = 1; // // midnameTB // this.midnameTB.Location = new System.Drawing.Point(18, 130); this.midnameTB.Name = "midnameTB"; this.midnameTB.Size = new System.Drawing.Size(100, 20); this.midnameTB.TabIndex = 2; // // birthDateDTP // this.birthDateDTP.Location = new System.Drawing.Point(197, 78); this.birthDateDTP.Name = "birthDateDTP"; this.birthDateDTP.Size = new System.Drawing.Size(119, 20); this.birthDateDTP.TabIndex = 3; // // telephoneMTB // this.telephoneMTB.Location = new System.Drawing.Point(18, 169); this.telephoneMTB.Mask = "+7(000)000-00-00"; this.telephoneMTB.Name = "telephoneMTB"; this.telephoneMTB.Size = new System.Drawing.Size(100, 20); this.telephoneMTB.TabIndex = 4; // // iianMTB // this.iianMTB.Location = new System.Drawing.Point(18, 208); this.iianMTB.Mask = "000-000-000 00"; this.iianMTB.Name = "iianMTB"; this.iianMTB.Size = new System.Drawing.Size(100, 20); this.iianMTB.TabIndex = 5; // // passportNumberMTB // this.passportNumberMTB.Location = new System.Drawing.Point(18, 249); this.passportNumberMTB.Mask = "0000-000000"; this.passportNumberMTB.Name = "passportNumberMTB"; this.passportNumberMTB.Size = new System.Drawing.Size(100, 20); this.passportNumberMTB.TabIndex = 6; // // passportDateDTP // this.passportDateDTP.Location = new System.Drawing.Point(18, 287); this.passportDateDTP.Name = "passportDateDTP"; this.passportDateDTP.Size = new System.Drawing.Size(119, 20); this.passportDateDTP.TabIndex = 7; // // passpordPlaceTB // this.passpordPlaceTB.Location = new System.Drawing.Point(18, 326); this.passpordPlaceTB.Name = "passpordPlaceTB"; this.passpordPlaceTB.Size = new System.Drawing.Size(100, 20); this.passpordPlaceTB.TabIndex = 8; // // passportCodeMTB // this.passportCodeMTB.Location = new System.Drawing.Point(18, 366); this.passportCodeMTB.Mask = "000-000"; this.passportCodeMTB.Name = "passportCodeMTB"; this.passportCodeMTB.Size = new System.Drawing.Size(100, 20); this.passportCodeMTB.TabIndex = 9; // // policyNumberMTB // this.policyNumberMTB.Location = new System.Drawing.Point(197, 117); this.policyNumberMTB.Mask = "9000000000000000"; this.policyNumberMTB.Name = "policyNumberMTB"; this.policyNumberMTB.Size = new System.Drawing.Size(107, 20); this.policyNumberMTB.TabIndex = 10; // // disabilityCB // this.disabilityCB.FormattingEnabled = true; this.disabilityCB.Location = new System.Drawing.Point(197, 311); this.disabilityCB.Name = "disabilityCB"; this.disabilityCB.Size = new System.Drawing.Size(107, 21); this.disabilityCB.TabIndex = 11; this.disabilityCB.SelectedIndexChanged += new System.EventHandler(this.disabilityCB_SelectedIndexChanged); // // descriptionDisabilityRTB // this.descriptionDisabilityRTB.Location = new System.Drawing.Point(197, 236); this.descriptionDisabilityRTB.Name = "descriptionDisabilityRTB"; this.descriptionDisabilityRTB.Size = new System.Drawing.Size(119, 56); this.descriptionDisabilityRTB.TabIndex = 12; this.descriptionDisabilityRTB.Text = ""; // // workStudyPlaceRTB // this.workStudyPlaceRTB.Location = new System.Drawing.Point(197, 350); this.workStudyPlaceRTB.Name = "workStudyPlaceRTB"; this.workStudyPlaceRTB.Size = new System.Drawing.Size(119, 56); this.workStudyPlaceRTB.TabIndex = 13; this.workStudyPlaceRTB.Text = ""; this.workStudyPlaceRTB.TextChanged += new System.EventHandler(this.workStudyPlaceRTB_TextChanged); // // bloodCB // this.bloodCB.FormattingEnabled = true; this.bloodCB.Location = new System.Drawing.Point(197, 156); this.bloodCB.Name = "bloodCB"; this.bloodCB.Size = new System.Drawing.Size(107, 21); this.bloodCB.TabIndex = 14; // // rhFactorCB // this.rhFactorCB.FormattingEnabled = true; this.rhFactorCB.Location = new System.Drawing.Point(197, 196); this.rhFactorCB.Name = "rhFactorCB"; this.rhFactorCB.Size = new System.Drawing.Size(107, 21); this.rhFactorCB.TabIndex = 15; // // add // this.add.Location = new System.Drawing.Point(281, 429); this.add.Name = "add"; this.add.Size = new System.Drawing.Size(75, 23); this.add.TabIndex = 16; this.add.Text = "Добавить"; this.add.UseVisualStyleBackColor = true; this.add.Click += new System.EventHandler(this.add_Click); // // backBTN // this.backBTN.Location = new System.Drawing.Point(200, 429); this.backBTN.Name = "backBTN"; this.backBTN.Size = new System.Drawing.Size(75, 23); this.backBTN.TabIndex = 17; this.backBTN.Text = "Назад"; this.backBTN.UseVisualStyleBackColor = true; this.backBTN.Click += new System.EventHandler(this.backBTN_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(13, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(340, 25); this.label1.TabIndex = 18; this.label1.Text = "Добавление медицинской карты"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(15, 62); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(34, 13); this.label2.TabIndex = 19; this.label2.Text = "ФИО"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(15, 153); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(52, 13); this.label3.TabIndex = 20; this.label3.Text = "Телефон"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(15, 192); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(45, 13); this.label4.TabIndex = 21; this.label4.Text = "СНИЛС"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(15, 233); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(76, 13); this.label5.TabIndex = 22; this.label5.Text = "Серия, номер"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(15, 272); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(73, 13); this.label6.TabIndex = 23; this.label6.Text = "Дата выдачи"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(15, 311); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(63, 13); this.label7.TabIndex = 24; this.label7.Text = "Кем выдан"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(15, 350); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(107, 13); this.label8.TabIndex = 25; this.label8.Text = "Код подразделения"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(194, 62); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(86, 13); this.label9.TabIndex = 26; this.label9.Text = "Дата рождения"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(194, 101); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(80, 13); this.label10.TabIndex = 27; this.label10.Text = "Номер полиса"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(194, 140); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(75, 13); this.label11.TabIndex = 28; this.label11.Text = "Группа крови"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(194, 180); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(77, 13); this.label12.TabIndex = 29; this.label12.Text = "Резус-фактор"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(194, 295); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(80, 13); this.label13.TabIndex = 30; this.label13.Text = "Инвалидность"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(194, 220); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(118, 13); this.label14.TabIndex = 31; this.label14.Text = "Место работы (учебы)"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(194, 334); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(131, 13); this.label15.TabIndex = 32; this.label15.Text = "Описание инвалидности"; this.label15.Click += new System.EventHandler(this.label15_Click); // // insertMedCard // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(368, 464); this.Controls.Add(this.label15); this.Controls.Add(this.label14); this.Controls.Add(this.label13); this.Controls.Add(this.label12); this.Controls.Add(this.label11); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.backBTN); this.Controls.Add(this.add); this.Controls.Add(this.rhFactorCB); this.Controls.Add(this.bloodCB); this.Controls.Add(this.workStudyPlaceRTB); this.Controls.Add(this.descriptionDisabilityRTB); this.Controls.Add(this.disabilityCB); this.Controls.Add(this.policyNumberMTB); this.Controls.Add(this.passportCodeMTB); this.Controls.Add(this.passpordPlaceTB); this.Controls.Add(this.passportDateDTP); this.Controls.Add(this.passportNumberMTB); this.Controls.Add(this.iianMTB); this.Controls.Add(this.telephoneMTB); this.Controls.Add(this.birthDateDTP); this.Controls.Add(this.midnameTB); this.Controls.Add(this.nameTB); this.Controls.Add(this.surnameTB); this.Name = "insertMedCard"; this.Text = "insertMedCard"; this.Load += new System.EventHandler(this.insertMedCard_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox surnameTB; private System.Windows.Forms.TextBox nameTB; private System.Windows.Forms.TextBox midnameTB; private System.Windows.Forms.DateTimePicker birthDateDTP; private System.Windows.Forms.MaskedTextBox telephoneMTB; private System.Windows.Forms.MaskedTextBox iianMTB; private System.Windows.Forms.MaskedTextBox passportNumberMTB; private System.Windows.Forms.DateTimePicker passportDateDTP; private System.Windows.Forms.TextBox passpordPlaceTB; private System.Windows.Forms.MaskedTextBox passportCodeMTB; private System.Windows.Forms.MaskedTextBox policyNumberMTB; private System.Windows.Forms.ComboBox disabilityCB; private System.Windows.Forms.RichTextBox descriptionDisabilityRTB; private System.Windows.Forms.RichTextBox workStudyPlaceRTB; private System.Windows.Forms.ComboBox bloodCB; private System.Windows.Forms.ComboBox rhFactorCB; private System.Windows.Forms.Button add; private System.Windows.Forms.Button backBTN; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label15; } }