2024-03-23 09:37:51 +04:00
|
|
|
|
namespace SewingDressesView
|
|
|
|
|
{
|
2024-04-19 00:17:02 +04:00
|
|
|
|
partial class ReportOrdersForm
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
2024-03-23 09:37:51 +04:00
|
|
|
|
|
2024-04-19 00:17:02 +04:00
|
|
|
|
/// <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);
|
|
|
|
|
}
|
2024-03-23 09:37:51 +04:00
|
|
|
|
|
2024-04-19 00:17:02 +04:00
|
|
|
|
#region Windows Form Designer generated code
|
2024-03-23 09:37:51 +04:00
|
|
|
|
|
2024-04-19 00:17:02 +04:00
|
|
|
|
/// <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);
|
|
|
|
|
}
|
2024-03-23 09:37:51 +04:00
|
|
|
|
|
2024-04-19 00:17:02 +04:00
|
|
|
|
#endregion
|
2024-03-23 09:37:51 +04:00
|
|
|
|
|
2024-04-19 00:17:02 +04:00
|
|
|
|
private Panel panel;
|
|
|
|
|
private Button buttonPdf;
|
|
|
|
|
private Button buttonCreate;
|
|
|
|
|
}
|
2024-03-23 09:37:51 +04:00
|
|
|
|
}
|