PIbd-33_Sergunov_M.A._COP_4/Library/LibraryView/FormSecond.Designer.cs

89 lines
2.7 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 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();
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;
}
}