141 lines
4.9 KiB
C#
141 lines
4.9 KiB
C#
namespace COP_1Test
|
|
{
|
|
partial class Form2
|
|
{
|
|
/// <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();
|
|
groupBox2 = new GroupBox();
|
|
button2 = new Button();
|
|
groupBox3 = new GroupBox();
|
|
button3 = new Button();
|
|
groupBox1 = new GroupBox();
|
|
button1 = new Button();
|
|
wordText = new COP_1.cop_2.WordBigText(components);
|
|
wordDiagram = new COP_1.cop_2.WordDiagram(components);
|
|
wordTable = new COP_1.cop_2.WordTable(components);
|
|
groupBox2.SuspendLayout();
|
|
groupBox3.SuspendLayout();
|
|
groupBox1.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// groupBox2
|
|
//
|
|
groupBox2.Controls.Add(button2);
|
|
groupBox2.Dock = DockStyle.Top;
|
|
groupBox2.Location = new Point(0, 154);
|
|
groupBox2.Name = "groupBox2";
|
|
groupBox2.Size = new Size(294, 80);
|
|
groupBox2.TabIndex = 4;
|
|
groupBox2.TabStop = false;
|
|
groupBox2.Text = "Таблица";
|
|
//
|
|
// button2
|
|
//
|
|
button2.Dock = DockStyle.Fill;
|
|
button2.Location = new Point(3, 23);
|
|
button2.Name = "button2";
|
|
button2.Size = new Size(288, 54);
|
|
button2.TabIndex = 0;
|
|
button2.Text = "Создать";
|
|
button2.UseVisualStyleBackColor = true;
|
|
button2.Click += buttonTable_Click;
|
|
//
|
|
// groupBox3
|
|
//
|
|
groupBox3.Controls.Add(button3);
|
|
groupBox3.Dock = DockStyle.Top;
|
|
groupBox3.Location = new Point(0, 80);
|
|
groupBox3.Name = "groupBox3";
|
|
groupBox3.Size = new Size(294, 74);
|
|
groupBox3.TabIndex = 3;
|
|
groupBox3.TabStop = false;
|
|
groupBox3.Text = "Линейная диаграмма";
|
|
//
|
|
// button3
|
|
//
|
|
button3.Dock = DockStyle.Fill;
|
|
button3.Location = new Point(3, 23);
|
|
button3.Name = "button3";
|
|
button3.Size = new Size(288, 48);
|
|
button3.TabIndex = 0;
|
|
button3.Text = "Создать";
|
|
button3.UseVisualStyleBackColor = true;
|
|
button3.Click += buttonDiagram_Click;
|
|
//
|
|
// groupBox1
|
|
//
|
|
groupBox1.Controls.Add(button1);
|
|
groupBox1.Dock = DockStyle.Top;
|
|
groupBox1.Location = new Point(0, 0);
|
|
groupBox1.Name = "groupBox1";
|
|
groupBox1.Size = new Size(294, 80);
|
|
groupBox1.TabIndex = 2;
|
|
groupBox1.TabStop = false;
|
|
groupBox1.Text = "Большой текст";
|
|
//
|
|
// button1
|
|
//
|
|
button1.Dock = DockStyle.Fill;
|
|
button1.Location = new Point(3, 23);
|
|
button1.Name = "button1";
|
|
button1.Size = new Size(288, 54);
|
|
button1.TabIndex = 0;
|
|
button1.Text = "Создать";
|
|
button1.UseVisualStyleBackColor = true;
|
|
button1.Click += buttonBigText_Click;
|
|
//
|
|
// Form2
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(294, 239);
|
|
Controls.Add(groupBox2);
|
|
Controls.Add(groupBox3);
|
|
Controls.Add(groupBox1);
|
|
Name = "Form2";
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
Text = "COP_2";
|
|
groupBox2.ResumeLayout(false);
|
|
groupBox3.ResumeLayout(false);
|
|
groupBox1.ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private GroupBox groupBox2;
|
|
private Button button2;
|
|
private GroupBox groupBox3;
|
|
private Button button3;
|
|
private GroupBox groupBox1;
|
|
private Button button1;
|
|
private COP_1.cop_2.WordBigText wordText;
|
|
private COP_1.cop_2.WordDiagram wordDiagram;
|
|
private COP_1.cop_2.WordTable wordTable;
|
|
}
|
|
} |