namespace LibraryView
{
partial class FormSecond
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
bigTextComponent1 = new CustomComponents.BigTextComponent(components);
buttonCreateExDoc = new Button();
buttonCreateTable = new Button();
buttonCreateDiagram = new Button();
pdfImages1 = new ViewComponents.NotVisualComponents.PdfImages(components);
pdfTable1 = new ViewComponents.NotVisualComponents.PdfTable(components);
pieChartpdf1 = new ViewComponents.NotVisualComponents.PieChartPDF(components);
SuspendLayout();
//
// buttonCreateExDoc
//
buttonCreateExDoc.Location = new Point(32, 56);
buttonCreateExDoc.Name = "buttonCreateExDoc";
buttonCreateExDoc.Size = new Size(200, 64);
buttonCreateExDoc.TabIndex = 1;
buttonCreateExDoc.Text = "Создать документ с текстом";
buttonCreateExDoc.UseVisualStyleBackColor = true;
buttonCreateExDoc.Click += buttonCreateExDoc_Click;
//
// buttonCreateTable
//
buttonCreateTable.Location = new Point(284, 56);
buttonCreateTable.Name = "buttonCreateTable";
buttonCreateTable.Size = new Size(200, 64);
buttonCreateTable.TabIndex = 2;
buttonCreateTable.Text = "Создать таблицу";
buttonCreateTable.UseVisualStyleBackColor = true;
buttonCreateTable.Click += buttonCreateTable_Click;
//
// buttonCreateDiagram
//
buttonCreateDiagram.Location = new Point(559, 56);
buttonCreateDiagram.Name = "buttonCreateDiagram";
buttonCreateDiagram.Size = new Size(197, 64);
buttonCreateDiagram.TabIndex = 3;
buttonCreateDiagram.Text = "Создать диаграмму";
buttonCreateDiagram.UseVisualStyleBackColor = true;
buttonCreateDiagram.Click += buttonCreateDiagram_Click;
//
// FormSecond
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(799, 175);
Controls.Add(buttonCreateDiagram);
Controls.Add(buttonCreateTable);
Controls.Add(buttonCreateExDoc);
Name = "FormSecond";
Text = "FormSecond";
ResumeLayout(false);
}
#endregion
private CustomComponents.BigTextComponent bigTextComponent1;
private RichTextBox richTextBoxText;
private Button buttonCreateExDoc;
private Button buttonCreateTable;
private Button buttonCreateDiagram;
private ViewComponents.NotVisualComponents.PdfImages pdfImages1;
private ViewComponents.NotVisualComponents.PdfTable pdfTable1;
private ViewComponents.NotVisualComponents.PieChartPDF pieChartpdf1;
}
}