| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501 |
- namespace WindowsFormsApp4
- {
- partial class AdminMainForm
- {
- 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 labelWelcome;
- private System.Windows.Forms.Button btnLogout;
- // Остальные элементы (сохраняются)
- private System.Windows.Forms.TabControl tabControl;
- private System.Windows.Forms.TabPage tabPageLogs;
- private System.Windows.Forms.TabPage tabPageUsers;
- private System.Windows.Forms.TabPage tabPageReports;
- private System.Windows.Forms.DataGridView dataGridViewLogs;
- private System.Windows.Forms.Button btnExportLogs;
- private System.Windows.Forms.DataGridView dataGridViewUsers;
- private System.Windows.Forms.Button btnAddUser;
- private System.Windows.Forms.Button btnEditUser;
- private System.Windows.Forms.Button btnDeleteUser;
- private System.Windows.Forms.ComboBox cmbRoleFilter;
- private System.Windows.Forms.GroupBox groupBoxFilters;
- private System.Windows.Forms.Button btnRefreshStats;
- private System.Windows.Forms.Label labelEnd;
- private System.Windows.Forms.Label labelStart;
- private System.Windows.Forms.DateTimePicker dateTimePickerEnd;
- private System.Windows.Forms.DateTimePicker dateTimePickerStart;
- private System.Windows.Forms.GroupBox groupBoxTopBooks;
- private System.Windows.Forms.Button btnExportExcel;
- private System.Windows.Forms.DataGridView dataGridViewTopBooks;
- private System.Windows.Forms.GroupBox groupBoxChart;
- private System.Windows.Forms.DataVisualization.Charting.Chart chartPopularBooks;
- 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(AdminMainForm));
- System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
- System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
- this.headerPanel = new System.Windows.Forms.Panel();
- this.pictureBoxLogo = new System.Windows.Forms.PictureBox();
- this.headerLabel = new System.Windows.Forms.Label();
- this.labelWelcome = new System.Windows.Forms.Label();
- this.btnLogout = new System.Windows.Forms.Button();
- this.tabControl = new System.Windows.Forms.TabControl();
- this.tabPageLogs = new System.Windows.Forms.TabPage();
- this.dataGridViewLogs = new System.Windows.Forms.DataGridView();
- this.btnExportLogs = new System.Windows.Forms.Button();
- this.tabPageUsers = new System.Windows.Forms.TabPage();
- this.cmbRoleFilter = new System.Windows.Forms.ComboBox();
- this.btnDeleteUser = new System.Windows.Forms.Button();
- this.btnEditUser = new System.Windows.Forms.Button();
- this.btnAddUser = new System.Windows.Forms.Button();
- this.dataGridViewUsers = new System.Windows.Forms.DataGridView();
- this.tabPageReports = new System.Windows.Forms.TabPage();
- this.groupBoxFilters = new System.Windows.Forms.GroupBox();
- this.btnRefreshStats = new System.Windows.Forms.Button();
- this.labelEnd = new System.Windows.Forms.Label();
- this.labelStart = new System.Windows.Forms.Label();
- this.dateTimePickerEnd = new System.Windows.Forms.DateTimePicker();
- this.dateTimePickerStart = new System.Windows.Forms.DateTimePicker();
- this.groupBoxTopBooks = new System.Windows.Forms.GroupBox();
- this.btnExportExcel = new System.Windows.Forms.Button();
- this.dataGridViewTopBooks = new System.Windows.Forms.DataGridView();
- this.groupBoxChart = new System.Windows.Forms.GroupBox();
- this.chartPopularBooks = new System.Windows.Forms.DataVisualization.Charting.Chart();
- this.headerPanel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).BeginInit();
- this.tabControl.SuspendLayout();
- this.tabPageLogs.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewLogs)).BeginInit();
- this.tabPageUsers.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewUsers)).BeginInit();
- this.tabPageReports.SuspendLayout();
- this.groupBoxFilters.SuspendLayout();
- this.groupBoxTopBooks.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTopBooks)).BeginInit();
- this.groupBoxChart.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.chartPopularBooks)).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.labelWelcome);
- this.headerPanel.Controls.Add(this.btnLogout);
- 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(1050, 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(500, 40);
- this.headerLabel.TabIndex = 1;
- this.headerLabel.Text = "Администрирование";
- this.headerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // labelWelcome
- //
- this.labelWelcome.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
- this.labelWelcome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.labelWelcome.Location = new System.Drawing.Point(750, 25);
- this.labelWelcome.Name = "labelWelcome";
- this.labelWelcome.Size = new System.Drawing.Size(200, 25);
- this.labelWelcome.TabIndex = 2;
- this.labelWelcome.Text = "Админ: ";
- this.labelWelcome.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // 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(920, 50);
- this.btnLogout.Name = "btnLogout";
- this.btnLogout.Size = new System.Drawing.Size(100, 30);
- this.btnLogout.TabIndex = 3;
- this.btnLogout.Text = "Выйти";
- this.btnLogout.UseVisualStyleBackColor = false;
- this.btnLogout.Click += new System.EventHandler(this.btnLogout_Click);
- //
- // tabControl
- //
- this.tabControl.Controls.Add(this.tabPageLogs);
- this.tabControl.Controls.Add(this.tabPageUsers);
- this.tabControl.Controls.Add(this.tabPageReports);
- this.tabControl.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.tabControl.Location = new System.Drawing.Point(15, 105);
- this.tabControl.Name = "tabControl";
- this.tabControl.SelectedIndex = 0;
- this.tabControl.Size = new System.Drawing.Size(1020, 550);
- this.tabControl.TabIndex = 0;
- //
- // tabPageLogs
- //
- this.tabPageLogs.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.tabPageLogs.Controls.Add(this.dataGridViewLogs);
- this.tabPageLogs.Controls.Add(this.btnExportLogs);
- this.tabPageLogs.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.tabPageLogs.Location = new System.Drawing.Point(4, 24);
- this.tabPageLogs.Name = "tabPageLogs";
- this.tabPageLogs.Padding = new System.Windows.Forms.Padding(3);
- this.tabPageLogs.Size = new System.Drawing.Size(1012, 522);
- this.tabPageLogs.TabIndex = 0;
- this.tabPageLogs.Text = "Логи системы";
- //
- // dataGridViewLogs
- //
- this.dataGridViewLogs.AllowUserToAddRows = false;
- this.dataGridViewLogs.AllowUserToDeleteRows = false;
- this.dataGridViewLogs.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dataGridViewLogs.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.dataGridViewLogs.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dataGridViewLogs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridViewLogs.Location = new System.Drawing.Point(10, 10);
- this.dataGridViewLogs.Name = "dataGridViewLogs";
- this.dataGridViewLogs.ReadOnly = true;
- this.dataGridViewLogs.RowHeadersVisible = false;
- this.dataGridViewLogs.Size = new System.Drawing.Size(990, 460);
- this.dataGridViewLogs.TabIndex = 0;
- //
- // btnExportLogs
- //
- this.btnExportLogs.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
- this.btnExportLogs.FlatAppearance.BorderSize = 0;
- this.btnExportLogs.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnExportLogs.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
- this.btnExportLogs.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.btnExportLogs.Location = new System.Drawing.Point(10, 480);
- this.btnExportLogs.Name = "btnExportLogs";
- this.btnExportLogs.Size = new System.Drawing.Size(140, 30);
- this.btnExportLogs.TabIndex = 1;
- this.btnExportLogs.Text = "Экспорт в Excel";
- this.btnExportLogs.UseVisualStyleBackColor = false;
- this.btnExportLogs.Click += new System.EventHandler(this.btnExportLogs_Click);
- //
- // tabPageUsers
- //
- this.tabPageUsers.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.tabPageUsers.Controls.Add(this.cmbRoleFilter);
- this.tabPageUsers.Controls.Add(this.btnDeleteUser);
- this.tabPageUsers.Controls.Add(this.btnEditUser);
- this.tabPageUsers.Controls.Add(this.btnAddUser);
- this.tabPageUsers.Controls.Add(this.dataGridViewUsers);
- this.tabPageUsers.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.tabPageUsers.Location = new System.Drawing.Point(4, 24);
- this.tabPageUsers.Name = "tabPageUsers";
- this.tabPageUsers.Padding = new System.Windows.Forms.Padding(3);
- this.tabPageUsers.Size = new System.Drawing.Size(1012, 522);
- this.tabPageUsers.TabIndex = 1;
- this.tabPageUsers.Text = "Пользователи";
- //
- // cmbRoleFilter
- //
- this.cmbRoleFilter.BackColor = System.Drawing.Color.White;
- this.cmbRoleFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbRoleFilter.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.cmbRoleFilter.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.cmbRoleFilter.FormattingEnabled = true;
- this.cmbRoleFilter.Items.AddRange(new object[] {
- "Все",
- "reader",
- "employe",
- "admin"});
- this.cmbRoleFilter.Location = new System.Drawing.Point(10, 12);
- this.cmbRoleFilter.Name = "cmbRoleFilter";
- this.cmbRoleFilter.Size = new System.Drawing.Size(160, 23);
- this.cmbRoleFilter.TabIndex = 4;
- this.cmbRoleFilter.SelectedIndexChanged += new System.EventHandler(this.cmbRoleFilter_SelectedIndexChanged);
- //
- // btnDeleteUser
- //
- this.btnDeleteUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
- this.btnDeleteUser.FlatAppearance.BorderSize = 0;
- this.btnDeleteUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnDeleteUser.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
- this.btnDeleteUser.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.btnDeleteUser.Location = new System.Drawing.Point(850, 8);
- this.btnDeleteUser.Name = "btnDeleteUser";
- this.btnDeleteUser.Size = new System.Drawing.Size(150, 30);
- this.btnDeleteUser.TabIndex = 3;
- this.btnDeleteUser.Text = "Удалить";
- this.btnDeleteUser.UseVisualStyleBackColor = false;
- this.btnDeleteUser.Click += new System.EventHandler(this.btnDeleteUser_Click);
- //
- // btnEditUser
- //
- this.btnEditUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
- this.btnEditUser.FlatAppearance.BorderSize = 0;
- this.btnEditUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnEditUser.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
- this.btnEditUser.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.btnEditUser.Location = new System.Drawing.Point(690, 8);
- this.btnEditUser.Name = "btnEditUser";
- this.btnEditUser.Size = new System.Drawing.Size(150, 30);
- this.btnEditUser.TabIndex = 2;
- this.btnEditUser.Text = "Редактировать";
- this.btnEditUser.UseVisualStyleBackColor = false;
- this.btnEditUser.Click += new System.EventHandler(this.btnEditUser_Click);
- //
- // btnAddUser
- //
- this.btnAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
- this.btnAddUser.FlatAppearance.BorderSize = 0;
- this.btnAddUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnAddUser.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
- this.btnAddUser.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.btnAddUser.Location = new System.Drawing.Point(530, 8);
- this.btnAddUser.Name = "btnAddUser";
- this.btnAddUser.Size = new System.Drawing.Size(150, 30);
- this.btnAddUser.TabIndex = 1;
- this.btnAddUser.Text = "Добавить";
- this.btnAddUser.UseVisualStyleBackColor = false;
- this.btnAddUser.Click += new System.EventHandler(this.btnAddUser_Click);
- //
- // dataGridViewUsers
- //
- this.dataGridViewUsers.AllowUserToAddRows = false;
- this.dataGridViewUsers.AllowUserToDeleteRows = false;
- this.dataGridViewUsers.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dataGridViewUsers.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.dataGridViewUsers.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dataGridViewUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridViewUsers.Location = new System.Drawing.Point(10, 45);
- this.dataGridViewUsers.Name = "dataGridViewUsers";
- this.dataGridViewUsers.ReadOnly = true;
- this.dataGridViewUsers.RowHeadersVisible = false;
- this.dataGridViewUsers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridViewUsers.Size = new System.Drawing.Size(990, 460);
- this.dataGridViewUsers.TabIndex = 0;
- this.dataGridViewUsers.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewUsers_CellContentClick_1);
- //
- // tabPageReports
- //
- this.tabPageReports.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.tabPageReports.Controls.Add(this.groupBoxFilters);
- this.tabPageReports.Controls.Add(this.groupBoxTopBooks);
- this.tabPageReports.Controls.Add(this.groupBoxChart);
- this.tabPageReports.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.tabPageReports.Location = new System.Drawing.Point(4, 24);
- this.tabPageReports.Name = "tabPageReports";
- this.tabPageReports.Padding = new System.Windows.Forms.Padding(3);
- this.tabPageReports.Size = new System.Drawing.Size(1012, 522);
- this.tabPageReports.TabIndex = 2;
- this.tabPageReports.Text = "Статистика";
- //
- // groupBoxFilters
- //
- this.groupBoxFilters.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.groupBoxFilters.Controls.Add(this.btnRefreshStats);
- this.groupBoxFilters.Controls.Add(this.labelEnd);
- this.groupBoxFilters.Controls.Add(this.labelStart);
- this.groupBoxFilters.Controls.Add(this.dateTimePickerEnd);
- this.groupBoxFilters.Controls.Add(this.dateTimePickerStart);
- this.groupBoxFilters.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
- this.groupBoxFilters.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.groupBoxFilters.Location = new System.Drawing.Point(10, 10);
- this.groupBoxFilters.Name = "groupBoxFilters";
- this.groupBoxFilters.Size = new System.Drawing.Size(990, 60);
- this.groupBoxFilters.TabIndex = 0;
- this.groupBoxFilters.TabStop = false;
- this.groupBoxFilters.Text = "Период";
- //
- // btnRefreshStats
- //
- this.btnRefreshStats.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
- this.btnRefreshStats.FlatAppearance.BorderSize = 0;
- this.btnRefreshStats.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnRefreshStats.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
- this.btnRefreshStats.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.btnRefreshStats.Location = new System.Drawing.Point(830, 18);
- this.btnRefreshStats.Name = "btnRefreshStats";
- this.btnRefreshStats.Size = new System.Drawing.Size(130, 28);
- this.btnRefreshStats.TabIndex = 4;
- this.btnRefreshStats.Text = "Обновить";
- this.btnRefreshStats.UseVisualStyleBackColor = false;
- this.btnRefreshStats.Click += new System.EventHandler(this.btnRefreshStats_Click);
- //
- // labelEnd
- //
- this.labelEnd.AutoSize = true;
- this.labelEnd.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.labelEnd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.labelEnd.Location = new System.Drawing.Point(460, 25);
- this.labelEnd.Name = "labelEnd";
- this.labelEnd.Size = new System.Drawing.Size(24, 15);
- this.labelEnd.TabIndex = 5;
- this.labelEnd.Text = "по:";
- //
- // labelStart
- //
- this.labelStart.AutoSize = true;
- this.labelStart.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.labelStart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.labelStart.Location = new System.Drawing.Point(30, 25);
- this.labelStart.Name = "labelStart";
- this.labelStart.Size = new System.Drawing.Size(16, 15);
- this.labelStart.TabIndex = 6;
- this.labelStart.Text = "с:";
- //
- // dateTimePickerEnd
- //
- this.dateTimePickerEnd.CalendarForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.dateTimePickerEnd.CalendarMonthBackground = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.dateTimePickerEnd.CalendarTitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.dateTimePickerEnd.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.dateTimePickerEnd.Location = new System.Drawing.Point(490, 20);
- this.dateTimePickerEnd.Name = "dateTimePickerEnd";
- this.dateTimePickerEnd.Size = new System.Drawing.Size(150, 23);
- this.dateTimePickerEnd.TabIndex = 2;
- //
- // dateTimePickerStart
- //
- this.dateTimePickerStart.CalendarForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.dateTimePickerStart.CalendarMonthBackground = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.dateTimePickerStart.CalendarTitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.dateTimePickerStart.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.dateTimePickerStart.Location = new System.Drawing.Point(60, 20);
- this.dateTimePickerStart.Name = "dateTimePickerStart";
- this.dateTimePickerStart.Size = new System.Drawing.Size(150, 23);
- this.dateTimePickerStart.TabIndex = 1;
- //
- // groupBoxTopBooks
- //
- this.groupBoxTopBooks.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.groupBoxTopBooks.Controls.Add(this.btnExportExcel);
- this.groupBoxTopBooks.Controls.Add(this.dataGridViewTopBooks);
- this.groupBoxTopBooks.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
- this.groupBoxTopBooks.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.groupBoxTopBooks.Location = new System.Drawing.Point(10, 80);
- this.groupBoxTopBooks.Name = "groupBoxTopBooks";
- this.groupBoxTopBooks.Size = new System.Drawing.Size(480, 430);
- this.groupBoxTopBooks.TabIndex = 1;
- this.groupBoxTopBooks.TabStop = false;
- this.groupBoxTopBooks.Text = "Топ-10 книг за период";
- //
- // btnExportExcel
- //
- this.btnExportExcel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
- this.btnExportExcel.FlatAppearance.BorderSize = 0;
- this.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnExportExcel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
- this.btnExportExcel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.btnExportExcel.Location = new System.Drawing.Point(330, 385);
- this.btnExportExcel.Name = "btnExportExcel";
- this.btnExportExcel.Size = new System.Drawing.Size(130, 30);
- this.btnExportExcel.TabIndex = 1;
- this.btnExportExcel.Text = "Экспорт в Excel";
- this.btnExportExcel.UseVisualStyleBackColor = false;
- this.btnExportExcel.Click += new System.EventHandler(this.btnExportExcel_Click);
- //
- // dataGridViewTopBooks
- //
- this.dataGridViewTopBooks.AllowUserToAddRows = false;
- this.dataGridViewTopBooks.AllowUserToDeleteRows = false;
- this.dataGridViewTopBooks.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dataGridViewTopBooks.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.dataGridViewTopBooks.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dataGridViewTopBooks.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridViewTopBooks.Location = new System.Drawing.Point(15, 25);
- this.dataGridViewTopBooks.Name = "dataGridViewTopBooks";
- this.dataGridViewTopBooks.ReadOnly = true;
- this.dataGridViewTopBooks.RowHeadersVisible = false;
- this.dataGridViewTopBooks.Size = new System.Drawing.Size(450, 345);
- this.dataGridViewTopBooks.TabIndex = 0;
- this.dataGridViewTopBooks.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewTopBooks_CellContentClick);
- //
- // groupBoxChart
- //
- this.groupBoxChart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
- this.groupBoxChart.Controls.Add(this.chartPopularBooks);
- this.groupBoxChart.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
- this.groupBoxChart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
- this.groupBoxChart.Location = new System.Drawing.Point(500, 80);
- this.groupBoxChart.Name = "groupBoxChart";
- this.groupBoxChart.Size = new System.Drawing.Size(500, 430);
- this.groupBoxChart.TabIndex = 2;
- this.groupBoxChart.TabStop = false;
- this.groupBoxChart.Text = "Динамика выдач";
- //
- // chartPopularBooks
- //
- this.chartPopularBooks.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
- this.chartPopularBooks.BorderlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
- chartArea1.Name = "ChartArea1";
- this.chartPopularBooks.ChartAreas.Add(chartArea1);
- legend1.Name = "Legend1";
- this.chartPopularBooks.Legends.Add(legend1);
- this.chartPopularBooks.Location = new System.Drawing.Point(15, 25);
- this.chartPopularBooks.Name = "chartPopularBooks";
- this.chartPopularBooks.Size = new System.Drawing.Size(470, 385);
- this.chartPopularBooks.TabIndex = 0;
- this.chartPopularBooks.Text = "chart1";
- this.chartPopularBooks.Click += new System.EventHandler(this.chartPopularBooks_Click);
- //
- // AdminMainForm
- //
- 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(1050, 670);
- this.Controls.Add(this.tabControl);
- 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 = "AdminMainForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Администрирование - Библиотечная система";
- this.Load += new System.EventHandler(this.AdminMainForm_Load);
- this.headerPanel.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).EndInit();
- this.tabControl.ResumeLayout(false);
- this.tabPageLogs.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewLogs)).EndInit();
- this.tabPageUsers.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewUsers)).EndInit();
- this.tabPageReports.ResumeLayout(false);
- this.groupBoxFilters.ResumeLayout(false);
- this.groupBoxFilters.PerformLayout();
- this.groupBoxTopBooks.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTopBooks)).EndInit();
- this.groupBoxChart.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.chartPopularBooks)).EndInit();
- this.ResumeLayout(false);
- }
- }
- }
|