AnalyticsForm.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. using System.Drawing;
  2. using System.Windows.Forms;
  3. using Guna.UI2.WinForms;
  4. namespace ProviderApp
  5. {
  6. partial class AnalyticsForm
  7. {
  8. private System.ComponentModel.IContainer components = null;
  9. private Guna2Panel panel;
  10. private Guna2HtmlLabel lblTitle;
  11. private Guna2Button btnShow;
  12. private Guna2Button btnExport;
  13. private Guna2Button btnExportRevenue;
  14. private Guna2Button btnFinancialReport;
  15. private Guna2DataGridView dgvResult;
  16. private Guna2DateTimePicker dtpFrom;
  17. private Guna2DateTimePicker dtpTo;
  18. private Guna2HtmlLabel lblFrom;
  19. private Guna2HtmlLabel lblTo;
  20. protected override void Dispose(bool disposing)
  21. {
  22. if (disposing && (components != null)) components.Dispose();
  23. base.Dispose(disposing);
  24. }
  25. private void InitializeComponent()
  26. {
  27. Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges13 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
  28. Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges14 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
  29. Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges1 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
  30. Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges2 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
  31. Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges3 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
  32. Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges4 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
  33. Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges5 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
  34. Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges6 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
  35. Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges7 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
  36. Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges8 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
  37. Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges9 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
  38. Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges10 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
  39. Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges11 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
  40. Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges12 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
  41. DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
  42. DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
  43. DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle();
  44. panel = new Guna2Panel();
  45. lblTitle = new Guna2HtmlLabel();
  46. lblFrom = new Guna2HtmlLabel();
  47. dtpFrom = new Guna2DateTimePicker();
  48. lblTo = new Guna2HtmlLabel();
  49. dtpTo = new Guna2DateTimePicker();
  50. btnShow = new Guna2Button();
  51. btnExport = new Guna2Button();
  52. btnExportRevenue = new Guna2Button();
  53. btnFinancialReport = new Guna2Button();
  54. dgvResult = new Guna2DataGridView();
  55. panel.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)dgvResult).BeginInit();
  57. SuspendLayout();
  58. //
  59. // panel
  60. //
  61. panel.BackColor = Color.FromArgb(30, 30, 30);
  62. panel.Controls.Add(lblTitle);
  63. panel.Controls.Add(lblFrom);
  64. panel.Controls.Add(dtpFrom);
  65. panel.Controls.Add(lblTo);
  66. panel.Controls.Add(dtpTo);
  67. panel.Controls.Add(btnShow);
  68. panel.Controls.Add(btnExport);
  69. panel.Controls.Add(btnExportRevenue);
  70. panel.Controls.Add(btnFinancialReport);
  71. panel.Controls.Add(dgvResult);
  72. panel.CustomizableEdges = customizableEdges13;
  73. panel.Dock = DockStyle.Fill;
  74. panel.Location = new Point(0, 0);
  75. panel.Name = "panel";
  76. panel.Padding = new Padding(26, 28, 26, 28);
  77. panel.ShadowDecoration.CustomizableEdges = customizableEdges14;
  78. panel.Size = new Size(1006, 797);
  79. panel.TabIndex = 0;
  80. //
  81. // lblTitle
  82. //
  83. lblTitle.BackColor = Color.Transparent;
  84. lblTitle.Font = new Font("Segoe UI", 20F, FontStyle.Bold);
  85. lblTitle.ForeColor = Color.White;
  86. lblTitle.Location = new Point(26, 19);
  87. lblTitle.Name = "lblTitle";
  88. lblTitle.Size = new Size(268, 39);
  89. lblTitle.TabIndex = 0;
  90. lblTitle.Text = "Аналитика тарифов";
  91. //
  92. // lblFrom
  93. //
  94. lblFrom.BackColor = Color.Transparent;
  95. lblFrom.Font = new Font("Segoe UI", 10F);
  96. lblFrom.ForeColor = Color.White;
  97. lblFrom.Location = new Point(26, 84);
  98. lblFrom.Name = "lblFrom";
  99. lblFrom.Size = new Size(46, 19);
  100. lblFrom.TabIndex = 1;
  101. lblFrom.Text = "С даты:";
  102. //
  103. // dtpFrom
  104. //
  105. dtpFrom.BorderRadius = 6;
  106. dtpFrom.Checked = true;
  107. dtpFrom.CustomizableEdges = customizableEdges1;
  108. dtpFrom.FillColor = Color.FromArgb(45, 45, 45);
  109. dtpFrom.Font = new Font("Segoe UI", 10F);
  110. dtpFrom.ForeColor = Color.White;
  111. dtpFrom.Format = DateTimePickerFormat.Short;
  112. dtpFrom.Location = new Point(79, 80);
  113. dtpFrom.MaxDate = new DateTime(9998, 12, 31, 0, 0, 0, 0);
  114. dtpFrom.MinDate = new DateTime(1753, 1, 1, 0, 0, 0, 0);
  115. dtpFrom.Name = "dtpFrom";
  116. dtpFrom.ShadowDecoration.CustomizableEdges = customizableEdges2;
  117. dtpFrom.Size = new Size(133, 28);
  118. dtpFrom.TabIndex = 2;
  119. dtpFrom.Value = new DateTime(2026, 5, 26, 10, 29, 57, 538);
  120. //
  121. // lblTo
  122. //
  123. lblTo.BackColor = Color.Transparent;
  124. lblTo.Font = new Font("Segoe UI", 10F);
  125. lblTo.ForeColor = Color.White;
  126. lblTo.Location = new Point(230, 84);
  127. lblTo.Name = "lblTo";
  128. lblTo.Size = new Size(23, 19);
  129. lblTo.TabIndex = 3;
  130. lblTo.Text = "По:";
  131. //
  132. // dtpTo
  133. //
  134. dtpTo.BorderRadius = 6;
  135. dtpTo.Checked = true;
  136. dtpTo.CustomizableEdges = customizableEdges3;
  137. dtpTo.FillColor = Color.FromArgb(45, 45, 45);
  138. dtpTo.Font = new Font("Segoe UI", 10F);
  139. dtpTo.ForeColor = Color.White;
  140. dtpTo.Format = DateTimePickerFormat.Short;
  141. dtpTo.Location = new Point(272, 80);
  142. dtpTo.MaxDate = new DateTime(9998, 12, 31, 0, 0, 0, 0);
  143. dtpTo.MinDate = new DateTime(1753, 1, 1, 0, 0, 0, 0);
  144. dtpTo.Name = "dtpTo";
  145. dtpTo.ShadowDecoration.CustomizableEdges = customizableEdges4;
  146. dtpTo.Size = new Size(139, 28);
  147. dtpTo.TabIndex = 4;
  148. dtpTo.Value = new DateTime(2026, 5, 26, 10, 29, 57, 559);
  149. //
  150. // btnShow
  151. //
  152. btnShow.BorderRadius = 8;
  153. btnShow.CustomizableEdges = customizableEdges5;
  154. btnShow.FillColor = Color.Green;
  155. btnShow.Font = new Font("Segoe UI", 10F, FontStyle.Bold);
  156. btnShow.ForeColor = Color.White;
  157. btnShow.Location = new Point(431, 70);
  158. btnShow.Name = "btnShow";
  159. btnShow.ShadowDecoration.CustomizableEdges = customizableEdges6;
  160. btnShow.Size = new Size(145, 38);
  161. btnShow.TabIndex = 5;
  162. btnShow.Text = "Показать";
  163. //
  164. // btnExport
  165. //
  166. btnExport.BorderRadius = 8;
  167. btnExport.CustomizableEdges = customizableEdges7;
  168. btnExport.FillColor = Color.FromArgb(0, 120, 215);
  169. btnExport.Font = new Font("Segoe UI", 11F, FontStyle.Bold);
  170. btnExport.ForeColor = Color.White;
  171. btnExport.Location = new Point(30, 132);
  172. btnExport.Name = "btnExport";
  173. btnExport.ShadowDecoration.CustomizableEdges = customizableEdges8;
  174. btnExport.Size = new Size(241, 42);
  175. btnExport.TabIndex = 6;
  176. btnExport.Text = "📊 Экспорт аналитики";
  177. //
  178. // btnExportRevenue
  179. //
  180. btnExportRevenue.BorderRadius = 8;
  181. btnExportRevenue.CustomizableEdges = customizableEdges9;
  182. btnExportRevenue.FillColor = Color.FromArgb(0, 120, 215);
  183. btnExportRevenue.Font = new Font("Segoe UI", 11F, FontStyle.Bold);
  184. btnExportRevenue.ForeColor = Color.White;
  185. btnExportRevenue.Location = new Point(285, 132);
  186. btnExportRevenue.Name = "btnExportRevenue";
  187. btnExportRevenue.ShadowDecoration.CustomizableEdges = customizableEdges10;
  188. btnExportRevenue.Size = new Size(231, 42);
  189. btnExportRevenue.TabIndex = 7;
  190. btnExportRevenue.Text = "💰 Отчёт по выручке";
  191. //
  192. // btnFinancialReport
  193. //
  194. btnFinancialReport.BorderRadius = 8;
  195. btnFinancialReport.CustomizableEdges = customizableEdges11;
  196. btnFinancialReport.FillColor = Color.FromArgb(0, 120, 215);
  197. btnFinancialReport.Font = new Font("Segoe UI", 11F, FontStyle.Bold);
  198. btnFinancialReport.ForeColor = Color.White;
  199. btnFinancialReport.Location = new Point(531, 132);
  200. btnFinancialReport.Name = "btnFinancialReport";
  201. btnFinancialReport.ShadowDecoration.CustomizableEdges = customizableEdges12;
  202. btnFinancialReport.Size = new Size(216, 42);
  203. btnFinancialReport.TabIndex = 8;
  204. btnFinancialReport.Text = "💰 Финансовый отчёт";
  205. //
  206. // dgvResult
  207. //
  208. dgvResult.AllowUserToAddRows = false;
  209. dgvResult.AllowUserToDeleteRows = false;
  210. dataGridViewCellStyle1.BackColor = Color.White;
  211. dgvResult.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  212. dgvResult.BackgroundColor = Color.FromArgb(40, 40, 40);
  213. dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleLeft;
  214. dataGridViewCellStyle2.BackColor = Color.FromArgb(100, 88, 255);
  215. dataGridViewCellStyle2.Font = new Font("Segoe UI", 9F);
  216. dataGridViewCellStyle2.ForeColor = Color.White;
  217. dataGridViewCellStyle2.SelectionBackColor = SystemColors.Highlight;
  218. dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText;
  219. dataGridViewCellStyle2.WrapMode = DataGridViewTriState.True;
  220. dgvResult.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  221. dgvResult.ColumnHeadersHeight = 50;
  222. dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft;
  223. dataGridViewCellStyle3.BackColor = Color.White;
  224. dataGridViewCellStyle3.Font = new Font("Segoe UI", 9F);
  225. dataGridViewCellStyle3.ForeColor = Color.FromArgb(71, 69, 94);
  226. dataGridViewCellStyle3.SelectionBackColor = Color.FromArgb(231, 229, 255);
  227. dataGridViewCellStyle3.SelectionForeColor = Color.FromArgb(71, 69, 94);
  228. dataGridViewCellStyle3.WrapMode = DataGridViewTriState.False;
  229. dgvResult.DefaultCellStyle = dataGridViewCellStyle3;
  230. dgvResult.GridColor = Color.FromArgb(60, 60, 60);
  231. dgvResult.Location = new Point(26, 197);
  232. dgvResult.Name = "dgvResult";
  233. dgvResult.ReadOnly = true;
  234. dgvResult.RowHeadersVisible = false;
  235. dgvResult.RowTemplate.Height = 40;
  236. dgvResult.Size = new Size(954, 562);
  237. dgvResult.TabIndex = 9;
  238. dgvResult.ThemeStyle.AlternatingRowsStyle.BackColor = Color.White;
  239. dgvResult.ThemeStyle.AlternatingRowsStyle.Font = null;
  240. dgvResult.ThemeStyle.AlternatingRowsStyle.ForeColor = Color.Empty;
  241. dgvResult.ThemeStyle.AlternatingRowsStyle.SelectionBackColor = Color.Empty;
  242. dgvResult.ThemeStyle.AlternatingRowsStyle.SelectionForeColor = Color.Empty;
  243. dgvResult.ThemeStyle.BackColor = Color.FromArgb(40, 40, 40);
  244. dgvResult.ThemeStyle.GridColor = Color.FromArgb(60, 60, 60);
  245. dgvResult.ThemeStyle.HeaderStyle.BackColor = Color.FromArgb(100, 88, 255);
  246. dgvResult.ThemeStyle.HeaderStyle.BorderStyle = DataGridViewHeaderBorderStyle.None;
  247. dgvResult.ThemeStyle.HeaderStyle.Font = new Font("Segoe UI", 9F);
  248. dgvResult.ThemeStyle.HeaderStyle.ForeColor = Color.White;
  249. dgvResult.ThemeStyle.HeaderStyle.HeaightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  250. dgvResult.ThemeStyle.HeaderStyle.Height = 50;
  251. dgvResult.ThemeStyle.ReadOnly = true;
  252. dgvResult.ThemeStyle.RowsStyle.BackColor = Color.White;
  253. dgvResult.ThemeStyle.RowsStyle.BorderStyle = DataGridViewCellBorderStyle.SingleHorizontal;
  254. dgvResult.ThemeStyle.RowsStyle.Font = new Font("Segoe UI", 9F);
  255. dgvResult.ThemeStyle.RowsStyle.ForeColor = Color.FromArgb(71, 69, 94);
  256. dgvResult.ThemeStyle.RowsStyle.Height = 40;
  257. dgvResult.ThemeStyle.RowsStyle.SelectionBackColor = Color.FromArgb(231, 229, 255);
  258. dgvResult.ThemeStyle.RowsStyle.SelectionForeColor = Color.FromArgb(71, 69, 94);
  259. //
  260. // AnalyticsForm
  261. //
  262. AutoScaleDimensions = new SizeF(7F, 15F);
  263. AutoScaleMode = AutoScaleMode.Font;
  264. BackColor = Color.FromArgb(30, 30, 30);
  265. Controls.Add(panel);
  266. Name = "AnalyticsForm";
  267. Size = new Size(1006, 797);
  268. panel.ResumeLayout(false);
  269. panel.PerformLayout();
  270. ((System.ComponentModel.ISupportInitialize)dgvResult).EndInit();
  271. ResumeLayout(false);
  272. }
  273. }
  274. }