90 lines
3.7 KiB
C#
90 lines
3.7 KiB
C#
namespace PlumbingRepairView
|
||
{
|
||
partial class FormReportOrdersByDate
|
||
{
|
||
/// <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.button1 = new System.Windows.Forms.Button();
|
||
this.buttonToPdf = new System.Windows.Forms.Button();
|
||
this.panel = new System.Windows.Forms.Panel();
|
||
this.panel.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// 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(422, 14);
|
||
this.button1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(199, 45);
|
||
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(1955, 13);
|
||
this.buttonToPdf.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
|
||
this.buttonToPdf.Name = "buttonToPdf";
|
||
this.buttonToPdf.Size = new System.Drawing.Size(199, 45);
|
||
this.buttonToPdf.TabIndex = 5;
|
||
this.buttonToPdf.Text = "В Pdf";
|
||
this.buttonToPdf.UseVisualStyleBackColor = true;
|
||
//
|
||
// panel
|
||
//
|
||
this.panel.Controls.Add(this.button1);
|
||
this.panel.Controls.Add(this.buttonToPdf);
|
||
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(6, 5, 6, 5);
|
||
this.panel.Name = "panel";
|
||
this.panel.Size = new System.Drawing.Size(901, 67);
|
||
this.panel.TabIndex = 1;
|
||
//
|
||
// FormReportOrdersByDate
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(901, 450);
|
||
this.Controls.Add(this.panel);
|
||
this.Name = "FormReportOrdersByDate";
|
||
this.Text = "Заказы за весь период";
|
||
this.Load += new System.EventHandler(this.FormReportOrdersByDate_Load);
|
||
this.panel.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
private Button button1;
|
||
private Button buttonToPdf;
|
||
private Panel panel;
|
||
}
|
||
} |