85 lines
2.9 KiB
C#
85 lines
2.9 KiB
C#
namespace AircraftPlantView
|
||
{
|
||
partial class FormReportGroupOrders
|
||
{
|
||
/// <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()
|
||
{
|
||
panelControl = new Panel();
|
||
buttonMake = new Button();
|
||
buttonToPdf = new Button();
|
||
panelControl.SuspendLayout();
|
||
SuspendLayout();
|
||
//
|
||
// panelControl
|
||
//
|
||
panelControl.Controls.Add(buttonMake);
|
||
panelControl.Controls.Add(buttonToPdf);
|
||
panelControl.Dock = DockStyle.Top;
|
||
panelControl.Location = new Point(0, 0);
|
||
panelControl.Name = "panelControl";
|
||
panelControl.Size = new Size(800, 47);
|
||
panelControl.TabIndex = 5;
|
||
//
|
||
// buttonMake
|
||
//
|
||
buttonMake.Location = new Point(589, 12);
|
||
buttonMake.Name = "buttonMake";
|
||
buttonMake.Size = new Size(118, 23);
|
||
buttonMake.TabIndex = 5;
|
||
buttonMake.Text = "Сформировать";
|
||
buttonMake.UseVisualStyleBackColor = true;
|
||
buttonMake.Click += buttonMake_Click;
|
||
//
|
||
// buttonToPdf
|
||
//
|
||
buttonToPdf.Location = new Point(713, 12);
|
||
buttonToPdf.Name = "buttonToPdf";
|
||
buttonToPdf.Size = new Size(75, 23);
|
||
buttonToPdf.TabIndex = 4;
|
||
buttonToPdf.Text = "В Pdf";
|
||
buttonToPdf.UseVisualStyleBackColor = true;
|
||
buttonToPdf.Click += buttonToPdf_Click;
|
||
//
|
||
// FormReportGroupOrders
|
||
//
|
||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
ClientSize = new Size(800, 361);
|
||
Controls.Add(panelControl);
|
||
Name = "FormReportGroupOrders";
|
||
Text = "Заказы с группировкой по датам";
|
||
panelControl.ResumeLayout(false);
|
||
ResumeLayout(false);
|
||
}
|
||
|
||
#endregion
|
||
|
||
private Panel panelControl;
|
||
private Button buttonMake;
|
||
private Button buttonToPdf;
|
||
}
|
||
} |