ProjectAtelier/ProjectAtelier/Forms/FormDirectoryReport.Designer.cs

99 lines
3.6 KiB
C#

namespace ProjectAtelier.Forms
{
partial class FormDirectoryReport
{
/// <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()
{
checkBoxProducts = new CheckBox();
checkBoxMaterials = new CheckBox();
checkBoxClients = new CheckBox();
buttonBuild = new Button();
SuspendLayout();
//
// checkBoxProducts
//
checkBoxProducts.AutoSize = true;
checkBoxProducts.Location = new Point(29, 48);
checkBoxProducts.Name = "checkBoxProducts";
checkBoxProducts.Size = new Size(90, 24);
checkBoxProducts.TabIndex = 0;
checkBoxProducts.Text = "Изделия";
checkBoxProducts.UseVisualStyleBackColor = true;
//
// checkBoxMaterials
//
checkBoxMaterials.AutoSize = true;
checkBoxMaterials.Location = new Point(149, 48);
checkBoxMaterials.Name = "checkBoxMaterials";
checkBoxMaterials.Size = new Size(111, 24);
checkBoxMaterials.TabIndex = 1;
checkBoxMaterials.Text = "Материалы";
checkBoxMaterials.UseVisualStyleBackColor = true;
//
// checkBoxClients
//
checkBoxClients.AutoSize = true;
checkBoxClients.Location = new Point(305, 48);
checkBoxClients.Name = "checkBoxClients";
checkBoxClients.Size = new Size(91, 24);
checkBoxClients.TabIndex = 2;
checkBoxClients.Text = "Клиенты";
checkBoxClients.UseVisualStyleBackColor = true;
//
// buttonBuild
//
buttonBuild.Location = new Point(109, 134);
buttonBuild.Name = "buttonBuild";
buttonBuild.Size = new Size(191, 63);
buttonBuild.TabIndex = 3;
buttonBuild.Text = "СФОРМИРОВАТЬ";
buttonBuild.UseVisualStyleBackColor = true;
buttonBuild.Click += buttonBuild_Click;
//
// FormDirectoryReport
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(432, 245);
Controls.Add(buttonBuild);
Controls.Add(checkBoxClients);
Controls.Add(checkBoxMaterials);
Controls.Add(checkBoxProducts);
Name = "FormDirectoryReport";
Text = "Выгрузка справочников";
ResumeLayout(false);
PerformLayout();
}
#endregion
private CheckBox checkBoxProducts;
private CheckBox checkBoxMaterials;
private CheckBox checkBoxClients;
private Button buttonBuild;
}
}