ReportForm.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. namespace WindowsFormsApp4
  2. {
  3. partial class ReportForm
  4. {
  5. private System.ComponentModel.IContainer components = null;
  6. protected override void Dispose(bool disposing)
  7. {
  8. if (disposing && (components != null))
  9. {
  10. components.Dispose();
  11. }
  12. base.Dispose(disposing);
  13. }
  14. private void InitializeComponent()
  15. {
  16. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  17. System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  18. System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
  19. this.dgvReport = new System.Windows.Forms.DataGridView();
  20. this.btnStatistics = new System.Windows.Forms.Button();
  21. this.btnPerformance = new System.Windows.Forms.Button();
  22. this.btnExportExcel = new System.Windows.Forms.Button();
  23. this.btnChart = new System.Windows.Forms.Button();
  24. this.btnBack = new System.Windows.Forms.Button();
  25. this.lblTitle = new System.Windows.Forms.Label();
  26. this.panelHeader = new System.Windows.Forms.Panel();
  27. this.panelFilter = new System.Windows.Forms.Panel();
  28. this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
  29. this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.lblPeriod = new System.Windows.Forms.Label();
  33. this.chartReport = new System.Windows.Forms.DataVisualization.Charting.Chart();
  34. this.tabControl1 = new System.Windows.Forms.TabControl();
  35. this.tabPageTable = new System.Windows.Forms.TabPage();
  36. this.tabPageChart = new System.Windows.Forms.TabPage();
  37. ((System.ComponentModel.ISupportInitialize)(this.dgvReport)).BeginInit();
  38. this.panelHeader.SuspendLayout();
  39. this.panelFilter.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.chartReport)).BeginInit();
  41. this.tabControl1.SuspendLayout();
  42. this.tabPageTable.SuspendLayout();
  43. this.tabPageChart.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // dgvReport
  47. //
  48. this.dgvReport.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  49. this.dgvReport.BorderStyle = System.Windows.Forms.BorderStyle.None;
  50. this.dgvReport.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  51. this.dgvReport.Dock = System.Windows.Forms.DockStyle.Fill;
  52. this.dgvReport.Location = new System.Drawing.Point(2, 2);
  53. this.dgvReport.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  54. this.dgvReport.Name = "dgvReport";
  55. this.dgvReport.ReadOnly = true;
  56. this.dgvReport.RowHeadersVisible = false;
  57. this.dgvReport.RowTemplate.Height = 30;
  58. this.dgvReport.Size = new System.Drawing.Size(720, 279);
  59. this.dgvReport.TabIndex = 0;
  60. //
  61. // btnStatistics
  62. //
  63. this.btnStatistics.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
  64. this.btnStatistics.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  65. this.btnStatistics.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
  66. this.btnStatistics.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  67. this.btnStatistics.Location = new System.Drawing.Point(9, 422);
  68. this.btnStatistics.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  69. this.btnStatistics.Name = "btnStatistics";
  70. this.btnStatistics.Size = new System.Drawing.Size(135, 32);
  71. this.btnStatistics.TabIndex = 4;
  72. this.btnStatistics.Text = "Статистика";
  73. this.btnStatistics.UseVisualStyleBackColor = false;
  74. //
  75. // btnPerformance
  76. //
  77. this.btnPerformance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  78. this.btnPerformance.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  79. this.btnPerformance.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
  80. this.btnPerformance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  81. this.btnPerformance.Location = new System.Drawing.Point(150, 422);
  82. this.btnPerformance.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  83. this.btnPerformance.Name = "btnPerformance";
  84. this.btnPerformance.Size = new System.Drawing.Size(165, 32);
  85. this.btnPerformance.TabIndex = 3;
  86. this.btnPerformance.Text = "Эффективность за период";
  87. this.btnPerformance.UseVisualStyleBackColor = false;
  88. //
  89. // btnExportExcel
  90. //
  91. this.btnExportExcel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  92. this.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  93. this.btnExportExcel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
  94. this.btnExportExcel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  95. this.btnExportExcel.Location = new System.Drawing.Point(322, 422);
  96. this.btnExportExcel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  97. this.btnExportExcel.Name = "btnExportExcel";
  98. this.btnExportExcel.Size = new System.Drawing.Size(105, 32);
  99. this.btnExportExcel.TabIndex = 2;
  100. this.btnExportExcel.Text = "Экспорт";
  101. this.btnExportExcel.UseVisualStyleBackColor = false;
  102. //
  103. // btnChart
  104. //
  105. this.btnChart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  106. this.btnChart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  107. this.btnChart.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
  108. this.btnChart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  109. this.btnChart.Location = new System.Drawing.Point(435, 422);
  110. this.btnChart.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  111. this.btnChart.Name = "btnChart";
  112. this.btnChart.Size = new System.Drawing.Size(147, 32);
  113. this.btnChart.TabIndex = 1;
  114. this.btnChart.Text = "Показать график";
  115. this.btnChart.UseVisualStyleBackColor = false;
  116. //
  117. // btnBack
  118. //
  119. this.btnBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  120. this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  121. this.btnBack.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
  122. this.btnBack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  123. this.btnBack.Location = new System.Drawing.Point(636, 422);
  124. this.btnBack.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  125. this.btnBack.Name = "btnBack";
  126. this.btnBack.Size = new System.Drawing.Size(105, 32);
  127. this.btnBack.TabIndex = 0;
  128. this.btnBack.Text = "< Назад";
  129. this.btnBack.UseVisualStyleBackColor = false;
  130. //
  131. // lblTitle
  132. //
  133. this.lblTitle.AutoSize = true;
  134. this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
  135. this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  136. this.lblTitle.Location = new System.Drawing.Point(322, 12);
  137. this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  138. this.lblTitle.Name = "lblTitle";
  139. this.lblTitle.Size = new System.Drawing.Size(95, 26);
  140. this.lblTitle.TabIndex = 0;
  141. this.lblTitle.Text = "Отчёты";
  142. //
  143. // panelHeader
  144. //
  145. this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  146. this.panelHeader.Controls.Add(this.lblTitle);
  147. this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
  148. this.panelHeader.Location = new System.Drawing.Point(0, 0);
  149. this.panelHeader.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  150. this.panelHeader.Name = "panelHeader";
  151. this.panelHeader.Size = new System.Drawing.Size(750, 49);
  152. this.panelHeader.TabIndex = 0;
  153. //
  154. // panelFilter
  155. //
  156. this.panelFilter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  157. this.panelFilter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  158. this.panelFilter.Controls.Add(this.dtpEndDate);
  159. this.panelFilter.Controls.Add(this.dtpStartDate);
  160. this.panelFilter.Controls.Add(this.label2);
  161. this.panelFilter.Controls.Add(this.label1);
  162. this.panelFilter.Controls.Add(this.lblPeriod);
  163. this.panelFilter.Location = new System.Drawing.Point(9, 57);
  164. this.panelFilter.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  165. this.panelFilter.Name = "panelFilter";
  166. this.panelFilter.Size = new System.Drawing.Size(732, 41);
  167. this.panelFilter.TabIndex = 1;
  168. //
  169. // dtpEndDate
  170. //
  171. this.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  172. this.dtpEndDate.Location = new System.Drawing.Point(300, 10);
  173. this.dtpEndDate.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  174. this.dtpEndDate.Name = "dtpEndDate";
  175. this.dtpEndDate.Size = new System.Drawing.Size(91, 20);
  176. this.dtpEndDate.TabIndex = 0;
  177. this.dtpEndDate.Value = new System.DateTime(2026, 5, 31, 0, 0, 0, 0);
  178. //
  179. // dtpStartDate
  180. //
  181. this.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  182. this.dtpStartDate.Location = new System.Drawing.Point(169, 10);
  183. this.dtpStartDate.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  184. this.dtpStartDate.Name = "dtpStartDate";
  185. this.dtpStartDate.Size = new System.Drawing.Size(91, 20);
  186. this.dtpStartDate.TabIndex = 1;
  187. this.dtpStartDate.Value = new System.DateTime(2026, 5, 1, 0, 0, 0, 0);
  188. //
  189. // label2
  190. //
  191. this.label2.AutoSize = true;
  192. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  193. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  194. this.label2.Location = new System.Drawing.Point(270, 12);
  195. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  196. this.label2.Name = "label2";
  197. this.label2.Size = new System.Drawing.Size(30, 17);
  198. this.label2.TabIndex = 2;
  199. this.label2.Text = "По:";
  200. //
  201. // label1
  202. //
  203. this.label1.AutoSize = true;
  204. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  205. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  206. this.label1.Location = new System.Drawing.Point(142, 12);
  207. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  208. this.label1.Name = "label1";
  209. this.label1.Size = new System.Drawing.Size(21, 17);
  210. this.label1.TabIndex = 3;
  211. this.label1.Text = "С:";
  212. //
  213. // lblPeriod
  214. //
  215. this.lblPeriod.AutoSize = true;
  216. this.lblPeriod.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
  217. this.lblPeriod.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  218. this.lblPeriod.Location = new System.Drawing.Point(8, 12);
  219. this.lblPeriod.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  220. this.lblPeriod.Name = "lblPeriod";
  221. this.lblPeriod.Size = new System.Drawing.Size(158, 17);
  222. this.lblPeriod.TabIndex = 4;
  223. this.lblPeriod.Text = "Период для отчёта:";
  224. //
  225. // chartReport
  226. //
  227. chartArea2.Name = "ChartArea1";
  228. this.chartReport.ChartAreas.Add(chartArea2);
  229. this.chartReport.Dock = System.Windows.Forms.DockStyle.Fill;
  230. legend2.Name = "Legend1";
  231. this.chartReport.Legends.Add(legend2);
  232. this.chartReport.Location = new System.Drawing.Point(2, 2);
  233. this.chartReport.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  234. this.chartReport.Name = "chartReport";
  235. series2.ChartArea = "ChartArea1";
  236. series2.Legend = "Legend1";
  237. series2.Name = "Series1";
  238. this.chartReport.Series.Add(series2);
  239. this.chartReport.Size = new System.Drawing.Size(720, 279);
  240. this.chartReport.TabIndex = 0;
  241. this.chartReport.Text = "chartReport";
  242. //
  243. // tabControl1
  244. //
  245. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  246. | System.Windows.Forms.AnchorStyles.Left)
  247. | System.Windows.Forms.AnchorStyles.Right)));
  248. this.tabControl1.Controls.Add(this.tabPageTable);
  249. this.tabControl1.Controls.Add(this.tabPageChart);
  250. this.tabControl1.Location = new System.Drawing.Point(9, 106);
  251. this.tabControl1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  252. this.tabControl1.Name = "tabControl1";
  253. this.tabControl1.SelectedIndex = 0;
  254. this.tabControl1.Size = new System.Drawing.Size(732, 309);
  255. this.tabControl1.TabIndex = 2;
  256. //
  257. // tabPageTable
  258. //
  259. this.tabPageTable.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  260. this.tabPageTable.Controls.Add(this.dgvReport);
  261. this.tabPageTable.Location = new System.Drawing.Point(4, 22);
  262. this.tabPageTable.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  263. this.tabPageTable.Name = "tabPageTable";
  264. this.tabPageTable.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  265. this.tabPageTable.Size = new System.Drawing.Size(724, 283);
  266. this.tabPageTable.TabIndex = 0;
  267. this.tabPageTable.Text = "Таблица";
  268. //
  269. // tabPageChart
  270. //
  271. this.tabPageChart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  272. this.tabPageChart.Controls.Add(this.chartReport);
  273. this.tabPageChart.Location = new System.Drawing.Point(4, 22);
  274. this.tabPageChart.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  275. this.tabPageChart.Name = "tabPageChart";
  276. this.tabPageChart.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  277. this.tabPageChart.Size = new System.Drawing.Size(724, 283);
  278. this.tabPageChart.TabIndex = 1;
  279. this.tabPageChart.Text = "График";
  280. //
  281. // ReportForm
  282. //
  283. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  284. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  285. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  286. this.ClientSize = new System.Drawing.Size(750, 471);
  287. this.Controls.Add(this.btnBack);
  288. this.Controls.Add(this.btnChart);
  289. this.Controls.Add(this.btnExportExcel);
  290. this.Controls.Add(this.btnPerformance);
  291. this.Controls.Add(this.btnStatistics);
  292. this.Controls.Add(this.tabControl1);
  293. this.Controls.Add(this.panelFilter);
  294. this.Controls.Add(this.panelHeader);
  295. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  296. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  297. this.MaximizeBox = false;
  298. this.Name = "ReportForm";
  299. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  300. this.Text = "Отчёты - Обработка заявок";
  301. ((System.ComponentModel.ISupportInitialize)(this.dgvReport)).EndInit();
  302. this.panelHeader.ResumeLayout(false);
  303. this.panelHeader.PerformLayout();
  304. this.panelFilter.ResumeLayout(false);
  305. this.panelFilter.PerformLayout();
  306. ((System.ComponentModel.ISupportInitialize)(this.chartReport)).EndInit();
  307. this.tabControl1.ResumeLayout(false);
  308. this.tabPageTable.ResumeLayout(false);
  309. this.tabPageChart.ResumeLayout(false);
  310. this.ResumeLayout(false);
  311. }
  312. private System.Windows.Forms.DataGridView dgvReport;
  313. private System.Windows.Forms.Button btnStatistics;
  314. private System.Windows.Forms.Button btnPerformance;
  315. private System.Windows.Forms.Button btnExportExcel;
  316. private System.Windows.Forms.Button btnChart;
  317. private System.Windows.Forms.Button btnBack;
  318. private System.Windows.Forms.Label lblTitle;
  319. private System.Windows.Forms.Panel panelHeader;
  320. private System.Windows.Forms.Panel panelFilter;
  321. private System.Windows.Forms.DateTimePicker dtpEndDate;
  322. private System.Windows.Forms.DateTimePicker dtpStartDate;
  323. private System.Windows.Forms.Label label2;
  324. private System.Windows.Forms.Label label1;
  325. private System.Windows.Forms.Label lblPeriod;
  326. private System.Windows.Forms.TabControl tabControl1;
  327. private System.Windows.Forms.TabPage tabPageTable;
  328. private System.Windows.Forms.TabPage tabPageChart;
  329. private System.Windows.Forms.DataVisualization.Charting.Chart chartReport;
  330. }
  331. }