123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335 |
-
- namespace hospital
- {
- partial class registrationForm
- {
- /// <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.seriesMTB = new System.Windows.Forms.MaskedTextBox();
- this.divisionCodeMTB = new System.Windows.Forms.MaskedTextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.issueDateDTP = new System.Windows.Forms.DateTimePicker();
- this.issuedByTB = new System.Windows.Forms.TextBox();
- this.loginTB = new System.Windows.Forms.TextBox();
- this.passwordTB = new System.Windows.Forms.TextBox();
- this.registrationBTN = new System.Windows.Forms.Button();
- this.label4 = new System.Windows.Forms.Label();
- this.backBTN = new System.Windows.Forms.Button();
- this.genderCB = new System.Windows.Forms.ComboBox();
- 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.SuspendLayout();
- //
- // surnameTB
- //
- this.surnameTB.Location = new System.Drawing.Point(12, 65);
- 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(12, 91);
- 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(12, 117);
- 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(12, 195);
- this.birthDateDTP.Name = "birthDateDTP";
- this.birthDateDTP.Size = new System.Drawing.Size(124, 20);
- this.birthDateDTP.TabIndex = 3;
- //
- // telephoneMTB
- //
- this.telephoneMTB.Location = new System.Drawing.Point(12, 156);
- 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;
- //
- // seriesMTB
- //
- this.seriesMTB.Location = new System.Drawing.Point(166, 65);
- this.seriesMTB.Mask = "0000-000000";
- this.seriesMTB.Name = "seriesMTB";
- this.seriesMTB.Size = new System.Drawing.Size(100, 20);
- this.seriesMTB.TabIndex = 5;
- //
- // divisionCodeMTB
- //
- this.divisionCodeMTB.Location = new System.Drawing.Point(166, 183);
- this.divisionCodeMTB.Mask = "000-000";
- this.divisionCodeMTB.Name = "divisionCodeMTB";
- this.divisionCodeMTB.Size = new System.Drawing.Size(100, 20);
- this.divisionCodeMTB.TabIndex = 6;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(9, 49);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(34, 13);
- this.label1.TabIndex = 7;
- this.label1.Text = "ФИО";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(9, 140);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(52, 13);
- this.label2.TabIndex = 8;
- this.label2.Text = "Телефон";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(163, 49);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(76, 13);
- this.label3.TabIndex = 9;
- this.label3.Text = "Серия, номер";
- //
- // issueDateDTP
- //
- this.issueDateDTP.Location = new System.Drawing.Point(166, 144);
- this.issueDateDTP.Name = "issueDateDTP";
- this.issueDateDTP.Size = new System.Drawing.Size(124, 20);
- this.issueDateDTP.TabIndex = 10;
- //
- // issuedByTB
- //
- this.issuedByTB.Location = new System.Drawing.Point(166, 105);
- this.issuedByTB.Name = "issuedByTB";
- this.issuedByTB.Size = new System.Drawing.Size(100, 20);
- this.issuedByTB.TabIndex = 11;
- this.issuedByTB.TextChanged += new System.EventHandler(this.issuedByTB_TextChanged);
- //
- // loginTB
- //
- this.loginTB.Location = new System.Drawing.Point(321, 65);
- this.loginTB.Name = "loginTB";
- this.loginTB.Size = new System.Drawing.Size(100, 20);
- this.loginTB.TabIndex = 12;
- //
- // passwordTB
- //
- this.passwordTB.Location = new System.Drawing.Point(321, 104);
- this.passwordTB.Name = "passwordTB";
- this.passwordTB.Size = new System.Drawing.Size(100, 20);
- this.passwordTB.TabIndex = 13;
- //
- // registrationBTN
- //
- this.registrationBTN.Location = new System.Drawing.Point(314, 240);
- this.registrationBTN.Name = "registrationBTN";
- this.registrationBTN.Size = new System.Drawing.Size(124, 23);
- this.registrationBTN.TabIndex = 14;
- this.registrationBTN.Text = "Зарегистрироваться";
- this.registrationBTN.UseVisualStyleBackColor = true;
- this.registrationBTN.Click += new System.EventHandler(this.registrationBTN_Click);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(318, 49);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(38, 13);
- this.label4.TabIndex = 15;
- this.label4.Text = "Логин";
- //
- // backBTN
- //
- this.backBTN.Location = new System.Drawing.Point(233, 240);
- this.backBTN.Name = "backBTN";
- this.backBTN.Size = new System.Drawing.Size(75, 23);
- this.backBTN.TabIndex = 16;
- this.backBTN.Text = "Назад";
- this.backBTN.UseVisualStyleBackColor = true;
- this.backBTN.Click += new System.EventHandler(this.backBTN_Click);
- //
- // genderCB
- //
- this.genderCB.FormattingEnabled = true;
- this.genderCB.Location = new System.Drawing.Point(12, 234);
- this.genderCB.Name = "genderCB";
- this.genderCB.Size = new System.Drawing.Size(100, 21);
- this.genderCB.TabIndex = 17;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label5.Location = new System.Drawing.Point(12, 13);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(355, 25);
- this.label5.TabIndex = 18;
- this.label5.Text = "Регистрация нового пользователя";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(163, 89);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(63, 13);
- this.label6.TabIndex = 19;
- this.label6.Text = "Кем выдан";
- this.label6.Click += new System.EventHandler(this.label6_Click);
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(163, 128);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(73, 13);
- this.label7.TabIndex = 20;
- this.label7.Text = "Дата выдачи";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(163, 167);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(107, 13);
- this.label8.TabIndex = 21;
- this.label8.Text = "Код подразделения";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(9, 179);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(86, 13);
- this.label9.TabIndex = 22;
- this.label9.Text = "Дата рождения";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(9, 218);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(27, 13);
- this.label10.TabIndex = 23;
- this.label10.Text = "Пол";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(318, 88);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(45, 13);
- this.label11.TabIndex = 24;
- this.label11.Text = "Пароль";
- //
- // registrationForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(450, 275);
- 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.genderCB);
- this.Controls.Add(this.backBTN);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.registrationBTN);
- this.Controls.Add(this.passwordTB);
- this.Controls.Add(this.loginTB);
- this.Controls.Add(this.issuedByTB);
- this.Controls.Add(this.issueDateDTP);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.divisionCodeMTB);
- this.Controls.Add(this.seriesMTB);
- 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 = "registrationForm";
- this.Text = "registrationForm";
- this.Load += new System.EventHandler(this.registrationForm_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 seriesMTB;
- private System.Windows.Forms.MaskedTextBox divisionCodeMTB;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.DateTimePicker issueDateDTP;
- private System.Windows.Forms.TextBox issuedByTB;
- private System.Windows.Forms.TextBox loginTB;
- private System.Windows.Forms.TextBox passwordTB;
- private System.Windows.Forms.Button registrationBTN;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Button backBTN;
- private System.Windows.Forms.ComboBox genderCB;
- 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;
- }
- }
|