| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- using System.Resources;
- using WindowsFormsApp4.Properties;
- namespace WindowsFormsApp4
- {
- partial class bibliot
- {
- private System.ComponentModel.IContainer components = null;
- 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(bibliot));
- this.buttonQuickRegister = new System.Windows.Forms.Button();
- this.buttonIssueBook = new System.Windows.Forms.Button();
- this.buttonReturnBook = new System.Windows.Forms.Button();
- this.labelLibraryName = new System.Windows.Forms.Label();
- this.labelReadersCount = new System.Windows.Forms.Label();
- this.labelDebtorsCount = new System.Windows.Forms.Label();
- this.dataGridViewActiveLoans = new System.Windows.Forms.DataGridView();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.label3 = new System.Windows.Forms.Label();
- this.groupBoxActions = new System.Windows.Forms.GroupBox();
- this.groupBoxStats = new System.Windows.Forms.GroupBox();
- this.panelHeader = new System.Windows.Forms.Panel();
- this.buttonAddBook = new System.Windows.Forms.Button();
- this.btnLogout = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewActiveLoans)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.groupBoxActions.SuspendLayout();
- this.groupBoxStats.SuspendLayout();
- this.panelHeader.SuspendLayout();
- this.SuspendLayout();
- //
- // buttonQuickRegister
- //
- this.buttonQuickRegister.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
- this.buttonQuickRegister.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.buttonQuickRegister.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.buttonQuickRegister.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.buttonQuickRegister.Location = new System.Drawing.Point(20, 30);
- this.buttonQuickRegister.Name = "buttonQuickRegister";
- this.buttonQuickRegister.Size = new System.Drawing.Size(180, 40);
- this.buttonQuickRegister.TabIndex = 0;
- this.buttonQuickRegister.Text = "Быстрая регистрация";
- this.buttonQuickRegister.UseVisualStyleBackColor = false;
- this.buttonQuickRegister.Click += new System.EventHandler(this.buttonQuickRegister_Click);
- //
- // buttonIssueBook
- //
- this.buttonIssueBook.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
- this.buttonIssueBook.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.buttonIssueBook.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.buttonIssueBook.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.buttonIssueBook.Location = new System.Drawing.Point(20, 76);
- this.buttonIssueBook.Name = "buttonIssueBook";
- this.buttonIssueBook.Size = new System.Drawing.Size(180, 40);
- this.buttonIssueBook.TabIndex = 1;
- this.buttonIssueBook.Text = "Выдать книгу";
- this.buttonIssueBook.UseVisualStyleBackColor = false;
- this.buttonIssueBook.Click += new System.EventHandler(this.buttonIssueBook_Click_1);
- //
- // buttonReturnBook
- //
- this.buttonReturnBook.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
- this.buttonReturnBook.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.buttonReturnBook.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.buttonReturnBook.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.buttonReturnBook.Location = new System.Drawing.Point(20, 122);
- this.buttonReturnBook.Name = "buttonReturnBook";
- this.buttonReturnBook.Size = new System.Drawing.Size(180, 40);
- this.buttonReturnBook.TabIndex = 2;
- this.buttonReturnBook.Text = "Вернуть книгу";
- this.buttonReturnBook.UseVisualStyleBackColor = false;
- this.buttonReturnBook.Click += new System.EventHandler(this.buttonReturnBook_Click_1);
- //
- // labelLibraryName
- //
- this.labelLibraryName.AutoSize = true;
- this.labelLibraryName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.labelLibraryName.Location = new System.Drawing.Point(500, 20);
- this.labelLibraryName.Name = "labelLibraryName";
- this.labelLibraryName.Size = new System.Drawing.Size(0, 15);
- this.labelLibraryName.TabIndex = 9;
- this.labelLibraryName.Visible = false;
- //
- // labelReadersCount
- //
- this.labelReadersCount.Font = new System.Drawing.Font("Segoe UI", 20F, System.Drawing.FontStyle.Bold);
- this.labelReadersCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.labelReadersCount.Location = new System.Drawing.Point(40, 30);
- this.labelReadersCount.Name = "labelReadersCount";
- this.labelReadersCount.Size = new System.Drawing.Size(120, 40);
- this.labelReadersCount.TabIndex = 4;
- this.labelReadersCount.Text = "0";
- this.labelReadersCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // labelDebtorsCount
- //
- this.labelDebtorsCount.Font = new System.Drawing.Font("Segoe UI", 20F, System.Drawing.FontStyle.Bold);
- this.labelDebtorsCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.labelDebtorsCount.Location = new System.Drawing.Point(200, 30);
- this.labelDebtorsCount.Name = "labelDebtorsCount";
- this.labelDebtorsCount.Size = new System.Drawing.Size(120, 40);
- this.labelDebtorsCount.TabIndex = 5;
- this.labelDebtorsCount.Text = "0";
- this.labelDebtorsCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // dataGridViewActiveLoans
- //
- this.dataGridViewActiveLoans.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dataGridViewActiveLoans.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.dataGridViewActiveLoans.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dataGridViewActiveLoans.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridViewActiveLoans.Location = new System.Drawing.Point(0, 320);
- this.dataGridViewActiveLoans.Name = "dataGridViewActiveLoans";
- this.dataGridViewActiveLoans.RowHeadersVisible = false;
- this.dataGridViewActiveLoans.Size = new System.Drawing.Size(900, 163);
- this.dataGridViewActiveLoans.TabIndex = 6;
- //
- // label1
- //
- this.label1.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.label1.Location = new System.Drawing.Point(40, 70);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(120, 25);
- this.label1.TabIndex = 7;
- this.label1.Text = "Читателей";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label2
- //
- this.label2.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.label2.Location = new System.Drawing.Point(200, 70);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(120, 25);
- this.label2.TabIndex = 8;
- this.label2.Text = "Должников";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // 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, 12);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(80, 76);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // label3
- //
- this.label3.Font = new System.Drawing.Font("Segoe UI", 24F, System.Drawing.FontStyle.Bold);
- this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.label3.Location = new System.Drawing.Point(120, 20);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(760, 60);
- this.label3.TabIndex = 10;
- this.label3.Text = "Библиотечный фонд города";
- this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // groupBoxActions
- //
- this.groupBoxActions.Controls.Add(this.buttonQuickRegister);
- this.groupBoxActions.Controls.Add(this.buttonIssueBook);
- this.groupBoxActions.Controls.Add(this.buttonReturnBook);
- this.groupBoxActions.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
- this.groupBoxActions.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.groupBoxActions.Location = new System.Drawing.Point(20, 106);
- this.groupBoxActions.Name = "groupBoxActions";
- this.groupBoxActions.Size = new System.Drawing.Size(220, 182);
- this.groupBoxActions.TabIndex = 1;
- this.groupBoxActions.TabStop = false;
- this.groupBoxActions.Text = "Действия";
- //
- // groupBoxStats
- //
- this.groupBoxStats.Controls.Add(this.labelReadersCount);
- this.groupBoxStats.Controls.Add(this.label1);
- this.groupBoxStats.Controls.Add(this.labelDebtorsCount);
- this.groupBoxStats.Controls.Add(this.label2);
- this.groupBoxStats.Controls.Add(this.labelLibraryName);
- this.groupBoxStats.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
- this.groupBoxStats.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.groupBoxStats.Location = new System.Drawing.Point(246, 111);
- this.groupBoxStats.Name = "groupBoxStats";
- this.groupBoxStats.Size = new System.Drawing.Size(620, 120);
- this.groupBoxStats.TabIndex = 2;
- this.groupBoxStats.TabStop = false;
- this.groupBoxStats.Text = "Статистика";
- //
- // panelHeader
- //
- this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.panelHeader.Controls.Add(this.btnLogout);
- this.panelHeader.Controls.Add(this.pictureBox1);
- this.panelHeader.Controls.Add(this.label3);
- this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelHeader.Location = new System.Drawing.Point(0, 0);
- this.panelHeader.Name = "panelHeader";
- this.panelHeader.Size = new System.Drawing.Size(900, 100);
- this.panelHeader.TabIndex = 0;
- //
- // buttonAddBook
- //
- this.buttonAddBook.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
- this.buttonAddBook.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.buttonAddBook.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.buttonAddBook.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.buttonAddBook.Location = new System.Drawing.Point(40, 274);
- this.buttonAddBook.Name = "buttonAddBook";
- this.buttonAddBook.Size = new System.Drawing.Size(180, 40);
- this.buttonAddBook.TabIndex = 3;
- this.buttonAddBook.Text = "Добавить книгу";
- this.buttonAddBook.UseVisualStyleBackColor = false;
- this.buttonAddBook.Click += new System.EventHandler(this.buttonAddBook_Click);
- //
- // btnLogout
- //
- this.btnLogout.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
- this.btnLogout.FlatAppearance.BorderSize = 0;
- this.btnLogout.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnLogout.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
- this.btnLogout.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.btnLogout.Location = new System.Drawing.Point(780, 35);
- this.btnLogout.Name = "btnLogout";
- this.btnLogout.Size = new System.Drawing.Size(100, 30);
- this.btnLogout.TabIndex = 7;
- this.btnLogout.Text = "Выйти";
- this.btnLogout.UseVisualStyleBackColor = false;
- this.btnLogout.Click += new System.EventHandler(this.btnLogout_Click);
- //
- // bibliot
- //
- 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(900, 480);
- this.Controls.Add(this.buttonAddBook);
- this.Controls.Add(this.dataGridViewActiveLoans);
- this.Controls.Add(this.groupBoxStats);
- this.Controls.Add(this.groupBoxActions);
- this.Controls.Add(this.panelHeader);
- this.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "bibliot";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Библиотечная система";
- this.Load += new System.EventHandler(this.bibliot_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewActiveLoans)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.groupBoxActions.ResumeLayout(false);
- this.groupBoxStats.ResumeLayout(false);
- this.groupBoxStats.PerformLayout();
- this.panelHeader.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- // Объявления компонентов (оставляем как есть, они уже есть в вашем коде)
- private System.Windows.Forms.Button buttonQuickRegister;
- private System.Windows.Forms.Button buttonIssueBook;
- private System.Windows.Forms.Button buttonReturnBook;
- private System.Windows.Forms.Label labelLibraryName;
- private System.Windows.Forms.Label labelReadersCount;
- private System.Windows.Forms.Label labelDebtorsCount;
- private System.Windows.Forms.DataGridView dataGridViewActiveLoans;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.GroupBox groupBoxActions;
- private System.Windows.Forms.GroupBox groupBoxStats;
- private System.Windows.Forms.Panel panelHeader;
- private System.Windows.Forms.Button buttonAddBook;
- private System.Windows.Forms.Button btnLogout;
- }
- }
|