123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455 |
- namespace Дол_Восток
- {
- partial class changeZakPredstavitel
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(changeZakPredstavitel));
- this.bt_change = new System.Windows.Forms.Button();
- this.tb_workPlaceZP = new System.Windows.Forms.TextBox();
- this.mtb_telephoneZP = new System.Windows.Forms.MaskedTextBox();
- this.mtb_snilsZP = new System.Windows.Forms.MaskedTextBox();
- this.mtb_innZP = new System.Windows.Forms.MaskedTextBox();
- this.mtb_nomerZP = new System.Windows.Forms.MaskedTextBox();
- this.mtb_seriaZP = new System.Windows.Forms.MaskedTextBox();
- this.dtp_dateVudachZP = new System.Windows.Forms.DateTimePicker();
- this.tb_kemVudanZP = new System.Windows.Forms.TextBox();
- this.tb_adressZP = new System.Windows.Forms.TextBox();
- this.dtp_dateBirthZP = new System.Windows.Forms.DateTimePicker();
- this.tb_patronymicZP = new System.Windows.Forms.TextBox();
- this.tb_nameZP = new System.Windows.Forms.TextBox();
- this.tb_surnameZP = new System.Windows.Forms.TextBox();
- 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.label16 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // bt_change
- //
- this.bt_change.BackColor = System.Drawing.SystemColors.Window;
- this.bt_change.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold);
- this.bt_change.Location = new System.Drawing.Point(529, 469);
- this.bt_change.Name = "bt_change";
- this.bt_change.Size = new System.Drawing.Size(172, 50);
- this.bt_change.TabIndex = 44;
- this.bt_change.Text = "Изменить";
- this.bt_change.UseVisualStyleBackColor = false;
- this.bt_change.Click += new System.EventHandler(this.bt_change_Click);
- //
- // tb_workPlaceZP
- //
- this.tb_workPlaceZP.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.tb_workPlaceZP.Location = new System.Drawing.Point(529, 234);
- this.tb_workPlaceZP.Name = "tb_workPlaceZP";
- this.tb_workPlaceZP.Size = new System.Drawing.Size(234, 26);
- this.tb_workPlaceZP.TabIndex = 43;
- //
- // mtb_telephoneZP
- //
- this.mtb_telephoneZP.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.mtb_telephoneZP.Location = new System.Drawing.Point(529, 158);
- this.mtb_telephoneZP.Mask = "+7(000)000-00-00";
- this.mtb_telephoneZP.Name = "mtb_telephoneZP";
- this.mtb_telephoneZP.Size = new System.Drawing.Size(234, 26);
- this.mtb_telephoneZP.TabIndex = 42;
- //
- // mtb_snilsZP
- //
- this.mtb_snilsZP.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.mtb_snilsZP.Location = new System.Drawing.Point(1023, 398);
- this.mtb_snilsZP.Mask = "00000000000";
- this.mtb_snilsZP.Name = "mtb_snilsZP";
- this.mtb_snilsZP.Size = new System.Drawing.Size(146, 26);
- this.mtb_snilsZP.TabIndex = 41;
- //
- // mtb_innZP
- //
- this.mtb_innZP.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.mtb_innZP.Location = new System.Drawing.Point(1023, 342);
- this.mtb_innZP.Mask = "000000000000";
- this.mtb_innZP.Name = "mtb_innZP";
- this.mtb_innZP.Size = new System.Drawing.Size(146, 26);
- this.mtb_innZP.TabIndex = 40;
- //
- // mtb_nomerZP
- //
- this.mtb_nomerZP.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.mtb_nomerZP.Location = new System.Drawing.Point(1023, 225);
- this.mtb_nomerZP.Mask = "000000";
- this.mtb_nomerZP.Name = "mtb_nomerZP";
- this.mtb_nomerZP.Size = new System.Drawing.Size(146, 26);
- this.mtb_nomerZP.TabIndex = 39;
- //
- // mtb_seriaZP
- //
- this.mtb_seriaZP.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.mtb_seriaZP.Location = new System.Drawing.Point(1023, 175);
- this.mtb_seriaZP.Mask = "0000";
- this.mtb_seriaZP.Name = "mtb_seriaZP";
- this.mtb_seriaZP.Size = new System.Drawing.Size(146, 26);
- this.mtb_seriaZP.TabIndex = 38;
- //
- // dtp_dateVudachZP
- //
- this.dtp_dateVudachZP.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.dtp_dateVudachZP.Location = new System.Drawing.Point(1023, 133);
- this.dtp_dateVudachZP.Name = "dtp_dateVudachZP";
- this.dtp_dateVudachZP.Size = new System.Drawing.Size(146, 26);
- this.dtp_dateVudachZP.TabIndex = 37;
- //
- // tb_kemVudanZP
- //
- this.tb_kemVudanZP.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.tb_kemVudanZP.Location = new System.Drawing.Point(1023, 92);
- this.tb_kemVudanZP.Name = "tb_kemVudanZP";
- this.tb_kemVudanZP.Size = new System.Drawing.Size(146, 26);
- this.tb_kemVudanZP.TabIndex = 36;
- //
- // tb_adressZP
- //
- this.tb_adressZP.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.tb_adressZP.Location = new System.Drawing.Point(529, 86);
- this.tb_adressZP.Name = "tb_adressZP";
- this.tb_adressZP.Size = new System.Drawing.Size(234, 44);
- this.tb_adressZP.TabIndex = 35;
- //
- // dtp_dateBirthZP
- //
- this.dtp_dateBirthZP.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.dtp_dateBirthZP.Location = new System.Drawing.Point(181, 310);
- this.dtp_dateBirthZP.Name = "dtp_dateBirthZP";
- this.dtp_dateBirthZP.Size = new System.Drawing.Size(142, 26);
- this.dtp_dateBirthZP.TabIndex = 34;
- //
- // tb_patronymicZP
- //
- this.tb_patronymicZP.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.tb_patronymicZP.Location = new System.Drawing.Point(181, 206);
- this.tb_patronymicZP.Name = "tb_patronymicZP";
- this.tb_patronymicZP.Size = new System.Drawing.Size(142, 26);
- this.tb_patronymicZP.TabIndex = 33;
- //
- // tb_nameZP
- //
- this.tb_nameZP.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.tb_nameZP.Location = new System.Drawing.Point(181, 150);
- this.tb_nameZP.Name = "tb_nameZP";
- this.tb_nameZP.Size = new System.Drawing.Size(142, 26);
- this.tb_nameZP.TabIndex = 32;
- //
- // tb_surnameZP
- //
- this.tb_surnameZP.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.tb_surnameZP.Location = new System.Drawing.Point(181, 89);
- this.tb_surnameZP.Name = "tb_surnameZP";
- this.tb_surnameZP.Size = new System.Drawing.Size(142, 26);
- this.tb_surnameZP.TabIndex = 31;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
- this.label1.Font = new System.Drawing.Font("aMavickFont", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label1.Location = new System.Drawing.Point(204, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(738, 38);
- this.label1.TabIndex = 45;
- this.label1.Text = "Данные о законном представителе";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
- this.label2.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label2.Location = new System.Drawing.Point(25, 89);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(150, 28);
- this.label2.TabIndex = 46;
- this.label2.Text = "Фамилия";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
- this.label3.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label3.Location = new System.Drawing.Point(25, 150);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(71, 28);
- this.label3.TabIndex = 47;
- this.label3.Text = "Имя";
- this.label3.Click += new System.EventHandler(this.label3_Click);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
- this.label4.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label4.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label4.Location = new System.Drawing.Point(25, 206);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(147, 28);
- this.label4.TabIndex = 48;
- this.label4.Text = "Отчество";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
- this.label5.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label5.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label5.Location = new System.Drawing.Point(14, 296);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(161, 56);
- this.label5.TabIndex = 49;
- this.label5.Text = "Дата\r\nРождения\r\n";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
- this.label6.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label6.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label6.Location = new System.Drawing.Point(368, 86);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(97, 28);
- this.label6.TabIndex = 50;
- this.label6.Text = "АДрес";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
- this.label7.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label7.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label7.Location = new System.Drawing.Point(368, 155);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(135, 28);
- this.label7.TabIndex = 51;
- this.label7.Text = "Телефон";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
- this.label8.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label8.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label8.Location = new System.Drawing.Point(925, 61);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(138, 28);
- this.label8.TabIndex = 52;
- this.label8.Text = "Паспорт";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
- this.label9.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label9.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label9.Location = new System.Drawing.Point(853, 286);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(290, 28);
- this.label9.TabIndex = 53;
- this.label9.Text = "Другие документы";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
- this.label10.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label10.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label10.Location = new System.Drawing.Point(368, 214);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(120, 56);
- this.label10.TabIndex = 54;
- this.label10.Text = "Место \r\nработы";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
- this.label11.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label11.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label11.Location = new System.Drawing.Point(811, 90);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(172, 28);
- this.label11.TabIndex = 55;
- this.label11.Text = "Кем выдан\r\n";
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
- this.label12.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label12.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label12.Location = new System.Drawing.Point(811, 131);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(208, 28);
- this.label12.TabIndex = 56;
- this.label12.Text = "Дата выдачи";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
- this.label13.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label13.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label13.Location = new System.Drawing.Point(811, 175);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(95, 28);
- this.label13.TabIndex = 57;
- this.label13.Text = "Серия";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
- this.label14.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label14.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label14.Location = new System.Drawing.Point(811, 223);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(104, 28);
- this.label14.TabIndex = 58;
- this.label14.Text = "Номер";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
- this.label15.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label15.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label15.Location = new System.Drawing.Point(826, 342);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(69, 28);
- this.label15.TabIndex = 59;
- this.label15.Text = "ИНН";
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160)))));
- this.label16.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label16.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label16.Location = new System.Drawing.Point(826, 395);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(102, 28);
- this.label16.TabIndex = 60;
- this.label16.Text = "СНИЛС";
- //
- // changeZakPredstavitel
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
- this.ClientSize = new System.Drawing.Size(1194, 544);
- this.Controls.Add(this.label16);
- 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.bt_change);
- this.Controls.Add(this.tb_workPlaceZP);
- this.Controls.Add(this.mtb_telephoneZP);
- this.Controls.Add(this.mtb_snilsZP);
- this.Controls.Add(this.mtb_innZP);
- this.Controls.Add(this.mtb_nomerZP);
- this.Controls.Add(this.mtb_seriaZP);
- this.Controls.Add(this.dtp_dateVudachZP);
- this.Controls.Add(this.tb_kemVudanZP);
- this.Controls.Add(this.tb_adressZP);
- this.Controls.Add(this.dtp_dateBirthZP);
- this.Controls.Add(this.tb_patronymicZP);
- this.Controls.Add(this.tb_nameZP);
- this.Controls.Add(this.tb_surnameZP);
- this.Name = "changeZakPredstavitel";
- this.Text = "changeZakPredstavitel";
- this.Load += new System.EventHandler(this.changeZakPredstavitel_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button bt_change;
- private System.Windows.Forms.TextBox tb_workPlaceZP;
- private System.Windows.Forms.MaskedTextBox mtb_telephoneZP;
- private System.Windows.Forms.MaskedTextBox mtb_snilsZP;
- private System.Windows.Forms.MaskedTextBox mtb_innZP;
- private System.Windows.Forms.MaskedTextBox mtb_nomerZP;
- private System.Windows.Forms.MaskedTextBox mtb_seriaZP;
- private System.Windows.Forms.DateTimePicker dtp_dateVudachZP;
- private System.Windows.Forms.TextBox tb_kemVudanZP;
- private System.Windows.Forms.TextBox tb_adressZP;
- private System.Windows.Forms.DateTimePicker dtp_dateBirthZP;
- private System.Windows.Forms.TextBox tb_patronymicZP;
- private System.Windows.Forms.TextBox tb_nameZP;
- private System.Windows.Forms.TextBox tb_surnameZP;
- 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;
- private System.Windows.Forms.Label label16;
- }
- }
|