2023-11-16 19:05:42 +04:00
|
|
|
|
namespace LibraryView
|
|
|
|
|
{
|
|
|
|
|
partial class FormSecond
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
components = new System.ComponentModel.Container();
|
|
|
|
|
bigTextComponent1 = new CustomComponents.BigTextComponent(components);
|
|
|
|
|
buttonCreateExDoc = new Button();
|
|
|
|
|
buttonCreateTable = new Button();
|
|
|
|
|
buttonCreateDiagram = new Button();
|
2023-11-17 09:56:34 +04:00
|
|
|
|
pdfImages1 = new ViewComponents.NotVisualComponents.PdfImages(components);
|
|
|
|
|
pdfTable1 = new ViewComponents.NotVisualComponents.PdfTable(components);
|
|
|
|
|
pieChartpdf1 = new ViewComponents.NotVisualComponents.PieChartPDF(components);
|
2023-11-16 19:05:42 +04:00
|
|
|
|
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;
|
2023-11-17 09:56:34 +04:00
|
|
|
|
private ViewComponents.NotVisualComponents.PdfImages pdfImages1;
|
|
|
|
|
private ViewComponents.NotVisualComponents.PdfTable pdfTable1;
|
|
|
|
|
private ViewComponents.NotVisualComponents.PieChartPDF pieChartpdf1;
|
2023-11-16 19:05:42 +04:00
|
|
|
|
}
|
|
|
|
|
}
|