123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429 |
- namespace hospital
- {
- partial class insertMedCard
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|