131 lines
5.5 KiB
C#

namespace SewingDresses
{
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()
{
this.panelFunctional = new System.Windows.Forms.Panel();
this.buttonGenerate = new System.Windows.Forms.Button();
this.buttonSaveToPdf = new System.Windows.Forms.Button();
this.dateTimePickerTo = new System.Windows.Forms.DateTimePicker();
this.dateTimePickerFrom = new System.Windows.Forms.DateTimePicker();
this.labelTo = new System.Windows.Forms.Label();
this.labelFrom = new System.Windows.Forms.Label();
this.panelFunctional.SuspendLayout();
this.SuspendLayout();
//
// panelFunctional
//
this.panelFunctional.Controls.Add(this.buttonGenerate);
this.panelFunctional.Controls.Add(this.buttonSaveToPdf);
this.panelFunctional.Controls.Add(this.dateTimePickerTo);
this.panelFunctional.Controls.Add(this.dateTimePickerFrom);
this.panelFunctional.Controls.Add(this.labelTo);
this.panelFunctional.Controls.Add(this.labelFrom);
this.panelFunctional.Dock = System.Windows.Forms.DockStyle.Top;
this.panelFunctional.Location = new System.Drawing.Point(0, 0);
this.panelFunctional.Name = "panelFunctional";
this.panelFunctional.Size = new System.Drawing.Size(800, 34);
this.panelFunctional.TabIndex = 0;
//
// buttonGenerate
//
this.buttonGenerate.Location = new System.Drawing.Point(506, 6);
this.buttonGenerate.Name = "buttonGenerate";
this.buttonGenerate.Size = new System.Drawing.Size(90, 23);
this.buttonGenerate.TabIndex = 5;
this.buttonGenerate.Text = "Generate";
this.buttonGenerate.UseVisualStyleBackColor = true;
this.buttonGenerate.Click += new System.EventHandler(this.buttonGenerate_Click);
//
// buttonSaveToPdf
//
this.buttonSaveToPdf.Location = new System.Drawing.Point(698, 6);
this.buttonSaveToPdf.Name = "buttonSaveToPdf";
this.buttonSaveToPdf.Size = new System.Drawing.Size(90, 23);
this.buttonSaveToPdf.TabIndex = 4;
this.buttonSaveToPdf.Text = "Save to PDF";
this.buttonSaveToPdf.UseVisualStyleBackColor = true;
this.buttonSaveToPdf.Click += new System.EventHandler(this.buttonSaveToPdf_Click);
//
// dateTimePickerTo
//
this.dateTimePickerTo.Location = new System.Drawing.Point(300, 6);
this.dateTimePickerTo.Name = "dateTimePickerTo";
this.dateTimePickerTo.Size = new System.Drawing.Size(200, 23);
this.dateTimePickerTo.TabIndex = 3;
//
// dateTimePickerFrom
//
this.dateTimePickerFrom.Location = new System.Drawing.Point(55, 8);
this.dateTimePickerFrom.Name = "dateTimePickerFrom";
this.dateTimePickerFrom.Size = new System.Drawing.Size(200, 23);
this.dateTimePickerFrom.TabIndex = 2;
//
// labelTo
//
this.labelTo.AutoSize = true;
this.labelTo.Location = new System.Drawing.Point(270, 10);
this.labelTo.Name = "labelTo";
this.labelTo.Size = new System.Drawing.Size(18, 15);
this.labelTo.TabIndex = 1;
this.labelTo.Text = "to";
//
// labelFrom
//
this.labelFrom.AutoSize = true;
this.labelFrom.Location = new System.Drawing.Point(14, 10);
this.labelFrom.Name = "labelFrom";
this.labelFrom.Size = new System.Drawing.Size(35, 15);
this.labelFrom.TabIndex = 0;
this.labelFrom.Text = "From";
//
// FormReportOrders
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.panelFunctional);
this.Name = "FormReportOrders";
this.Text = "FormReportOrders";
this.panelFunctional.ResumeLayout(false);
this.panelFunctional.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Panel panelFunctional;
private Button buttonGenerate;
private Button buttonSaveToPdf;
private DateTimePicker dateTimePickerTo;
private DateTimePicker dateTimePickerFrom;
private Label labelTo;
private Label labelFrom;
}
}