123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423 |
- namespace proba
- {
- partial class PosleRegistracii
- {
- /// <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.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PosleRegistracii));
- this.panel1 = new System.Windows.Forms.Panel();
- this.checkBox2 = new System.Windows.Forms.CheckBox();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.text_id_pol = new System.Windows.Forms.ComboBox();
- this.polBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.vINILDataSet_Pol = new proba.VINILDataSet_Pol();
- this.label8 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.surname = new System.Windows.Forms.TextBox();
- this.name = new System.Windows.Forms.TextBox();
- this.date_of_birth = new System.Windows.Forms.TextBox();
- this.patronymic = new System.Windows.Forms.TextBox();
- this.phone = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.description = new System.Windows.Forms.Label();
- this.button_back = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.PoleReg1 = new System.Windows.Forms.TextBox();
- this.PoleReg3 = new System.Windows.Forms.TextBox();
- this.PoleReg2 = new System.Windows.Forms.TextBox();
- this.polTableAdapter = new proba.VINILDataSet_PolTableAdapters.PolTableAdapter();
- this.button1 = new System.Windows.Forms.Button();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.polBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Pol)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
- this.panel1.Controls.Add(this.button1);
- this.panel1.Controls.Add(this.checkBox2);
- this.panel1.Controls.Add(this.checkBox1);
- this.panel1.Controls.Add(this.text_id_pol);
- this.panel1.Controls.Add(this.label8);
- this.panel1.Controls.Add(this.label7);
- this.panel1.Controls.Add(this.label6);
- this.panel1.Controls.Add(this.label5);
- this.panel1.Controls.Add(this.label4);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.surname);
- this.panel1.Controls.Add(this.name);
- this.panel1.Controls.Add(this.date_of_birth);
- this.panel1.Controls.Add(this.patronymic);
- this.panel1.Controls.Add(this.phone);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.description);
- this.panel1.Controls.Add(this.button_back);
- this.panel1.Controls.Add(this.button2);
- this.panel1.Controls.Add(this.PoleReg1);
- this.panel1.Controls.Add(this.PoleReg3);
- this.panel1.Controls.Add(this.PoleReg2);
- this.panel1.Location = new System.Drawing.Point(-3, -3);
- this.panel1.MaximumSize = new System.Drawing.Size(742, 470);
- this.panel1.MinimumSize = new System.Drawing.Size(742, 470);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(742, 470);
- this.panel1.TabIndex = 2;
- //
- // checkBox2
- //
- this.checkBox2.AutoSize = true;
- this.checkBox2.Location = new System.Drawing.Point(456, 308);
- this.checkBox2.Name = "checkBox2";
- this.checkBox2.Size = new System.Drawing.Size(114, 17);
- this.checkBox2.TabIndex = 39;
- this.checkBox2.Text = "Показать пароль";
- this.checkBox2.UseVisualStyleBackColor = true;
- this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Location = new System.Drawing.Point(456, 249);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(114, 17);
- this.checkBox1.TabIndex = 38;
- this.checkBox1.Text = "Показать пароль";
- this.checkBox1.UseVisualStyleBackColor = true;
- this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
- //
- // text_id_pol
- //
- this.text_id_pol.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.polBindingSource, "id_pol", true));
- this.text_id_pol.DataSource = this.polBindingSource;
- this.text_id_pol.DisplayMember = "pol";
- this.text_id_pol.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_id_pol.FormattingEnabled = true;
- this.text_id_pol.Location = new System.Drawing.Point(496, 18);
- this.text_id_pol.Name = "text_id_pol";
- this.text_id_pol.Size = new System.Drawing.Size(210, 28);
- this.text_id_pol.TabIndex = 37;
- this.text_id_pol.ValueMember = "id_pol";
- //
- // polBindingSource
- //
- this.polBindingSource.DataMember = "Pol";
- this.polBindingSource.DataSource = this.vINILDataSet_Pol;
- //
- // vINILDataSet_Pol
- //
- this.vINILDataSet_Pol.DataSetName = "VINILDataSet_Pol";
- this.vINILDataSet_Pol.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label8.Location = new System.Drawing.Point(379, 129);
- this.label8.Name = "label8";
- this.label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label8.Size = new System.Drawing.Size(90, 24);
- this.label8.TabIndex = 36;
- this.label8.Text = "Телефон";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label7.Location = new System.Drawing.Point(379, 70);
- this.label7.Name = "label7";
- this.label7.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label7.Size = new System.Drawing.Size(150, 24);
- this.label7.TabIndex = 35;
- this.label7.Text = "Дата рождения";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label6.Location = new System.Drawing.Point(379, 18);
- this.label6.Name = "label6";
- this.label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label6.Size = new System.Drawing.Size(44, 24);
- this.label6.TabIndex = 34;
- this.label6.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(15, 129);
- this.label5.Name = "label5";
- this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label5.Size = new System.Drawing.Size(98, 24);
- this.label5.TabIndex = 33;
- this.label5.Text = "Отчество";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label4.Location = new System.Drawing.Point(15, 70);
- this.label4.Name = "label4";
- this.label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label4.Size = new System.Drawing.Size(46, 24);
- this.label4.TabIndex = 32;
- this.label4.Text = "Имя";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label3.Location = new System.Drawing.Point(15, 18);
- this.label3.Name = "label3";
- this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label3.Size = new System.Drawing.Size(91, 24);
- this.label3.TabIndex = 31;
- this.label3.Text = "Фамилия";
- //
- // surname
- //
- this.surname.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.surname.Location = new System.Drawing.Point(122, 15);
- this.surname.MaxLength = 25;
- this.surname.Name = "surname";
- this.surname.Size = new System.Drawing.Size(231, 26);
- this.surname.TabIndex = 30;
- //
- // name
- //
- this.name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.name.Location = new System.Drawing.Point(122, 70);
- this.name.MaxLength = 25;
- this.name.Name = "name";
- this.name.Size = new System.Drawing.Size(231, 26);
- this.name.TabIndex = 29;
- //
- // date_of_birth
- //
- this.date_of_birth.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.date_of_birth.Location = new System.Drawing.Point(535, 70);
- this.date_of_birth.MaxLength = 25;
- this.date_of_birth.Name = "date_of_birth";
- this.date_of_birth.ShortcutsEnabled = false;
- this.date_of_birth.Size = new System.Drawing.Size(171, 26);
- this.date_of_birth.TabIndex = 28;
- //
- // patronymic
- //
- this.patronymic.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.patronymic.Location = new System.Drawing.Point(122, 129);
- this.patronymic.MaxLength = 25;
- this.patronymic.Name = "patronymic";
- this.patronymic.Size = new System.Drawing.Size(231, 26);
- this.patronymic.TabIndex = 27;
- //
- // phone
- //
- this.phone.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.phone.Location = new System.Drawing.Point(475, 126);
- this.phone.MaxLength = 11;
- this.phone.Name = "phone";
- this.phone.ShortcutsEnabled = false;
- this.phone.Size = new System.Drawing.Size(231, 26);
- this.phone.TabIndex = 26;
- this.phone.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.phone_KeyPress);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.Location = new System.Drawing.Point(15, 189);
- this.label2.Name = "label2";
- this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label2.Size = new System.Drawing.Size(178, 24);
- this.label2.TabIndex = 24;
- this.label2.Text = "Придумайте логин";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(15, 242);
- this.label1.Name = "label1";
- this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label1.Size = new System.Drawing.Size(190, 24);
- this.label1.TabIndex = 23;
- this.label1.Text = "Придумайте пароль";
- //
- // description
- //
- this.description.AutoSize = true;
- this.description.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.description.Location = new System.Drawing.Point(15, 301);
- this.description.Name = "description";
- this.description.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.description.Size = new System.Drawing.Size(202, 24);
- this.description.TabIndex = 22;
- this.description.Text = "Подтвердите пароль";
- //
- // button_back
- //
- this.button_back.BackColor = System.Drawing.Color.Gray;
- this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button_back.Location = new System.Drawing.Point(22, 369);
- this.button_back.Name = "button_back";
- this.button_back.Size = new System.Drawing.Size(91, 30);
- this.button_back.TabIndex = 6;
- this.button_back.Text = "Назад";
- this.button_back.UseVisualStyleBackColor = false;
- this.button_back.Click += new System.EventHandler(this.button_back_Click);
- //
- // button2
- //
- this.button2.BackColor = System.Drawing.Color.Gray;
- this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button2.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button2.Location = new System.Drawing.Point(527, 370);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(179, 30);
- this.button2.TabIndex = 5;
- this.button2.Text = "Зарегистрироваться";
- this.button2.UseVisualStyleBackColor = false;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // PoleReg1
- //
- this.PoleReg1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.PoleReg1.Location = new System.Drawing.Point(219, 189);
- this.PoleReg1.MaxLength = 25;
- this.PoleReg1.Name = "PoleReg1";
- this.PoleReg1.ShortcutsEnabled = false;
- this.PoleReg1.Size = new System.Drawing.Size(231, 26);
- this.PoleReg1.TabIndex = 3;
- this.PoleReg1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.PoleReg1_KeyPress);
- //
- // PoleReg3
- //
- this.PoleReg3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.PoleReg3.Location = new System.Drawing.Point(219, 301);
- this.PoleReg3.MaxLength = 25;
- this.PoleReg3.Name = "PoleReg3";
- this.PoleReg3.ShortcutsEnabled = false;
- this.PoleReg3.Size = new System.Drawing.Size(231, 26);
- this.PoleReg3.TabIndex = 2;
- this.PoleReg3.UseSystemPasswordChar = true;
- this.PoleReg3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.PoleReg3_KeyPress);
- //
- // PoleReg2
- //
- this.PoleReg2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.PoleReg2.Location = new System.Drawing.Point(219, 242);
- this.PoleReg2.MaxLength = 25;
- this.PoleReg2.Name = "PoleReg2";
- this.PoleReg2.ShortcutsEnabled = false;
- this.PoleReg2.Size = new System.Drawing.Size(231, 26);
- this.PoleReg2.TabIndex = 2;
- this.PoleReg2.Tag = "";
- this.PoleReg2.UseSystemPasswordChar = true;
- this.PoleReg2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.PoleReg2_KeyPress);
- //
- // polTableAdapter
- //
- this.polTableAdapter.ClearBeforeFill = true;
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.Gray;
- this.button1.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold);
- this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button1.Location = new System.Drawing.Point(243, 370);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(194, 30);
- this.button1.TabIndex = 40;
- this.button1.Text = "Требования к паролю";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // PosleRegistracii
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(726, 431);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximumSize = new System.Drawing.Size(742, 470);
- this.MinimumSize = new System.Drawing.Size(742, 470);
- this.Name = "PosleRegistracii";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Регистрация";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
- this.Load += new System.EventHandler(this.PosleRegistracii_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.polBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Pol)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.TextBox PoleReg1;
- private System.Windows.Forms.TextBox PoleReg2;
- private System.Windows.Forms.Button button_back;
- private System.Windows.Forms.TextBox PoleReg3;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label description;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox surname;
- private System.Windows.Forms.TextBox name;
- private System.Windows.Forms.TextBox date_of_birth;
- private System.Windows.Forms.TextBox patronymic;
- private System.Windows.Forms.TextBox phone;
- private System.Windows.Forms.Label label2;
- 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.ComboBox text_id_pol;
- private VINILDataSet_Pol vINILDataSet_Pol;
- private System.Windows.Forms.BindingSource polBindingSource;
- private VINILDataSet_PolTableAdapters.PolTableAdapter polTableAdapter;
- private System.Windows.Forms.CheckBox checkBox2;
- private System.Windows.Forms.CheckBox checkBox1;
- private System.Windows.Forms.Button button1;
- }
- }
|