namespace WindowsFormsApp4 { partial class ReturnBookForm { private System.ComponentModel.IContainer components = null; // Добавленные элементы для дизайна (хедер) private System.Windows.Forms.Panel headerPanel; private System.Windows.Forms.Label headerLabel; // Существующие компоненты (объявлены здесь же) private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label labelTitle; private System.Windows.Forms.Label labelLibraryName; private System.Windows.Forms.TextBox txtReaderSearch; private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.DataGridView dataGridViewReaders; private System.Windows.Forms.DataGridView dataGridViewLoans; private System.Windows.Forms.Button buttonReturn; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReturnBookForm)); this.headerPanel = new System.Windows.Forms.Panel(); this.headerLabel = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.labelTitle = new System.Windows.Forms.Label(); this.labelLibraryName = new System.Windows.Forms.Label(); this.txtReaderSearch = new System.Windows.Forms.TextBox(); this.btnSearch = new System.Windows.Forms.Button(); this.dataGridViewReaders = new System.Windows.Forms.DataGridView(); this.dataGridViewLoans = new System.Windows.Forms.DataGridView(); this.buttonReturn = new System.Windows.Forms.Button(); this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); this.headerPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewReaders)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewLoans)).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.headerLabel); this.headerPanel.Controls.Add(this.pictureBox1); 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(950, 100); this.headerPanel.TabIndex = 0; // // headerLabel // this.headerLabel.Font = new System.Drawing.Font("Segoe UI", 22F, 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(120, 20); this.headerLabel.Name = "headerLabel"; this.headerLabel.Size = new System.Drawing.Size(800, 60); this.headerLabel.TabIndex = 1; this.headerLabel.Text = "Возврат книги"; this.headerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(20, 10); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(90, 80); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // labelTitle // this.labelTitle.Location = new System.Drawing.Point(0, 0); this.labelTitle.Name = "labelTitle"; this.labelTitle.Size = new System.Drawing.Size(100, 23); this.labelTitle.TabIndex = 0; // // labelLibraryName // this.labelLibraryName.AutoSize = true; this.labelLibraryName.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.labelLibraryName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102))))); this.labelLibraryName.Location = new System.Drawing.Point(40, 130); this.labelLibraryName.Name = "labelLibraryName"; this.labelLibraryName.Size = new System.Drawing.Size(96, 19); this.labelLibraryName.TabIndex = 8; this.labelLibraryName.Text = "Библиотека:"; // // txtReaderSearch // this.txtReaderSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211))))); this.txtReaderSearch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtReaderSearch.Font = new System.Drawing.Font("Segoe UI", 11F); this.txtReaderSearch.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102))))); this.txtReaderSearch.Location = new System.Drawing.Point(40, 170); this.txtReaderSearch.Name = "txtReaderSearch"; this.txtReaderSearch.Size = new System.Drawing.Size(300, 27); this.txtReaderSearch.TabIndex = 3; this.txtReaderSearch.Text = "Введите фамилию или телефон"; this.txtReaderSearch.Enter += new System.EventHandler(this.txtReaderSearch_Enter); this.txtReaderSearch.Leave += new System.EventHandler(this.txtReaderSearch_Leave); // // btnSearch // this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58))))); this.btnSearch.FlatAppearance.BorderSize = 0; this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSearch.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.btnSearch.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200))))); this.btnSearch.Location = new System.Drawing.Point(360, 168); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(130, 30); this.btnSearch.TabIndex = 4; this.btnSearch.Text = "Найти читателя"; this.btnSearch.UseVisualStyleBackColor = false; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // dataGridViewReaders // this.dataGridViewReaders.AllowUserToAddRows = false; this.dataGridViewReaders.AllowUserToDeleteRows = false; this.dataGridViewReaders.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridViewReaders.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211))))); this.dataGridViewReaders.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dataGridViewReaders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewReaders.Location = new System.Drawing.Point(40, 220); this.dataGridViewReaders.Name = "dataGridViewReaders"; this.dataGridViewReaders.ReadOnly = true; this.dataGridViewReaders.RowHeadersVisible = false; this.dataGridViewReaders.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridViewReaders.Size = new System.Drawing.Size(870, 180); this.dataGridViewReaders.TabIndex = 5; this.dataGridViewReaders.SelectionChanged += new System.EventHandler(this.dataGridViewReaders_SelectionChanged); // // dataGridViewLoans // this.dataGridViewLoans.AllowUserToAddRows = false; this.dataGridViewLoans.AllowUserToDeleteRows = false; this.dataGridViewLoans.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridViewLoans.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211))))); this.dataGridViewLoans.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dataGridViewLoans.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewLoans.Location = new System.Drawing.Point(40, 430); this.dataGridViewLoans.Name = "dataGridViewLoans"; this.dataGridViewLoans.ReadOnly = true; this.dataGridViewLoans.RowHeadersVisible = false; this.dataGridViewLoans.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridViewLoans.Size = new System.Drawing.Size(870, 150); this.dataGridViewLoans.TabIndex = 6; this.dataGridViewLoans.SelectionChanged += new System.EventHandler(this.dataGridViewLoans_SelectionChanged); // // buttonReturn // this.buttonReturn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58))))); this.buttonReturn.FlatAppearance.BorderSize = 0; this.buttonReturn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonReturn.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.buttonReturn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200))))); this.buttonReturn.Location = new System.Drawing.Point(370, 610); this.buttonReturn.Name = "buttonReturn"; this.buttonReturn.Size = new System.Drawing.Size(200, 40); this.buttonReturn.TabIndex = 7; this.buttonReturn.Text = "Принять возврат"; this.buttonReturn.UseVisualStyleBackColor = false; this.buttonReturn.Click += new System.EventHandler(this.buttonReturn_Click); // // notifyIcon1 // this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); this.notifyIcon1.Text = "notifyIcon1"; this.notifyIcon1.Visible = true; // // ReturnBookForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200))))); this.ClientSize = new System.Drawing.Size(950, 680); this.Controls.Add(this.buttonReturn); this.Controls.Add(this.dataGridViewLoans); this.Controls.Add(this.dataGridViewReaders); this.Controls.Add(this.btnSearch); this.Controls.Add(this.txtReaderSearch); this.Controls.Add(this.labelLibraryName); this.Controls.Add(this.headerPanel); this.Font = new System.Drawing.Font("Segoe UI", 9F); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "ReturnBookForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Возврат книг"; this.Load += new System.EventHandler(this.ReturnBookForm_Load); this.headerPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewReaders)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewLoans)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.NotifyIcon notifyIcon1; } }