| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- namespace WindowsFormsApp4
- {
- partial class IssueBookForm
- {
- private System.ComponentModel.IContainer components = null;
- // Новые элементы хедера
- private System.Windows.Forms.Panel headerPanel;
- private System.Windows.Forms.PictureBox pictureBoxLogo;
- private System.Windows.Forms.Label headerLabel;
- private System.Windows.Forms.Label labelLibraryName;
- // Существующие элементы (оставляем)
- private System.Windows.Forms.Label labelTitle; // не используется, но сохраним
- private System.Windows.Forms.Label labelReader;
- private System.Windows.Forms.ComboBox comboBoxReader;
- private System.Windows.Forms.Label labelBook;
- private System.Windows.Forms.ComboBox comboBoxBook;
- private System.Windows.Forms.Button buttonIssue;
- 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(IssueBookForm));
- this.headerPanel = new System.Windows.Forms.Panel();
- this.pictureBoxLogo = new System.Windows.Forms.PictureBox();
- this.headerLabel = new System.Windows.Forms.Label();
- this.labelLibraryName = new System.Windows.Forms.Label();
- this.labelReader = new System.Windows.Forms.Label();
- this.comboBoxReader = new System.Windows.Forms.ComboBox();
- this.labelBook = new System.Windows.Forms.Label();
- this.comboBoxBook = new System.Windows.Forms.ComboBox();
- this.buttonIssue = new System.Windows.Forms.Button();
- this.labelTitle = new System.Windows.Forms.Label();
- this.headerPanel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).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.pictureBoxLogo);
- this.headerPanel.Controls.Add(this.headerLabel);
- this.headerPanel.Controls.Add(this.labelLibraryName);
- 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(650, 90);
- this.headerPanel.TabIndex = 100;
- //
- // pictureBoxLogo
- //
- this.pictureBoxLogo.BackColor = System.Drawing.Color.Transparent;
- this.pictureBoxLogo.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxLogo.Image")));
- this.pictureBoxLogo.Location = new System.Drawing.Point(15, 10);
- this.pictureBoxLogo.Name = "pictureBoxLogo";
- this.pictureBoxLogo.Size = new System.Drawing.Size(70, 70);
- this.pictureBoxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBoxLogo.TabIndex = 0;
- this.pictureBoxLogo.TabStop = false;
- //
- // headerLabel
- //
- this.headerLabel.Font = new System.Drawing.Font("Segoe UI", 18F, 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(100, 15);
- this.headerLabel.Name = "headerLabel";
- this.headerLabel.Size = new System.Drawing.Size(400, 40);
- this.headerLabel.TabIndex = 1;
- this.headerLabel.Text = "Выдача книги";
- this.headerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // labelLibraryName
- //
- this.labelLibraryName.AutoSize = true;
- this.labelLibraryName.Font = new System.Drawing.Font("Segoe UI", 9F, 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(102, 60);
- this.labelLibraryName.Name = "labelLibraryName";
- this.labelLibraryName.Size = new System.Drawing.Size(83, 15);
- this.labelLibraryName.TabIndex = 4;
- this.labelLibraryName.Text = "Библиотека: ";
- //
- // labelReader
- //
- this.labelReader.AutoSize = true;
- this.labelReader.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.labelReader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.labelReader.Location = new System.Drawing.Point(50, 130);
- this.labelReader.Name = "labelReader";
- this.labelReader.Size = new System.Drawing.Size(69, 19);
- this.labelReader.TabIndex = 4;
- this.labelReader.Text = "Читатель:";
- //
- // comboBoxReader
- //
- this.comboBoxReader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.comboBoxReader.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBoxReader.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.comboBoxReader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.comboBoxReader.FormattingEnabled = true;
- this.comboBoxReader.Location = new System.Drawing.Point(140, 126);
- this.comboBoxReader.Name = "comboBoxReader";
- this.comboBoxReader.Size = new System.Drawing.Size(450, 25);
- this.comboBoxReader.TabIndex = 0;
- this.comboBoxReader.SelectedIndexChanged += new System.EventHandler(this.comboBoxReader_SelectedIndexChanged);
- //
- // labelBook
- //
- this.labelBook.AutoSize = true;
- this.labelBook.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.labelBook.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.labelBook.Location = new System.Drawing.Point(50, 180);
- this.labelBook.Name = "labelBook";
- this.labelBook.Size = new System.Drawing.Size(48, 19);
- this.labelBook.TabIndex = 3;
- this.labelBook.Text = "Книга:";
- //
- // comboBoxBook
- //
- this.comboBoxBook.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.comboBoxBook.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBoxBook.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.comboBoxBook.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.comboBoxBook.FormattingEnabled = true;
- this.comboBoxBook.Location = new System.Drawing.Point(140, 176);
- this.comboBoxBook.Name = "comboBoxBook";
- this.comboBoxBook.Size = new System.Drawing.Size(450, 25);
- this.comboBoxBook.TabIndex = 1;
- //
- // buttonIssue
- //
- this.buttonIssue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
- this.buttonIssue.FlatAppearance.BorderSize = 0;
- this.buttonIssue.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.buttonIssue.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold);
- this.buttonIssue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.buttonIssue.Location = new System.Drawing.Point(250, 240);
- this.buttonIssue.Name = "buttonIssue";
- this.buttonIssue.Size = new System.Drawing.Size(160, 40);
- this.buttonIssue.TabIndex = 2;
- this.buttonIssue.Text = "Выдать книгу";
- this.buttonIssue.UseVisualStyleBackColor = false;
- this.buttonIssue.Click += new System.EventHandler(this.buttonIssue_Click);
- //
- // 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 = 101;
- this.labelTitle.Visible = false;
- //
- // IssueBookForm
- //
- 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(650, 320);
- this.Controls.Add(this.buttonIssue);
- this.Controls.Add(this.comboBoxBook);
- this.Controls.Add(this.labelBook);
- this.Controls.Add(this.comboBoxReader);
- this.Controls.Add(this.labelReader);
- this.Controls.Add(this.headerPanel);
- this.Controls.Add(this.labelTitle);
- this.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "IssueBookForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "Выдача книги";
- this.Load += new System.EventHandler(this.IssueBookForm_Load);
- this.headerPanel.ResumeLayout(false);
- this.headerPanel.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- }
- }
|