| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381 |
- namespace WindowsFormsApp4
- {
- partial class Register
- {
- private System.ComponentModel.IContainer components = null;
- // Новые элементы для хедера
- private System.Windows.Forms.Panel headerPanel;
- private System.Windows.Forms.PictureBox pictureBoxHeader;
- private System.Windows.Forms.Label headerLabel;
- // Существующие элементы (сохраняем все имена)
- private System.Windows.Forms.OpenFileDialog openFileDialog1;
- private System.Windows.Forms.MaskedTextBox maskedTextBox1;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox textBox7;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Label label11; // не используется, но оставляем
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.TextBox textBox9;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBox6;
- private System.Windows.Forms.TextBox textBox5;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.TextBox textBox4;
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Register));
- this.headerPanel = new System.Windows.Forms.Panel();
- this.pictureBoxHeader = new System.Windows.Forms.PictureBox();
- this.headerLabel = new System.Windows.Forms.Label();
- this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
- this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.textBox7 = new System.Windows.Forms.TextBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.button2 = new System.Windows.Forms.Button();
- this.label10 = new System.Windows.Forms.Label();
- this.textBox9 = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.textBox6 = new System.Windows.Forms.TextBox();
- this.textBox5 = new System.Windows.Forms.TextBox();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.label14 = new System.Windows.Forms.Label();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.headerPanel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxHeader)).BeginInit();
- this.SuspendLayout();
- //
- // headerPanel
- //
- this.headerPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.headerPanel.Controls.Add(this.pictureBoxHeader);
- this.headerPanel.Controls.Add(this.headerLabel);
- this.headerPanel.Dock = System.Windows.Forms.DockStyle.Top;
- this.headerPanel.Location = new System.Drawing.Point(0, 0);
- this.headerPanel.Name = "headerPanel";
- this.headerPanel.Size = new System.Drawing.Size(500, 90);
- this.headerPanel.TabIndex = 100;
- //
- // pictureBoxHeader
- //
- this.pictureBoxHeader.BackColor = System.Drawing.Color.Transparent;
- this.pictureBoxHeader.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHeader.Image")));
- this.pictureBoxHeader.Location = new System.Drawing.Point(12, 12);
- this.pictureBoxHeader.Name = "pictureBoxHeader";
- this.pictureBoxHeader.Size = new System.Drawing.Size(70, 66);
- this.pictureBoxHeader.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBoxHeader.TabIndex = 0;
- this.pictureBoxHeader.TabStop = false;
- //
- // headerLabel
- //
- this.headerLabel.Font = new System.Drawing.Font("Segoe UI", 20F, System.Drawing.FontStyle.Bold);
- this.headerLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.headerLabel.Location = new System.Drawing.Point(90, 20);
- this.headerLabel.Name = "headerLabel";
- this.headerLabel.Size = new System.Drawing.Size(380, 50);
- this.headerLabel.TabIndex = 1;
- this.headerLabel.Text = "Регистрация читателя";
- this.headerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // openFileDialog1
- //
- this.openFileDialog1.FileName = "openFileDialog1";
- //
- // maskedTextBox1
- //
- this.maskedTextBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.maskedTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.maskedTextBox1.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.maskedTextBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.maskedTextBox1.Location = new System.Drawing.Point(120, 255);
- this.maskedTextBox1.Mask = "80000000000";
- this.maskedTextBox1.Name = "maskedTextBox1";
- this.maskedTextBox1.Size = new System.Drawing.Size(320, 25);
- this.maskedTextBox1.TabIndex = 110;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.label6.Location = new System.Drawing.Point(40, 295);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(61, 15);
- this.label6.TabIndex = 111;
- this.label6.Text = "Фамилия:";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.label5.Location = new System.Drawing.Point(40, 330);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(34, 15);
- this.label5.TabIndex = 113;
- this.label5.Text = "Имя:";
- //
- // textBox7
- //
- this.textBox7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.textBox7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox7.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.textBox7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.textBox7.Location = new System.Drawing.Point(120, 290);
- this.textBox7.Name = "textBox7";
- this.textBox7.Size = new System.Drawing.Size(320, 25);
- this.textBox7.TabIndex = 112;
- //
- // textBox2
- //
- this.textBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox2.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.textBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.textBox2.Location = new System.Drawing.Point(120, 325);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(320, 25);
- this.textBox2.TabIndex = 114;
- //
- // label11
- //
- this.label11.Location = new System.Drawing.Point(0, 0);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(100, 23);
- this.label11.TabIndex = 120;
- this.label11.Visible = false;
- //
- // button2
- //
- this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
- this.button2.FlatAppearance.BorderSize = 0;
- this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button2.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold);
- this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.button2.Location = new System.Drawing.Point(150, 450);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(220, 40);
- this.button2.TabIndex = 119;
- this.button2.Text = "Зарегистрироваться";
- this.button2.UseVisualStyleBackColor = false;
- this.button2.Click += new System.EventHandler(this.button2_Click_1);
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.label10.Location = new System.Drawing.Point(40, 225);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(39, 15);
- this.label10.TabIndex = 107;
- this.label10.Text = "Email:";
- //
- // textBox9
- //
- this.textBox9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.textBox9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox9.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.textBox9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.textBox9.Location = new System.Drawing.Point(120, 220);
- this.textBox9.Name = "textBox9";
- this.textBox9.Size = new System.Drawing.Size(320, 25);
- this.textBox9.TabIndex = 108;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.label7.Location = new System.Drawing.Point(40, 190);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(80, 15);
- this.label7.TabIndex = 105;
- this.label7.Text = "Подтвердить:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.label4.Location = new System.Drawing.Point(40, 260);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(58, 15);
- this.label4.TabIndex = 109;
- this.label4.Text = "Телефон:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.label3.Location = new System.Drawing.Point(40, 155);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(52, 15);
- this.label3.TabIndex = 103;
- this.label3.Text = "Пароль:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.label2.Location = new System.Drawing.Point(40, 120);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(44, 15);
- this.label2.TabIndex = 101;
- this.label2.Text = "Логин:";
- //
- // textBox6
- //
- this.textBox6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox6.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.textBox6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.textBox6.Location = new System.Drawing.Point(120, 185);
- this.textBox6.Name = "textBox6";
- this.textBox6.Size = new System.Drawing.Size(320, 25);
- this.textBox6.TabIndex = 106;
- this.textBox6.UseSystemPasswordChar = true;
- //
- // textBox5
- //
- this.textBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox5.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.textBox5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.textBox5.Location = new System.Drawing.Point(120, 150);
- this.textBox5.Name = "textBox5";
- this.textBox5.Size = new System.Drawing.Size(320, 25);
- this.textBox5.TabIndex = 104;
- this.textBox5.UseSystemPasswordChar = true;
- //
- // textBox1
- //
- this.textBox1.AccessibleDescription = "";
- this.textBox1.AccessibleName = "";
- this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox1.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.textBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.textBox1.Location = new System.Drawing.Point(120, 115);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(320, 25);
- this.textBox1.TabIndex = 102;
- this.textBox1.Tag = "";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.label8.Location = new System.Drawing.Point(40, 365);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(75, 15);
- this.label8.TabIndex = 115;
- this.label8.Text = "Библиотека:";
- //
- // comboBox1
- //
- this.comboBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox1.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.comboBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(120, 360);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(320, 25);
- this.comboBox1.TabIndex = 116;
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.label14.Location = new System.Drawing.Point(40, 400);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(43, 15);
- this.label14.TabIndex = 117;
- this.label14.Text = "Адрес:";
- //
- // textBox4
- //
- this.textBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox4.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.textBox4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.textBox4.Location = new System.Drawing.Point(120, 395);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(320, 25);
- this.textBox4.TabIndex = 118;
- //
- // Register
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoScroll = true;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.ClientSize = new System.Drawing.Size(500, 540);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.textBox4);
- this.Controls.Add(this.label14);
- this.Controls.Add(this.comboBox1);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.textBox2);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.textBox7);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.maskedTextBox1);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.textBox9);
- this.Controls.Add(this.label10);
- this.Controls.Add(this.textBox6);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.textBox5);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.headerPanel);
- this.Controls.Add(this.label11);
- this.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "Register";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Регистрация нового читателя";
- this.Load += new System.EventHandler(this.Register_Load);
- this.headerPanel.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxHeader)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- }
- }
|