153 lines
6.7 KiB
C#
153 lines
6.7 KiB
C#
|
namespace PrecastConcretePlantView
|
|||
|
{
|
|||
|
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.panel = new System.Windows.Forms.Panel();
|
|||
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
this.buttonToPdf = new System.Windows.Forms.Button();
|
|||
|
this.buttonMake = new System.Windows.Forms.Button();
|
|||
|
this.dateTimePickerTo = new System.Windows.Forms.DateTimePicker();
|
|||
|
this.labelTo = new System.Windows.Forms.Label();
|
|||
|
this.dateTimePickerFrom = new System.Windows.Forms.DateTimePicker();
|
|||
|
this.labelFrom = new System.Windows.Forms.Label();
|
|||
|
this.panel.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// panel
|
|||
|
//
|
|||
|
this.panel.Controls.Add(this.button1);
|
|||
|
this.panel.Controls.Add(this.buttonToPdf);
|
|||
|
this.panel.Controls.Add(this.buttonMake);
|
|||
|
this.panel.Controls.Add(this.dateTimePickerTo);
|
|||
|
this.panel.Controls.Add(this.labelTo);
|
|||
|
this.panel.Controls.Add(this.dateTimePickerFrom);
|
|||
|
this.panel.Controls.Add(this.labelFrom);
|
|||
|
this.panel.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
this.panel.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.panel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|||
|
this.panel.Name = "panel";
|
|||
|
this.panel.Size = new System.Drawing.Size(1046, 40);
|
|||
|
this.panel.TabIndex = 1;
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.button1.Location = new System.Drawing.Point(894, 8);
|
|||
|
this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Size = new System.Drawing.Size(139, 27);
|
|||
|
this.button1.TabIndex = 6;
|
|||
|
this.button1.Text = "В Pdf";
|
|||
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
this.button1.Click += new System.EventHandler(this.ButtonToPdf_Click);
|
|||
|
//
|
|||
|
// buttonToPdf
|
|||
|
//
|
|||
|
this.buttonToPdf.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.buttonToPdf.Location = new System.Drawing.Point(1724, 8);
|
|||
|
this.buttonToPdf.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|||
|
this.buttonToPdf.Name = "buttonToPdf";
|
|||
|
this.buttonToPdf.Size = new System.Drawing.Size(139, 27);
|
|||
|
this.buttonToPdf.TabIndex = 5;
|
|||
|
this.buttonToPdf.Text = "В Pdf";
|
|||
|
this.buttonToPdf.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// buttonMake
|
|||
|
//
|
|||
|
this.buttonMake.Location = new System.Drawing.Point(476, 8);
|
|||
|
this.buttonMake.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|||
|
this.buttonMake.Name = "buttonMake";
|
|||
|
this.buttonMake.Size = new System.Drawing.Size(139, 27);
|
|||
|
this.buttonMake.TabIndex = 4;
|
|||
|
this.buttonMake.Text = "Сформировать";
|
|||
|
this.buttonMake.UseVisualStyleBackColor = true;
|
|||
|
this.buttonMake.Click += new System.EventHandler(this.ButtonMake_Click);
|
|||
|
//
|
|||
|
// dateTimePickerTo
|
|||
|
//
|
|||
|
this.dateTimePickerTo.Location = new System.Drawing.Point(237, 7);
|
|||
|
this.dateTimePickerTo.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|||
|
this.dateTimePickerTo.Name = "dateTimePickerTo";
|
|||
|
this.dateTimePickerTo.Size = new System.Drawing.Size(163, 23);
|
|||
|
this.dateTimePickerTo.TabIndex = 3;
|
|||
|
//
|
|||
|
// labelTo
|
|||
|
//
|
|||
|
this.labelTo.AutoSize = true;
|
|||
|
this.labelTo.Location = new System.Drawing.Point(208, 10);
|
|||
|
this.labelTo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.labelTo.Name = "labelTo";
|
|||
|
this.labelTo.Size = new System.Drawing.Size(21, 15);
|
|||
|
this.labelTo.TabIndex = 2;
|
|||
|
this.labelTo.Text = "по";
|
|||
|
//
|
|||
|
// dateTimePickerFrom
|
|||
|
//
|
|||
|
this.dateTimePickerFrom.Location = new System.Drawing.Point(37, 7);
|
|||
|
this.dateTimePickerFrom.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|||
|
this.dateTimePickerFrom.Name = "dateTimePickerFrom";
|
|||
|
this.dateTimePickerFrom.Size = new System.Drawing.Size(163, 23);
|
|||
|
this.dateTimePickerFrom.TabIndex = 1;
|
|||
|
//
|
|||
|
// labelFrom
|
|||
|
//
|
|||
|
this.labelFrom.AutoSize = true;
|
|||
|
this.labelFrom.Location = new System.Drawing.Point(14, 10);
|
|||
|
this.labelFrom.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.labelFrom.Name = "labelFrom";
|
|||
|
this.labelFrom.Size = new System.Drawing.Size(15, 15);
|
|||
|
this.labelFrom.TabIndex = 0;
|
|||
|
this.labelFrom.Text = "С";
|
|||
|
//
|
|||
|
// FormReportOrders
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(1046, 470);
|
|||
|
this.Controls.Add(this.panel);
|
|||
|
this.Name = "FormReportOrders";
|
|||
|
this.Text = "Заказы";
|
|||
|
this.panel.ResumeLayout(false);
|
|||
|
this.panel.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private Panel panel;
|
|||
|
private Button buttonToPdf;
|
|||
|
private Button buttonMake;
|
|||
|
private DateTimePicker dateTimePickerTo;
|
|||
|
private Label labelTo;
|
|||
|
private DateTimePicker dateTimePickerFrom;
|
|||
|
private Label labelFrom;
|
|||
|
private Button button1;
|
|||
|
}
|
|||
|
}
|