87 lines
3.4 KiB
C#
87 lines
3.4 KiB
C#
namespace LawFirmView
|
||
{
|
||
partial class FormReportDateOrders
|
||
{
|
||
/// <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.panel = new System.Windows.Forms.Panel();
|
||
this.buttonSaveToPdf = new System.Windows.Forms.Button();
|
||
this.buttonMake = new System.Windows.Forms.Button();
|
||
this.panel.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// panel
|
||
//
|
||
this.panel.Controls.Add(this.buttonSaveToPdf);
|
||
this.panel.Controls.Add(this.buttonMake);
|
||
this.panel.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.panel.Location = new System.Drawing.Point(0, 0);
|
||
this.panel.Name = "panel";
|
||
this.panel.Size = new System.Drawing.Size(800, 51);
|
||
this.panel.TabIndex = 0;
|
||
//
|
||
// buttonSaveToPdf
|
||
//
|
||
this.buttonSaveToPdf.Location = new System.Drawing.Point(135, 12);
|
||
this.buttonSaveToPdf.Name = "buttonSaveToPdf";
|
||
this.buttonSaveToPdf.Size = new System.Drawing.Size(75, 23);
|
||
this.buttonSaveToPdf.TabIndex = 1;
|
||
this.buttonSaveToPdf.Text = "В Pdf";
|
||
this.buttonSaveToPdf.UseVisualStyleBackColor = true;
|
||
this.buttonSaveToPdf.Click += new System.EventHandler(this.buttonSaveToPdf_Click);
|
||
//
|
||
// buttonMake
|
||
//
|
||
this.buttonMake.Location = new System.Drawing.Point(12, 12);
|
||
this.buttonMake.Name = "buttonMake";
|
||
this.buttonMake.Size = new System.Drawing.Size(104, 23);
|
||
this.buttonMake.TabIndex = 0;
|
||
this.buttonMake.Text = "Сформировать";
|
||
this.buttonMake.UseVisualStyleBackColor = true;
|
||
this.buttonMake.Click += new System.EventHandler(this.buttonMake_Click);
|
||
//
|
||
// FormReportDateOrders
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(800, 422);
|
||
this.Controls.Add(this.panel);
|
||
this.Name = "FormReportDateOrders";
|
||
this.Text = "FormReportDateOrders";
|
||
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormReportDateOrders_FormClosed);
|
||
this.panel.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private Panel panel;
|
||
private Button buttonSaveToPdf;
|
||
private Button buttonMake;
|
||
}
|
||
} |