COP-17/WinFormsProject/AppView/FormMain.Designer.cs

147 lines
8.4 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace AppView
{
partial class FormMain
{
/// <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.components = new System.ComponentModel.Container();
this.dataTable = new ControlsLibraryNet60.Data.ControlDataTableTable();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.создатьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.изменитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.удалитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.справочникToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.сформирироватьWordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.сформироватьPdfToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.сформироватьExcelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.documentWithImage1 = new WinFormsLibrary.DocumentWithImage(this.components);
this.table2column1 = new WinFormsLibrary.Table2column(this.components);
this.componentDocumentWithChartBarExcel1 = new ComponentsLibraryNet60.DocumentWithChart.ComponentDocumentWithChartBarExcel(this.components);
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// dataTable
//
this.dataTable.Location = new System.Drawing.Point(13, 12);
this.dataTable.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.dataTable.Name = "dataTable";
this.dataTable.SelectedRowIndex = -1;
this.dataTable.Size = new System.Drawing.Size(774, 426);
this.dataTable.TabIndex = 0;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.создатьToolStripMenuItem,
this.изменитьToolStripMenuItem,
this.удалитьToolStripMenuItem,
this.справочникToolStripMenuItem,
this.сформирироватьWordToolStripMenuItem,
this.сформироватьPdfToolStripMenuItem,
this.сформироватьExcelToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(205, 158);
//
// создатьToolStripMenuItem
//
this.создатьToolStripMenuItem.Name = "создатьToolStripMenuItem";
this.создатьToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.создатьToolStripMenuItem.Text = "Создать";
this.создатьToolStripMenuItem.Click += new System.EventHandler(this.создатьToolStripMenuItem_Click);
//
// изменитьToolStripMenuItem
//
this.изменитьToolStripMenuItem.Name = "изменитьToolStripMenuItem";
this.изменитьToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.изменитьToolStripMenuItem.Text = "Изменить";
this.изменитьToolStripMenuItem.Click += new System.EventHandler(this.изменитьToolStripMenuItem_Click);
//
// удалитьToolStripMenuItem
//
this.удалитьToolStripMenuItem.Name = "удалитьToolStripMenuItem";
this.удалитьToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.удалитьToolStripMenuItem.Text = "Удалить";
this.удалитьToolStripMenuItem.Click += new System.EventHandler(this.удалитьToolStripMenuItem_Click);
//
// справочникToolStripMenuItem
//
this.справочникToolStripMenuItem.Name = "справочникToolStripMenuItem";
this.справочникToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.справочникToolStripMenuItem.Text = "Справочник";
this.справочникToolStripMenuItem.Click += new System.EventHandler(this.справочникToolStripMenuItem_Click);
//
// сформирироватьWordToolStripMenuItem
//
this.сформирироватьWordToolStripMenuItem.Name = "сформирироватьWordToolStripMenuItem";
this.сформирироватьWordToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.сформирироватьWordToolStripMenuItem.Text = "Сформирировать Word";
this.сформирироватьWordToolStripMenuItem.Click += new System.EventHandler(this.сформирироватьWordToolStripMenuItem_Click);
//
// сформироватьPdfToolStripMenuItem
//
this.сформироватьPdfToolStripMenuItem.Name = "сформироватьPdfToolStripMenuItem";
this.сформироватьPdfToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.сформироватьPdfToolStripMenuItem.Text = "Сформировать Pdf";
this.сформироватьPdfToolStripMenuItem.Click += new System.EventHandler(this.сформироватьPdfToolStripMenuItem_Click);
//
// сформироватьExcelToolStripMenuItem
//
this.сформироватьExcelToolStripMenuItem.Name = "сформироватьExcelToolStripMenuItem";
this.сформироватьExcelToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.сформироватьExcelToolStripMenuItem.Text = "Сформировать Excel";
this.сформироватьExcelToolStripMenuItem.Click += new System.EventHandler(this.сформироватьExcelToolStripMenuItem_Click);
//
// FormMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.dataTable);
this.Name = "FormMain";
this.Text = "Главная форма";
this.Load += new System.EventHandler(this.FormMain_Load);
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ControlsLibraryNet60.Data.ControlDataTableTable dataTable;
private ContextMenuStrip contextMenuStrip1;
private ToolStripMenuItem создатьToolStripMenuItem;
private ToolStripMenuItem изменитьToolStripMenuItem;
private ToolStripMenuItem удалитьToolStripMenuItem;
private ToolStripMenuItem справочникToolStripMenuItem;
private ToolStripMenuItem сформирироватьWordToolStripMenuItem;
private ToolStripMenuItem сформироватьPdfToolStripMenuItem;
private ToolStripMenuItem сформироватьExcelToolStripMenuItem;
private WinFormsLibrary.DocumentWithImage documentWithImage1;
private WinFormsLibrary.Table2column table2column1;
private ComponentsLibraryNet60.DocumentWithChart.ComponentDocumentWithChartBarExcel componentDocumentWithChartBarExcel1;
}
}