84 lines
2.1 KiB
C#
84 lines
2.1 KiB
C#
namespace SewingDressesView
|
||
{
|
||
partial class ReportOrdersByDateForm
|
||
{
|
||
/// <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()
|
||
{
|
||
panel = new Panel();
|
||
buttonPdf = new Button();
|
||
buttonCreate = new Button();
|
||
panel.SuspendLayout();
|
||
SuspendLayout();
|
||
//
|
||
// panel
|
||
//
|
||
panel.Controls.Add(buttonPdf);
|
||
panel.Controls.Add(buttonCreate);
|
||
panel.Location = new Point(-1, -1);
|
||
panel.Name = "panel";
|
||
panel.Size = new Size(1060, 59);
|
||
panel.TabIndex = 0;
|
||
//
|
||
// buttonPdf
|
||
//
|
||
buttonPdf.Location = new Point(905, 15);
|
||
buttonPdf.Name = "buttonPdf";
|
||
buttonPdf.Size = new Size(144, 29);
|
||
buttonPdf.TabIndex = 5;
|
||
buttonPdf.Text = "В Pdf";
|
||
buttonPdf.UseVisualStyleBackColor = true;
|
||
buttonPdf.Click += ButtonToPdf_Click;
|
||
//
|
||
// buttonCreate
|
||
//
|
||
buttonCreate.Location = new Point(656, 16);
|
||
buttonCreate.Name = "buttonCreate";
|
||
buttonCreate.Size = new Size(144, 29);
|
||
buttonCreate.TabIndex = 4;
|
||
buttonCreate.Text = "Сформировать";
|
||
buttonCreate.UseVisualStyleBackColor = true;
|
||
buttonCreate.Click += ButtonMake_Click;
|
||
//
|
||
// ReportOrdersForm
|
||
//
|
||
AutoScaleDimensions = new SizeF(8F, 20F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
ClientSize = new Size(1060, 450);
|
||
Controls.Add(panel);
|
||
Name = "ReportOrdersForm";
|
||
Text = "Репорты";
|
||
panel.ResumeLayout(false);
|
||
ResumeLayout(false);
|
||
}
|
||
|
||
#endregion
|
||
|
||
private Panel panel;
|
||
private Button buttonPdf;
|
||
private Button buttonCreate;
|
||
}
|
||
} |