2024-04-08 14:11:47 +04:00
|
|
|
|
namespace FurnitureAssemblyView
|
|
|
|
|
{
|
|
|
|
|
partial class FormReportOrders
|
|
|
|
|
{
|
|
|
|
|
/// <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-05-10 22:00:13 +04:00
|
|
|
|
this.panel = new System.Windows.Forms.Panel();
|
|
|
|
|
this.buttonToPdf = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonMake = new System.Windows.Forms.Button();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.dateTimePickerTo = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
this.dateTimePickerFrom = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
this.panel.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
2024-04-08 14:11:47 +04:00
|
|
|
|
//
|
|
|
|
|
// panel
|
|
|
|
|
//
|
2024-05-10 22:00:13 +04:00
|
|
|
|
this.panel.Controls.Add(this.buttonToPdf);
|
|
|
|
|
this.panel.Controls.Add(this.buttonMake);
|
|
|
|
|
this.panel.Controls.Add(this.label2);
|
|
|
|
|
this.panel.Controls.Add(this.label1);
|
|
|
|
|
this.panel.Controls.Add(this.dateTimePickerTo);
|
|
|
|
|
this.panel.Controls.Add(this.dateTimePickerFrom);
|
|
|
|
|
this.panel.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.panel.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.panel.Name = "panel";
|
|
|
|
|
this.panel.Size = new System.Drawing.Size(1112, 51);
|
|
|
|
|
this.panel.TabIndex = 0;
|
2024-04-08 14:11:47 +04:00
|
|
|
|
//
|
|
|
|
|
// buttonToPdf
|
|
|
|
|
//
|
2024-05-10 22:00:13 +04:00
|
|
|
|
this.buttonToPdf.Location = new System.Drawing.Point(894, 10);
|
|
|
|
|
this.buttonToPdf.Name = "buttonToPdf";
|
|
|
|
|
this.buttonToPdf.Size = new System.Drawing.Size(157, 29);
|
|
|
|
|
this.buttonToPdf.TabIndex = 5;
|
|
|
|
|
this.buttonToPdf.Text = "В Pdf";
|
|
|
|
|
this.buttonToPdf.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonToPdf.Click += new System.EventHandler(this.ButtonToPdf_Click);
|
2024-04-08 14:11:47 +04:00
|
|
|
|
//
|
|
|
|
|
// buttonMake
|
|
|
|
|
//
|
2024-05-10 22:00:13 +04:00
|
|
|
|
this.buttonMake.Location = new System.Drawing.Point(612, 10);
|
|
|
|
|
this.buttonMake.Name = "buttonMake";
|
|
|
|
|
this.buttonMake.Size = new System.Drawing.Size(157, 29);
|
|
|
|
|
this.buttonMake.TabIndex = 4;
|
|
|
|
|
this.buttonMake.Text = "Сформировать";
|
|
|
|
|
this.buttonMake.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonMake.Click += new System.EventHandler(this.ButtonMake_Click);
|
2024-04-08 14:11:47 +04:00
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
2024-05-10 22:00:13 +04:00
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(263, 17);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(27, 20);
|
|
|
|
|
this.label2.TabIndex = 3;
|
|
|
|
|
this.label2.Text = "по";
|
2024-04-08 14:11:47 +04:00
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
2024-05-10 22:00:13 +04:00
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(25, 17);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(18, 20);
|
|
|
|
|
this.label1.TabIndex = 2;
|
|
|
|
|
this.label1.Text = "С";
|
2024-04-08 14:11:47 +04:00
|
|
|
|
//
|
|
|
|
|
// dateTimePickerTo
|
|
|
|
|
//
|
2024-05-10 22:00:13 +04:00
|
|
|
|
this.dateTimePickerTo.Location = new System.Drawing.Point(313, 12);
|
|
|
|
|
this.dateTimePickerTo.Name = "dateTimePickerTo";
|
|
|
|
|
this.dateTimePickerTo.Size = new System.Drawing.Size(169, 27);
|
|
|
|
|
this.dateTimePickerTo.TabIndex = 1;
|
2024-04-08 14:11:47 +04:00
|
|
|
|
//
|
|
|
|
|
// dateTimePickerFrom
|
|
|
|
|
//
|
2024-05-10 22:00:13 +04:00
|
|
|
|
this.dateTimePickerFrom.Location = new System.Drawing.Point(65, 12);
|
|
|
|
|
this.dateTimePickerFrom.Name = "dateTimePickerFrom";
|
|
|
|
|
this.dateTimePickerFrom.Size = new System.Drawing.Size(176, 27);
|
|
|
|
|
this.dateTimePickerFrom.TabIndex = 0;
|
2024-04-08 14:11:47 +04:00
|
|
|
|
//
|
|
|
|
|
// FormReportOrders
|
|
|
|
|
//
|
2024-05-10 22:00:13 +04:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1112, 450);
|
|
|
|
|
this.Controls.Add(this.panel);
|
|
|
|
|
this.Name = "FormReportOrders";
|
|
|
|
|
this.Text = "Заказы";
|
|
|
|
|
this.panel.ResumeLayout(false);
|
|
|
|
|
this.panel.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
2024-04-08 14:11:47 +04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private Panel panel;
|
|
|
|
|
private Button buttonMake;
|
|
|
|
|
private Label label2;
|
|
|
|
|
private Label label1;
|
|
|
|
|
private DateTimePicker dateTimePickerTo;
|
|
|
|
|
private DateTimePicker dateTimePickerFrom;
|
|
|
|
|
private Button buttonToPdf;
|
|
|
|
|
}
|
|
|
|
|
}
|