141 lines
6.3 KiB
C#
141 lines
6.3 KiB
C#
namespace PlumbingRepairView
|
||
{
|
||
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.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.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(1031, 40);
|
||
this.panel.TabIndex = 0;
|
||
//
|
||
// 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(878, 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;
|
||
this.buttonToPdf.Click += new System.EventHandler(this.ButtonToPdf_Click);
|
||
//
|
||
// 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(1031, 647);
|
||
this.Controls.Add(this.panel);
|
||
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||
this.Name = "FormReportOrders";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "Заказы";
|
||
this.panel.ResumeLayout(false);
|
||
this.panel.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Panel panel;
|
||
private System.Windows.Forms.Button buttonToPdf;
|
||
private System.Windows.Forms.Button buttonMake;
|
||
private System.Windows.Forms.DateTimePicker dateTimePickerTo;
|
||
private System.Windows.Forms.Label labelTo;
|
||
private System.Windows.Forms.DateTimePicker dateTimePickerFrom;
|
||
private System.Windows.Forms.Label labelFrom;
|
||
}
|
||
} |