2024-06-25 18:32:16 +04:00
|
|
|
|
namespace WinFormsApp
|
|
|
|
|
{
|
|
|
|
|
partial class FormStatistics
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2024-06-25 23:28:09 +04:00
|
|
|
|
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();
|
2024-06-25 18:32:16 +04:00
|
|
|
|
chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
|
|
|
dateTimePickerTo = new DateTimePicker();
|
|
|
|
|
dateTimePickerFrom = new DateTimePicker();
|
|
|
|
|
panel1 = new Panel();
|
2024-06-25 23:28:09 +04:00
|
|
|
|
comboBox1 = new ComboBox();
|
2024-06-25 19:23:43 +04:00
|
|
|
|
checkBoxPending = new CheckBox();
|
|
|
|
|
checkBoxArriving = new CheckBox();
|
|
|
|
|
checkBoxCompleted = new CheckBox();
|
|
|
|
|
label2 = new Label();
|
|
|
|
|
label1 = new Label();
|
2024-06-25 18:32:16 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)chart).BeginInit();
|
|
|
|
|
panel1.SuspendLayout();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// chart
|
|
|
|
|
//
|
2024-06-25 23:28:09 +04:00
|
|
|
|
chartArea2.Name = "ChartArea1";
|
|
|
|
|
chart.ChartAreas.Add(chartArea2);
|
2024-06-25 18:32:16 +04:00
|
|
|
|
chart.Dock = DockStyle.Bottom;
|
2024-06-25 23:28:09 +04:00
|
|
|
|
legend2.Name = "Legend1";
|
|
|
|
|
chart.Legends.Add(legend2);
|
|
|
|
|
chart.Location = new Point(0, 57);
|
2024-06-25 18:32:16 +04:00
|
|
|
|
chart.Name = "chart";
|
2024-06-25 23:28:09 +04:00
|
|
|
|
chart.Size = new Size(800, 393);
|
2024-06-25 18:32:16 +04:00
|
|
|
|
chart.TabIndex = 0;
|
|
|
|
|
chart.Text = "chart1";
|
|
|
|
|
chart.Click += chart_Click;
|
|
|
|
|
//
|
|
|
|
|
// dateTimePickerTo
|
|
|
|
|
//
|
2024-06-25 19:23:43 +04:00
|
|
|
|
dateTimePickerTo.Location = new Point(24, -1);
|
2024-06-25 18:32:16 +04:00
|
|
|
|
dateTimePickerTo.Name = "dateTimePickerTo";
|
|
|
|
|
dateTimePickerTo.Size = new Size(200, 23);
|
|
|
|
|
dateTimePickerTo.TabIndex = 1;
|
|
|
|
|
dateTimePickerTo.ValueChanged += dateTimePickerFrom_ValueChanged;
|
|
|
|
|
//
|
|
|
|
|
// dateTimePickerFrom
|
|
|
|
|
//
|
2024-06-25 19:23:43 +04:00
|
|
|
|
dateTimePickerFrom.Location = new Point(262, -1);
|
2024-06-25 18:32:16 +04:00
|
|
|
|
dateTimePickerFrom.Name = "dateTimePickerFrom";
|
|
|
|
|
dateTimePickerFrom.Size = new Size(200, 23);
|
|
|
|
|
dateTimePickerFrom.TabIndex = 2;
|
|
|
|
|
dateTimePickerFrom.ValueChanged += dateTimePickerTo_ValueChanged;
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
panel1.BorderStyle = BorderStyle.FixedSingle;
|
2024-06-25 23:28:09 +04:00
|
|
|
|
panel1.Controls.Add(comboBox1);
|
2024-06-25 19:23:43 +04:00
|
|
|
|
panel1.Controls.Add(checkBoxPending);
|
|
|
|
|
panel1.Controls.Add(checkBoxArriving);
|
|
|
|
|
panel1.Controls.Add(checkBoxCompleted);
|
|
|
|
|
panel1.Controls.Add(label2);
|
|
|
|
|
panel1.Controls.Add(label1);
|
2024-06-25 18:32:16 +04:00
|
|
|
|
panel1.Controls.Add(dateTimePickerFrom);
|
|
|
|
|
panel1.Controls.Add(dateTimePickerTo);
|
|
|
|
|
panel1.Dock = DockStyle.Top;
|
|
|
|
|
panel1.Location = new Point(0, 0);
|
|
|
|
|
panel1.Name = "panel1";
|
2024-06-25 23:28:09 +04:00
|
|
|
|
panel1.Size = new Size(800, 51);
|
2024-06-25 18:32:16 +04:00
|
|
|
|
panel1.TabIndex = 3;
|
|
|
|
|
//
|
2024-06-25 23:28:09 +04:00
|
|
|
|
// comboBox1
|
|
|
|
|
//
|
|
|
|
|
comboBox1.FormattingEnabled = true;
|
|
|
|
|
comboBox1.Items.AddRange(new object[] { "По поставкам", "По поставщикам" });
|
|
|
|
|
comboBox1.Location = new Point(542, -1);
|
|
|
|
|
comboBox1.Name = "comboBox1";
|
|
|
|
|
comboBox1.Size = new Size(121, 23);
|
|
|
|
|
comboBox1.TabIndex = 8;
|
|
|
|
|
comboBox1.SelectedIndexChanged += comboBox1_SelectedIndexChanged;
|
|
|
|
|
//
|
2024-06-25 19:23:43 +04:00
|
|
|
|
// checkBoxPending
|
|
|
|
|
//
|
|
|
|
|
checkBoxPending.AutoSize = true;
|
2024-06-25 23:28:09 +04:00
|
|
|
|
checkBoxPending.Location = new Point(3, 27);
|
2024-06-25 19:23:43 +04:00
|
|
|
|
checkBoxPending.Name = "checkBoxPending";
|
|
|
|
|
checkBoxPending.Size = new Size(92, 19);
|
|
|
|
|
checkBoxPending.TabIndex = 7;
|
|
|
|
|
checkBoxPending.Text = "В ожидании";
|
|
|
|
|
checkBoxPending.UseVisualStyleBackColor = true;
|
|
|
|
|
checkBoxPending.CheckedChanged += checkBoxPending_CheckedChanged;
|
|
|
|
|
//
|
|
|
|
|
// checkBoxArriving
|
|
|
|
|
//
|
|
|
|
|
checkBoxArriving.AutoSize = true;
|
2024-06-25 23:28:09 +04:00
|
|
|
|
checkBoxArriving.Location = new Point(101, 27);
|
2024-06-25 19:23:43 +04:00
|
|
|
|
checkBoxArriving.Name = "checkBoxArriving";
|
|
|
|
|
checkBoxArriving.Size = new Size(61, 19);
|
|
|
|
|
checkBoxArriving.TabIndex = 6;
|
|
|
|
|
checkBoxArriving.Text = "В пути";
|
|
|
|
|
checkBoxArriving.UseVisualStyleBackColor = true;
|
|
|
|
|
checkBoxArriving.CheckedChanged += checkBoxArriving_CheckedChanged;
|
|
|
|
|
//
|
|
|
|
|
// checkBoxCompleted
|
|
|
|
|
//
|
|
|
|
|
checkBoxCompleted.AutoSize = true;
|
2024-06-25 23:28:09 +04:00
|
|
|
|
checkBoxCompleted.Location = new Point(168, 27);
|
2024-06-25 19:23:43 +04:00
|
|
|
|
checkBoxCompleted.Name = "checkBoxCompleted";
|
|
|
|
|
checkBoxCompleted.Size = new Size(104, 19);
|
|
|
|
|
checkBoxCompleted.TabIndex = 5;
|
|
|
|
|
checkBoxCompleted.Text = "Завершенные";
|
|
|
|
|
checkBoxCompleted.UseVisualStyleBackColor = true;
|
|
|
|
|
checkBoxCompleted.CheckedChanged += checkBoxCompleted_CheckedChanged;
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
label2.AutoSize = true;
|
|
|
|
|
label2.Location = new Point(230, 5);
|
|
|
|
|
label2.Name = "label2";
|
|
|
|
|
label2.Size = new Size(26, 15);
|
|
|
|
|
label2.TabIndex = 4;
|
|
|
|
|
label2.Text = "По:";
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
label1.AutoSize = true;
|
|
|
|
|
label1.Location = new Point(3, 5);
|
|
|
|
|
label1.Name = "label1";
|
|
|
|
|
label1.Size = new Size(18, 15);
|
|
|
|
|
label1.TabIndex = 3;
|
|
|
|
|
label1.Text = "С:";
|
|
|
|
|
//
|
2024-06-25 18:32:16 +04:00
|
|
|
|
// FormStatistics
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
ClientSize = new Size(800, 450);
|
|
|
|
|
Controls.Add(panel1);
|
|
|
|
|
Controls.Add(chart);
|
|
|
|
|
Name = "FormStatistics";
|
2024-06-25 23:28:09 +04:00
|
|
|
|
Text = "Статистика по поставкам";
|
2024-06-25 18:32:16 +04:00
|
|
|
|
Load += FormStatistics_Load;
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)chart).EndInit();
|
|
|
|
|
panel1.ResumeLayout(false);
|
2024-06-25 19:23:43 +04:00
|
|
|
|
panel1.PerformLayout();
|
2024-06-25 18:32:16 +04:00
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart chart;
|
|
|
|
|
private DateTimePicker dateTimePickerTo;
|
|
|
|
|
private DateTimePicker dateTimePickerFrom;
|
|
|
|
|
private Panel panel1;
|
2024-06-25 19:23:43 +04:00
|
|
|
|
private Label label2;
|
|
|
|
|
private Label label1;
|
|
|
|
|
private CheckBox checkBoxPending;
|
|
|
|
|
private CheckBox checkBoxArriving;
|
|
|
|
|
private CheckBox checkBoxCompleted;
|
2024-06-25 23:28:09 +04:00
|
|
|
|
private ComboBox comboBox1;
|
2024-06-25 18:32:16 +04:00
|
|
|
|
}
|
|
|
|
|
}
|