platoff aeeee 7a7f136976 done 2 lab
2024-10-16 20:02:44 +04:00

165 lines
8.1 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 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()
{
this.components = new System.ComponentModel.Container();
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();
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();
this.SuspendLayout();
//
// defaultList
//
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);
//
// inputRealNumber
//
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);
//
// outputTableResults
//
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;
//
// CheckRealButton
//
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);
//
// 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);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(739, 355);
this.Controls.Add(this.buttonCreateDiagram);
this.Controls.Add(this.buttonHeadersTable);
this.Controls.Add(this.buttonSimpleTable);
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);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
}
#endregion
private Library15Gerimovich.DefaultList defaultList;
private Library15Gerimovich.InputRealNumber inputRealNumber;
private Library15Gerimovich.OutputTableResults outputTableResults;
private Button CheckRealButton;
private Button ClearListButton;
private Button ClearDatagridButton;
private Library15Gerimovich.WordContextTablesComponent wordContextTablesComponent1;
private Library15Gerimovich.WordDiagramComponent wordDiagramComponent1;
private Library15Gerimovich.WordTablesComponent wordTablesComponent1;
private Button buttonSimpleTable;
private Button buttonHeadersTable;
private Button buttonCreateDiagram;
}
}