92 lines
2.4 KiB
C#
92 lines
2.4 KiB
C#
namespace FurnitureAssemblyView
|
||
{
|
||
partial class FormReportGroupedOrders
|
||
{
|
||
/// <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();
|
||
buttonToPdf = new Button();
|
||
buttonMake = new Button();
|
||
panel.SuspendLayout();
|
||
SuspendLayout();
|
||
//
|
||
// panel
|
||
//
|
||
panel.Controls.Add(buttonToPdf);
|
||
panel.Controls.Add(buttonMake);
|
||
panel.Dock = DockStyle.Top;
|
||
panel.Location = new Point(0, 0);
|
||
panel.Margin = new Padding(4, 3, 4, 3);
|
||
panel.Name = "panel";
|
||
panel.Size = new Size(1031, 40);
|
||
panel.TabIndex = 0;
|
||
//
|
||
// buttonToPdf
|
||
//
|
||
buttonToPdf.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||
buttonToPdf.Location = new Point(878, 8);
|
||
buttonToPdf.Margin = new Padding(4, 3, 4, 3);
|
||
buttonToPdf.Name = "buttonToPdf";
|
||
buttonToPdf.Size = new Size(139, 27);
|
||
buttonToPdf.TabIndex = 5;
|
||
buttonToPdf.Text = "В Pdf";
|
||
buttonToPdf.UseVisualStyleBackColor = true;
|
||
buttonToPdf.Click += ButtonToPdf_Click;
|
||
//
|
||
// buttonMake
|
||
//
|
||
buttonMake.Location = new Point(476, 8);
|
||
buttonMake.Margin = new Padding(4, 3, 4, 3);
|
||
buttonMake.Name = "buttonMake";
|
||
buttonMake.Size = new Size(139, 27);
|
||
buttonMake.TabIndex = 4;
|
||
buttonMake.Text = "Сформировать";
|
||
buttonMake.UseVisualStyleBackColor = true;
|
||
buttonMake.Click += ButtonMake_Click;
|
||
//
|
||
// FormReportOrders
|
||
//
|
||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
ClientSize = new Size(1031, 647);
|
||
Controls.Add(panel);
|
||
Margin = new Padding(4, 3, 4, 3);
|
||
Name = "FormReportOrders";
|
||
StartPosition = FormStartPosition.CenterScreen;
|
||
Text = "Заказы";
|
||
panel.ResumeLayout(false);
|
||
panel.PerformLayout();
|
||
ResumeLayout(false);
|
||
}
|
||
|
||
#endregion
|
||
|
||
private Panel panel;
|
||
private Button buttonToPdf;
|
||
private Button buttonMake;
|
||
}
|
||
} |