| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335 |
- namespace WindowsFormsApp4
- {
- partial class ReportForm
- {
- 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.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
- System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
- System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
- this.dgvReport = new System.Windows.Forms.DataGridView();
- this.btnStatistics = new System.Windows.Forms.Button();
- this.btnPerformance = new System.Windows.Forms.Button();
- this.btnExportExcel = new System.Windows.Forms.Button();
- this.btnChart = new System.Windows.Forms.Button();
- this.btnBack = new System.Windows.Forms.Button();
- this.lblTitle = new System.Windows.Forms.Label();
- this.panelHeader = new System.Windows.Forms.Panel();
- this.panelFilter = new System.Windows.Forms.Panel();
- this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
- this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.lblPeriod = new System.Windows.Forms.Label();
- this.chartReport = new System.Windows.Forms.DataVisualization.Charting.Chart();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPageTable = new System.Windows.Forms.TabPage();
- this.tabPageChart = new System.Windows.Forms.TabPage();
- ((System.ComponentModel.ISupportInitialize)(this.dgvReport)).BeginInit();
- this.panelHeader.SuspendLayout();
- this.panelFilter.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.chartReport)).BeginInit();
- this.tabControl1.SuspendLayout();
- this.tabPageTable.SuspendLayout();
- this.tabPageChart.SuspendLayout();
- this.SuspendLayout();
- //
- // dgvReport
- //
- this.dgvReport.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.dgvReport.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.dgvReport.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvReport.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvReport.Location = new System.Drawing.Point(2, 2);
- this.dgvReport.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.dgvReport.Name = "dgvReport";
- this.dgvReport.ReadOnly = true;
- this.dgvReport.RowHeadersVisible = false;
- this.dgvReport.RowTemplate.Height = 30;
- this.dgvReport.Size = new System.Drawing.Size(720, 279);
- this.dgvReport.TabIndex = 0;
- //
- // btnStatistics
- //
- this.btnStatistics.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
- this.btnStatistics.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnStatistics.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
- this.btnStatistics.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnStatistics.Location = new System.Drawing.Point(9, 422);
- this.btnStatistics.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.btnStatistics.Name = "btnStatistics";
- this.btnStatistics.Size = new System.Drawing.Size(135, 32);
- this.btnStatistics.TabIndex = 4;
- this.btnStatistics.Text = "Статистика";
- this.btnStatistics.UseVisualStyleBackColor = false;
- //
- // btnPerformance
- //
- this.btnPerformance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.btnPerformance.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnPerformance.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
- this.btnPerformance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnPerformance.Location = new System.Drawing.Point(150, 422);
- this.btnPerformance.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.btnPerformance.Name = "btnPerformance";
- this.btnPerformance.Size = new System.Drawing.Size(165, 32);
- this.btnPerformance.TabIndex = 3;
- this.btnPerformance.Text = "Эффективность за период";
- this.btnPerformance.UseVisualStyleBackColor = false;
- //
- // btnExportExcel
- //
- this.btnExportExcel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnExportExcel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
- this.btnExportExcel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.btnExportExcel.Location = new System.Drawing.Point(322, 422);
- this.btnExportExcel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.btnExportExcel.Name = "btnExportExcel";
- this.btnExportExcel.Size = new System.Drawing.Size(105, 32);
- this.btnExportExcel.TabIndex = 2;
- this.btnExportExcel.Text = "Экспорт";
- this.btnExportExcel.UseVisualStyleBackColor = false;
- //
- // btnChart
- //
- this.btnChart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.btnChart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnChart.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
- this.btnChart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnChart.Location = new System.Drawing.Point(435, 422);
- this.btnChart.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.btnChart.Name = "btnChart";
- this.btnChart.Size = new System.Drawing.Size(147, 32);
- this.btnChart.TabIndex = 1;
- this.btnChart.Text = "Показать график";
- this.btnChart.UseVisualStyleBackColor = false;
- //
- // btnBack
- //
- this.btnBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnBack.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
- this.btnBack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.btnBack.Location = new System.Drawing.Point(636, 422);
- this.btnBack.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.btnBack.Name = "btnBack";
- this.btnBack.Size = new System.Drawing.Size(105, 32);
- this.btnBack.TabIndex = 0;
- this.btnBack.Text = "< Назад";
- this.btnBack.UseVisualStyleBackColor = false;
- //
- // lblTitle
- //
- this.lblTitle.AutoSize = true;
- this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
- this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblTitle.Location = new System.Drawing.Point(322, 12);
- this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblTitle.Name = "lblTitle";
- this.lblTitle.Size = new System.Drawing.Size(95, 26);
- this.lblTitle.TabIndex = 0;
- this.lblTitle.Text = "Отчёты";
- //
- // panelHeader
- //
- this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.panelHeader.Controls.Add(this.lblTitle);
- this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelHeader.Location = new System.Drawing.Point(0, 0);
- this.panelHeader.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.panelHeader.Name = "panelHeader";
- this.panelHeader.Size = new System.Drawing.Size(750, 49);
- this.panelHeader.TabIndex = 0;
- //
- // panelFilter
- //
- this.panelFilter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.panelFilter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panelFilter.Controls.Add(this.dtpEndDate);
- this.panelFilter.Controls.Add(this.dtpStartDate);
- this.panelFilter.Controls.Add(this.label2);
- this.panelFilter.Controls.Add(this.label1);
- this.panelFilter.Controls.Add(this.lblPeriod);
- this.panelFilter.Location = new System.Drawing.Point(9, 57);
- this.panelFilter.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.panelFilter.Name = "panelFilter";
- this.panelFilter.Size = new System.Drawing.Size(732, 41);
- this.panelFilter.TabIndex = 1;
- //
- // dtpEndDate
- //
- this.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
- this.dtpEndDate.Location = new System.Drawing.Point(300, 10);
- this.dtpEndDate.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.dtpEndDate.Name = "dtpEndDate";
- this.dtpEndDate.Size = new System.Drawing.Size(91, 20);
- this.dtpEndDate.TabIndex = 0;
- this.dtpEndDate.Value = new System.DateTime(2026, 5, 31, 0, 0, 0, 0);
- //
- // dtpStartDate
- //
- this.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
- this.dtpStartDate.Location = new System.Drawing.Point(169, 10);
- this.dtpStartDate.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.dtpStartDate.Name = "dtpStartDate";
- this.dtpStartDate.Size = new System.Drawing.Size(91, 20);
- this.dtpStartDate.TabIndex = 1;
- this.dtpStartDate.Value = new System.DateTime(2026, 5, 1, 0, 0, 0, 0);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.label2.Location = new System.Drawing.Point(270, 12);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(30, 17);
- this.label2.TabIndex = 2;
- this.label2.Text = "По:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.label1.Location = new System.Drawing.Point(142, 12);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(21, 17);
- this.label1.TabIndex = 3;
- this.label1.Text = "С:";
- //
- // lblPeriod
- //
- this.lblPeriod.AutoSize = true;
- this.lblPeriod.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
- this.lblPeriod.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblPeriod.Location = new System.Drawing.Point(8, 12);
- this.lblPeriod.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblPeriod.Name = "lblPeriod";
- this.lblPeriod.Size = new System.Drawing.Size(158, 17);
- this.lblPeriod.TabIndex = 4;
- this.lblPeriod.Text = "Период для отчёта:";
- //
- // chartReport
- //
- chartArea2.Name = "ChartArea1";
- this.chartReport.ChartAreas.Add(chartArea2);
- this.chartReport.Dock = System.Windows.Forms.DockStyle.Fill;
- legend2.Name = "Legend1";
- this.chartReport.Legends.Add(legend2);
- this.chartReport.Location = new System.Drawing.Point(2, 2);
- this.chartReport.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.chartReport.Name = "chartReport";
- series2.ChartArea = "ChartArea1";
- series2.Legend = "Legend1";
- series2.Name = "Series1";
- this.chartReport.Series.Add(series2);
- this.chartReport.Size = new System.Drawing.Size(720, 279);
- this.chartReport.TabIndex = 0;
- this.chartReport.Text = "chartReport";
- //
- // tabControl1
- //
- this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.tabControl1.Controls.Add(this.tabPageTable);
- this.tabControl1.Controls.Add(this.tabPageChart);
- this.tabControl1.Location = new System.Drawing.Point(9, 106);
- this.tabControl1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(732, 309);
- this.tabControl1.TabIndex = 2;
- //
- // tabPageTable
- //
- this.tabPageTable.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.tabPageTable.Controls.Add(this.dgvReport);
- this.tabPageTable.Location = new System.Drawing.Point(4, 22);
- this.tabPageTable.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.tabPageTable.Name = "tabPageTable";
- this.tabPageTable.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.tabPageTable.Size = new System.Drawing.Size(724, 283);
- this.tabPageTable.TabIndex = 0;
- this.tabPageTable.Text = "Таблица";
- //
- // tabPageChart
- //
- this.tabPageChart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.tabPageChart.Controls.Add(this.chartReport);
- this.tabPageChart.Location = new System.Drawing.Point(4, 22);
- this.tabPageChart.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.tabPageChart.Name = "tabPageChart";
- this.tabPageChart.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.tabPageChart.Size = new System.Drawing.Size(724, 283);
- this.tabPageChart.TabIndex = 1;
- this.tabPageChart.Text = "График";
- //
- // ReportForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.ClientSize = new System.Drawing.Size(750, 471);
- this.Controls.Add(this.btnBack);
- this.Controls.Add(this.btnChart);
- this.Controls.Add(this.btnExportExcel);
- this.Controls.Add(this.btnPerformance);
- this.Controls.Add(this.btnStatistics);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.panelFilter);
- this.Controls.Add(this.panelHeader);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.MaximizeBox = false;
- this.Name = "ReportForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Отчёты - Обработка заявок";
- ((System.ComponentModel.ISupportInitialize)(this.dgvReport)).EndInit();
- this.panelHeader.ResumeLayout(false);
- this.panelHeader.PerformLayout();
- this.panelFilter.ResumeLayout(false);
- this.panelFilter.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.chartReport)).EndInit();
- this.tabControl1.ResumeLayout(false);
- this.tabPageTable.ResumeLayout(false);
- this.tabPageChart.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- private System.Windows.Forms.DataGridView dgvReport;
- private System.Windows.Forms.Button btnStatistics;
- private System.Windows.Forms.Button btnPerformance;
- private System.Windows.Forms.Button btnExportExcel;
- private System.Windows.Forms.Button btnChart;
- private System.Windows.Forms.Button btnBack;
- private System.Windows.Forms.Label lblTitle;
- private System.Windows.Forms.Panel panelHeader;
- private System.Windows.Forms.Panel panelFilter;
- private System.Windows.Forms.DateTimePicker dtpEndDate;
- private System.Windows.Forms.DateTimePicker dtpStartDate;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label lblPeriod;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPageTable;
- private System.Windows.Forms.TabPage tabPageChart;
- private System.Windows.Forms.DataVisualization.Charting.Chart chartReport;
- }
- }
|