2024-09-17 00:38:06 +04:00
|
|
|
|
namespace WinFormsAppTest
|
|
|
|
|
{
|
|
|
|
|
partial class Form1
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
2024-10-16 20:02:44 +04:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
2024-10-01 10:20:10 +04:00
|
|
|
|
this.defaultList = new Library15Gerimovich.DefaultList();
|
|
|
|
|
this.inputRealNumber = new Library15Gerimovich.InputRealNumber();
|
|
|
|
|
this.outputTableResults = new Library15Gerimovich.OutputTableResults();
|
|
|
|
|
this.CheckRealButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.ClearListButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.ClearDatagridButton = new System.Windows.Forms.Button();
|
2024-10-16 20:02:44 +04:00
|
|
|
|
this.wordContextTablesComponent1 = new Library15Gerimovich.WordContextTablesComponent(this.components);
|
|
|
|
|
this.wordDiagramComponent1 = new Library15Gerimovich.WordDiagramComponent(this.components);
|
|
|
|
|
this.wordTablesComponent1 = new Library15Gerimovich.WordTablesComponent(this.components);
|
|
|
|
|
this.buttonSimpleTable = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonHeadersTable = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonCreateDiagram = new System.Windows.Forms.Button();
|
2024-09-17 00:38:06 +04:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2024-10-01 10:20:10 +04:00
|
|
|
|
// defaultList
|
2024-09-17 00:38:06 +04:00
|
|
|
|
//
|
2024-10-01 10:20:10 +04:00
|
|
|
|
this.defaultList.Location = new System.Drawing.Point(12, 12);
|
|
|
|
|
this.defaultList.Name = "defaultList";
|
|
|
|
|
this.defaultList.SelectedItem = "";
|
|
|
|
|
this.defaultList.Size = new System.Drawing.Size(150, 150);
|
|
|
|
|
this.defaultList.TabIndex = 1;
|
|
|
|
|
this.defaultList.ItemSelected += new System.EventHandler(this.defaultList_ItemSelected);
|
2024-09-17 00:38:06 +04:00
|
|
|
|
//
|
2024-10-01 10:20:10 +04:00
|
|
|
|
// inputRealNumber
|
2024-09-30 12:11:02 +04:00
|
|
|
|
//
|
2024-10-01 10:20:10 +04:00
|
|
|
|
this.inputRealNumber.Location = new System.Drawing.Point(168, 14);
|
|
|
|
|
this.inputRealNumber.Name = "inputRealNumber";
|
|
|
|
|
this.inputRealNumber.Size = new System.Drawing.Size(135, 101);
|
|
|
|
|
this.inputRealNumber.TabIndex = 2;
|
|
|
|
|
this.inputRealNumber.ValueChanged += new System.EventHandler(this.InputComponent_ValueChanged);
|
2024-09-30 12:11:02 +04:00
|
|
|
|
//
|
2024-10-01 10:20:10 +04:00
|
|
|
|
// outputTableResults
|
2024-09-30 12:11:02 +04:00
|
|
|
|
//
|
2024-10-01 10:20:10 +04:00
|
|
|
|
this.outputTableResults.Location = new System.Drawing.Point(324, 12);
|
|
|
|
|
this.outputTableResults.Name = "outputTableResults";
|
|
|
|
|
this.outputTableResults.SelectedRow = -1;
|
|
|
|
|
this.outputTableResults.Size = new System.Drawing.Size(414, 251);
|
|
|
|
|
this.outputTableResults.TabIndex = 3;
|
2024-09-30 12:11:02 +04:00
|
|
|
|
//
|
2024-10-01 10:20:10 +04:00
|
|
|
|
// CheckRealButton
|
2024-09-30 12:11:02 +04:00
|
|
|
|
//
|
2024-10-01 10:20:10 +04:00
|
|
|
|
this.CheckRealButton.Location = new System.Drawing.Point(178, 121);
|
|
|
|
|
this.CheckRealButton.Name = "CheckRealButton";
|
|
|
|
|
this.CheckRealButton.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.CheckRealButton.TabIndex = 4;
|
|
|
|
|
this.CheckRealButton.Text = "Проверить";
|
|
|
|
|
this.CheckRealButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.CheckRealButton.Click += new System.EventHandler(this.CheckRealButton_Click_1);
|
|
|
|
|
//
|
|
|
|
|
// ClearListButton
|
|
|
|
|
//
|
|
|
|
|
this.ClearListButton.Location = new System.Drawing.Point(44, 179);
|
|
|
|
|
this.ClearListButton.Name = "ClearListButton";
|
|
|
|
|
this.ClearListButton.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.ClearListButton.TabIndex = 5;
|
|
|
|
|
this.ClearListButton.Text = "Очистить";
|
|
|
|
|
this.ClearListButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.ClearListButton.Click += new System.EventHandler(this.ClearListButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// ClearDatagridButton
|
|
|
|
|
//
|
|
|
|
|
this.ClearDatagridButton.Location = new System.Drawing.Point(656, 275);
|
|
|
|
|
this.ClearDatagridButton.Name = "ClearDatagridButton";
|
|
|
|
|
this.ClearDatagridButton.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.ClearDatagridButton.TabIndex = 6;
|
|
|
|
|
this.ClearDatagridButton.Text = "Очистить";
|
|
|
|
|
this.ClearDatagridButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.ClearDatagridButton.Click += new System.EventHandler(this.ClearDatagridButton_Click);
|
2024-09-30 12:11:02 +04:00
|
|
|
|
//
|
2024-10-16 20:02:44 +04:00
|
|
|
|
// buttonSimpleTable
|
|
|
|
|
//
|
|
|
|
|
this.buttonSimpleTable.Location = new System.Drawing.Point(40, 289);
|
|
|
|
|
this.buttonSimpleTable.Name = "buttonSimpleTable";
|
|
|
|
|
this.buttonSimpleTable.Size = new System.Drawing.Size(75, 40);
|
|
|
|
|
this.buttonSimpleTable.TabIndex = 7;
|
|
|
|
|
this.buttonSimpleTable.Text = "Простя таблица";
|
|
|
|
|
this.buttonSimpleTable.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonSimpleTable.Click += new System.EventHandler(this.buttonSimpleTable_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonHeadersTable
|
|
|
|
|
//
|
|
|
|
|
this.buttonHeadersTable.Location = new System.Drawing.Point(130, 289);
|
|
|
|
|
this.buttonHeadersTable.Name = "buttonHeadersTable";
|
|
|
|
|
this.buttonHeadersTable.Size = new System.Drawing.Size(75, 40);
|
|
|
|
|
this.buttonHeadersTable.TabIndex = 8;
|
|
|
|
|
this.buttonHeadersTable.Text = "сложная с шапками";
|
|
|
|
|
this.buttonHeadersTable.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonHeadersTable.Click += new System.EventHandler(this.buttonHeadersTable_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonCreateDiagram
|
|
|
|
|
//
|
|
|
|
|
this.buttonCreateDiagram.Location = new System.Drawing.Point(211, 289);
|
|
|
|
|
this.buttonCreateDiagram.Name = "buttonCreateDiagram";
|
|
|
|
|
this.buttonCreateDiagram.Size = new System.Drawing.Size(75, 40);
|
|
|
|
|
this.buttonCreateDiagram.TabIndex = 9;
|
|
|
|
|
this.buttonCreateDiagram.Text = "диаграмма";
|
|
|
|
|
this.buttonCreateDiagram.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonCreateDiagram.Click += new System.EventHandler(this.buttonCreateDiagram_Click);
|
|
|
|
|
//
|
2024-09-17 00:38:06 +04:00
|
|
|
|
// Form1
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2024-10-01 10:20:10 +04:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(739, 355);
|
2024-10-16 20:02:44 +04:00
|
|
|
|
this.Controls.Add(this.buttonCreateDiagram);
|
|
|
|
|
this.Controls.Add(this.buttonHeadersTable);
|
|
|
|
|
this.Controls.Add(this.buttonSimpleTable);
|
2024-10-01 10:20:10 +04:00
|
|
|
|
this.Controls.Add(this.ClearDatagridButton);
|
|
|
|
|
this.Controls.Add(this.ClearListButton);
|
|
|
|
|
this.Controls.Add(this.CheckRealButton);
|
|
|
|
|
this.Controls.Add(this.outputTableResults);
|
|
|
|
|
this.Controls.Add(this.inputRealNumber);
|
|
|
|
|
this.Controls.Add(this.defaultList);
|
2024-09-17 00:38:06 +04:00
|
|
|
|
this.Name = "Form1";
|
|
|
|
|
this.Text = "Form1";
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2024-10-01 10:20:10 +04:00
|
|
|
|
private Library15Gerimovich.DefaultList defaultList;
|
|
|
|
|
private Library15Gerimovich.InputRealNumber inputRealNumber;
|
|
|
|
|
private Library15Gerimovich.OutputTableResults outputTableResults;
|
|
|
|
|
private Button CheckRealButton;
|
|
|
|
|
private Button ClearListButton;
|
|
|
|
|
private Button ClearDatagridButton;
|
2024-10-16 20:02:44 +04:00
|
|
|
|
private Library15Gerimovich.WordContextTablesComponent wordContextTablesComponent1;
|
|
|
|
|
private Library15Gerimovich.WordDiagramComponent wordDiagramComponent1;
|
|
|
|
|
private Library15Gerimovich.WordTablesComponent wordTablesComponent1;
|
|
|
|
|
private Button buttonSimpleTable;
|
|
|
|
|
private Button buttonHeadersTable;
|
|
|
|
|
private Button buttonCreateDiagram;
|
2024-09-17 00:38:06 +04:00
|
|
|
|
}
|
|
|
|
|
}
|