| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278 |
- using System.Drawing;
- using System.Windows.Forms;
- using Guna.UI2.WinForms;
- namespace ProviderApp
- {
- partial class AnalyticsForm
- {
- private System.ComponentModel.IContainer components = null;
- private Guna2Panel panel;
- private Guna2HtmlLabel lblTitle;
- private Guna2Button btnShow;
- private Guna2Button btnExport;
- private Guna2Button btnExportRevenue;
- private Guna2Button btnFinancialReport;
- private Guna2DataGridView dgvResult;
- private Guna2DateTimePicker dtpFrom;
- private Guna2DateTimePicker dtpTo;
- private Guna2HtmlLabel lblFrom;
- private Guna2HtmlLabel lblTo;
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null)) components.Dispose();
- base.Dispose(disposing);
- }
- private void InitializeComponent()
- {
- Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges13 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
- Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges14 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
- Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges1 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
- Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges2 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
- Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges3 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
- Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges4 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
- Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges5 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
- Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges6 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
- Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges7 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
- Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges8 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
- Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges9 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
- Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges10 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
- Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges11 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
- Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges12 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
- DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
- DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
- DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle();
- panel = new Guna2Panel();
- lblTitle = new Guna2HtmlLabel();
- lblFrom = new Guna2HtmlLabel();
- dtpFrom = new Guna2DateTimePicker();
- lblTo = new Guna2HtmlLabel();
- dtpTo = new Guna2DateTimePicker();
- btnShow = new Guna2Button();
- btnExport = new Guna2Button();
- btnExportRevenue = new Guna2Button();
- btnFinancialReport = new Guna2Button();
- dgvResult = new Guna2DataGridView();
- panel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)dgvResult).BeginInit();
- SuspendLayout();
- //
- // panel
- //
- panel.BackColor = Color.FromArgb(30, 30, 30);
- panel.Controls.Add(lblTitle);
- panel.Controls.Add(lblFrom);
- panel.Controls.Add(dtpFrom);
- panel.Controls.Add(lblTo);
- panel.Controls.Add(dtpTo);
- panel.Controls.Add(btnShow);
- panel.Controls.Add(btnExport);
- panel.Controls.Add(btnExportRevenue);
- panel.Controls.Add(btnFinancialReport);
- panel.Controls.Add(dgvResult);
- panel.CustomizableEdges = customizableEdges13;
- panel.Dock = DockStyle.Fill;
- panel.Location = new Point(0, 0);
- panel.Name = "panel";
- panel.Padding = new Padding(26, 28, 26, 28);
- panel.ShadowDecoration.CustomizableEdges = customizableEdges14;
- panel.Size = new Size(1006, 797);
- panel.TabIndex = 0;
- //
- // lblTitle
- //
- lblTitle.BackColor = Color.Transparent;
- lblTitle.Font = new Font("Segoe UI", 20F, FontStyle.Bold);
- lblTitle.ForeColor = Color.White;
- lblTitle.Location = new Point(26, 19);
- lblTitle.Name = "lblTitle";
- lblTitle.Size = new Size(268, 39);
- lblTitle.TabIndex = 0;
- lblTitle.Text = "Аналитика тарифов";
- //
- // lblFrom
- //
- lblFrom.BackColor = Color.Transparent;
- lblFrom.Font = new Font("Segoe UI", 10F);
- lblFrom.ForeColor = Color.White;
- lblFrom.Location = new Point(26, 84);
- lblFrom.Name = "lblFrom";
- lblFrom.Size = new Size(46, 19);
- lblFrom.TabIndex = 1;
- lblFrom.Text = "С даты:";
- //
- // dtpFrom
- //
- dtpFrom.BorderRadius = 6;
- dtpFrom.Checked = true;
- dtpFrom.CustomizableEdges = customizableEdges1;
- dtpFrom.FillColor = Color.FromArgb(45, 45, 45);
- dtpFrom.Font = new Font("Segoe UI", 10F);
- dtpFrom.ForeColor = Color.White;
- dtpFrom.Format = DateTimePickerFormat.Short;
- dtpFrom.Location = new Point(79, 80);
- dtpFrom.MaxDate = new DateTime(9998, 12, 31, 0, 0, 0, 0);
- dtpFrom.MinDate = new DateTime(1753, 1, 1, 0, 0, 0, 0);
- dtpFrom.Name = "dtpFrom";
- dtpFrom.ShadowDecoration.CustomizableEdges = customizableEdges2;
- dtpFrom.Size = new Size(133, 28);
- dtpFrom.TabIndex = 2;
- dtpFrom.Value = new DateTime(2026, 5, 26, 10, 29, 57, 538);
- //
- // lblTo
- //
- lblTo.BackColor = Color.Transparent;
- lblTo.Font = new Font("Segoe UI", 10F);
- lblTo.ForeColor = Color.White;
- lblTo.Location = new Point(230, 84);
- lblTo.Name = "lblTo";
- lblTo.Size = new Size(23, 19);
- lblTo.TabIndex = 3;
- lblTo.Text = "По:";
- //
- // dtpTo
- //
- dtpTo.BorderRadius = 6;
- dtpTo.Checked = true;
- dtpTo.CustomizableEdges = customizableEdges3;
- dtpTo.FillColor = Color.FromArgb(45, 45, 45);
- dtpTo.Font = new Font("Segoe UI", 10F);
- dtpTo.ForeColor = Color.White;
- dtpTo.Format = DateTimePickerFormat.Short;
- dtpTo.Location = new Point(272, 80);
- dtpTo.MaxDate = new DateTime(9998, 12, 31, 0, 0, 0, 0);
- dtpTo.MinDate = new DateTime(1753, 1, 1, 0, 0, 0, 0);
- dtpTo.Name = "dtpTo";
- dtpTo.ShadowDecoration.CustomizableEdges = customizableEdges4;
- dtpTo.Size = new Size(139, 28);
- dtpTo.TabIndex = 4;
- dtpTo.Value = new DateTime(2026, 5, 26, 10, 29, 57, 559);
- //
- // btnShow
- //
- btnShow.BorderRadius = 8;
- btnShow.CustomizableEdges = customizableEdges5;
- btnShow.FillColor = Color.Green;
- btnShow.Font = new Font("Segoe UI", 10F, FontStyle.Bold);
- btnShow.ForeColor = Color.White;
- btnShow.Location = new Point(431, 70);
- btnShow.Name = "btnShow";
- btnShow.ShadowDecoration.CustomizableEdges = customizableEdges6;
- btnShow.Size = new Size(145, 38);
- btnShow.TabIndex = 5;
- btnShow.Text = "Показать";
- //
- // btnExport
- //
- btnExport.BorderRadius = 8;
- btnExport.CustomizableEdges = customizableEdges7;
- btnExport.FillColor = Color.FromArgb(0, 120, 215);
- btnExport.Font = new Font("Segoe UI", 11F, FontStyle.Bold);
- btnExport.ForeColor = Color.White;
- btnExport.Location = new Point(30, 132);
- btnExport.Name = "btnExport";
- btnExport.ShadowDecoration.CustomizableEdges = customizableEdges8;
- btnExport.Size = new Size(241, 42);
- btnExport.TabIndex = 6;
- btnExport.Text = "📊 Экспорт аналитики";
- //
- // btnExportRevenue
- //
- btnExportRevenue.BorderRadius = 8;
- btnExportRevenue.CustomizableEdges = customizableEdges9;
- btnExportRevenue.FillColor = Color.FromArgb(0, 120, 215);
- btnExportRevenue.Font = new Font("Segoe UI", 11F, FontStyle.Bold);
- btnExportRevenue.ForeColor = Color.White;
- btnExportRevenue.Location = new Point(285, 132);
- btnExportRevenue.Name = "btnExportRevenue";
- btnExportRevenue.ShadowDecoration.CustomizableEdges = customizableEdges10;
- btnExportRevenue.Size = new Size(231, 42);
- btnExportRevenue.TabIndex = 7;
- btnExportRevenue.Text = "💰 Отчёт по выручке";
- //
- // btnFinancialReport
- //
- btnFinancialReport.BorderRadius = 8;
- btnFinancialReport.CustomizableEdges = customizableEdges11;
- btnFinancialReport.FillColor = Color.FromArgb(0, 120, 215);
- btnFinancialReport.Font = new Font("Segoe UI", 11F, FontStyle.Bold);
- btnFinancialReport.ForeColor = Color.White;
- btnFinancialReport.Location = new Point(531, 132);
- btnFinancialReport.Name = "btnFinancialReport";
- btnFinancialReport.ShadowDecoration.CustomizableEdges = customizableEdges12;
- btnFinancialReport.Size = new Size(216, 42);
- btnFinancialReport.TabIndex = 8;
- btnFinancialReport.Text = "💰 Финансовый отчёт";
-
- //
- // dgvResult
- //
- dgvResult.AllowUserToAddRows = false;
- dgvResult.AllowUserToDeleteRows = false;
- dataGridViewCellStyle1.BackColor = Color.White;
- dgvResult.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- dgvResult.BackgroundColor = Color.FromArgb(40, 40, 40);
- dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = Color.FromArgb(100, 88, 255);
- dataGridViewCellStyle2.Font = new Font("Segoe UI", 9F);
- dataGridViewCellStyle2.ForeColor = Color.White;
- dataGridViewCellStyle2.SelectionBackColor = SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = DataGridViewTriState.True;
- dgvResult.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- dgvResult.ColumnHeadersHeight = 50;
- dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = Color.White;
- dataGridViewCellStyle3.Font = new Font("Segoe UI", 9F);
- dataGridViewCellStyle3.ForeColor = Color.FromArgb(71, 69, 94);
- dataGridViewCellStyle3.SelectionBackColor = Color.FromArgb(231, 229, 255);
- dataGridViewCellStyle3.SelectionForeColor = Color.FromArgb(71, 69, 94);
- dataGridViewCellStyle3.WrapMode = DataGridViewTriState.False;
- dgvResult.DefaultCellStyle = dataGridViewCellStyle3;
- dgvResult.GridColor = Color.FromArgb(60, 60, 60);
- dgvResult.Location = new Point(26, 197);
- dgvResult.Name = "dgvResult";
- dgvResult.ReadOnly = true;
- dgvResult.RowHeadersVisible = false;
- dgvResult.RowTemplate.Height = 40;
- dgvResult.Size = new Size(954, 562);
- dgvResult.TabIndex = 9;
- dgvResult.ThemeStyle.AlternatingRowsStyle.BackColor = Color.White;
- dgvResult.ThemeStyle.AlternatingRowsStyle.Font = null;
- dgvResult.ThemeStyle.AlternatingRowsStyle.ForeColor = Color.Empty;
- dgvResult.ThemeStyle.AlternatingRowsStyle.SelectionBackColor = Color.Empty;
- dgvResult.ThemeStyle.AlternatingRowsStyle.SelectionForeColor = Color.Empty;
- dgvResult.ThemeStyle.BackColor = Color.FromArgb(40, 40, 40);
- dgvResult.ThemeStyle.GridColor = Color.FromArgb(60, 60, 60);
- dgvResult.ThemeStyle.HeaderStyle.BackColor = Color.FromArgb(100, 88, 255);
- dgvResult.ThemeStyle.HeaderStyle.BorderStyle = DataGridViewHeaderBorderStyle.None;
- dgvResult.ThemeStyle.HeaderStyle.Font = new Font("Segoe UI", 9F);
- dgvResult.ThemeStyle.HeaderStyle.ForeColor = Color.White;
- dgvResult.ThemeStyle.HeaderStyle.HeaightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- dgvResult.ThemeStyle.HeaderStyle.Height = 50;
- dgvResult.ThemeStyle.ReadOnly = true;
- dgvResult.ThemeStyle.RowsStyle.BackColor = Color.White;
- dgvResult.ThemeStyle.RowsStyle.BorderStyle = DataGridViewCellBorderStyle.SingleHorizontal;
- dgvResult.ThemeStyle.RowsStyle.Font = new Font("Segoe UI", 9F);
- dgvResult.ThemeStyle.RowsStyle.ForeColor = Color.FromArgb(71, 69, 94);
- dgvResult.ThemeStyle.RowsStyle.Height = 40;
- dgvResult.ThemeStyle.RowsStyle.SelectionBackColor = Color.FromArgb(231, 229, 255);
- dgvResult.ThemeStyle.RowsStyle.SelectionForeColor = Color.FromArgb(71, 69, 94);
- //
- // AnalyticsForm
- //
- AutoScaleDimensions = new SizeF(7F, 15F);
- AutoScaleMode = AutoScaleMode.Font;
- BackColor = Color.FromArgb(30, 30, 30);
- Controls.Add(panel);
- Name = "AnalyticsForm";
- Size = new Size(1006, 797);
- panel.ResumeLayout(false);
- panel.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)dgvResult).EndInit();
- ResumeLayout(false);
- }
- }
- }
|